mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: init
This commit is contained in:
commit
96c6f790fc
804 changed files with 33411 additions and 0 deletions
29
modules/config/themes/palettes/catppuccin/frappe/default.nix
Executable file
29
modules/config/themes/palettes/catppuccin/frappe/default.nix
Executable file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
font = "";
|
||||
colours = {
|
||||
base00 = "303446"; # base
|
||||
base01 = "292c3c"; # mantle
|
||||
base02 = "414559"; # surface0
|
||||
base03 = "51576d"; # surface1
|
||||
base04 = "626880"; # surface2
|
||||
base05 = "c6d0f5"; # text
|
||||
base06 = "f2d5cf"; # rosewater label
|
||||
base07 = "babbf1"; # lavender
|
||||
base08 = "e78284"; # red
|
||||
base09 = "ef9f76"; # peach
|
||||
base0A = "e5c890"; # yellow
|
||||
base0B = "a6d189"; # green
|
||||
base0C = "81c8be"; # teal character
|
||||
base0D = "8caaee"; # blue function
|
||||
base0E = "ca9ee6"; # mauve
|
||||
base0F = "eebebe"; # flamingo
|
||||
base10 = "292c3c"; # mantle - darker background
|
||||
base11 = "232634"; # crust - darkest background
|
||||
base12 = "ea999c"; # maroon - bright red parameter
|
||||
base13 = "f2d5cf"; # rosewater - bright yellow
|
||||
base14 = "a6d189"; # green - bright green
|
||||
base15 = "99d1db"; # sky - bright cyan operator
|
||||
base16 = "85c1dc"; # sapphire - bright blue constructor
|
||||
base17 = "f4b8e4"; # pink - bright purple
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue