mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
29 lines
930 B
Nix
Executable file
29 lines
930 B
Nix
Executable file
{
|
|
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
|
|
};
|
|
}
|