mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
refactor: cleaned up nixos and home dirs
This commit is contained in:
parent
2000adb56a
commit
824a91d405
643 changed files with 323 additions and 195 deletions
29
modules/config/themes/palettes/catppuccin/latte/default.nix
Executable file
29
modules/config/themes/palettes/catppuccin/latte/default.nix
Executable file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
font = "";
|
||||
colours = {
|
||||
base00 = "eff1f5"; # base
|
||||
base01 = "e6e9ef"; # mantle
|
||||
base02 = "ccd0da"; # surface0
|
||||
base03 = "bcc0cc"; # surface1
|
||||
base04 = "acb0be"; # surface2
|
||||
base05 = "4c4f69"; # text
|
||||
base06 = "dc8a78"; # rosewater
|
||||
base07 = "7287fd"; # lavender
|
||||
base08 = "d20f39"; # red
|
||||
base09 = "fe640b"; # peach
|
||||
base0A = "df8e1d"; # yellow
|
||||
base0B = "40a02b"; # green
|
||||
base0C = "179299"; # teal
|
||||
base0D = "1e66f5"; # blue
|
||||
base0E = "8839ef"; # mauve
|
||||
base0F = "dd7878"; # flamingo
|
||||
base10 = "e6e9ef"; # mantle - darker background
|
||||
base11 = "dce0e8"; # crust - darkest background
|
||||
base12 = "e64553"; # maroon - bright red
|
||||
base13 = "dc8a78"; # rosewater - bright yellow
|
||||
base14 = "40a02b"; # green - bright green
|
||||
base15 = "04a5e5"; # sky - bright cyan
|
||||
base16 = "209fb5"; # sapphire - bright blue
|
||||
base17 = "ea76cb"; # pink - bright purple
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue