49 lines
1.0 KiB
Nix
49 lines
1.0 KiB
Nix
#
|
|
# System themes
|
|
#
|
|
|
|
{
|
|
scheme = {
|
|
doom = {
|
|
scheme = "Doom One Dark";
|
|
black = "000000";
|
|
red = "ff6c6b";
|
|
orange = "da8548";
|
|
yellow = "ecbe7b";
|
|
green = "95be65";
|
|
teal = "4db5bd";
|
|
blue = "6eaafb";
|
|
dark-blue = "2257a0";
|
|
magenta = "c678dd";
|
|
violet = "a9a1e1";
|
|
cyan = "6cdcf7";
|
|
dark-cyan = "5699af";
|
|
emphasis = "50536b";
|
|
text = "dfdfdf";
|
|
text-alt = "b2b2b2";
|
|
fg = "abb2bf";
|
|
bg = "282c34";
|
|
};
|
|
|
|
dracula = {
|
|
scheme = "Dracula";
|
|
base00 = "282936"; #background
|
|
base01 = "3a3c4e";
|
|
base02 = "4d4f68";
|
|
base03 = "626483";
|
|
base04 = "62d6e8";
|
|
base05 = "e9e9f4"; #foreground
|
|
base06 = "f1f2f8";
|
|
base07 = "f7f7fb";
|
|
base08 = "ea51b2";
|
|
base09 = "b45bcf";
|
|
base0A = "00f769";
|
|
base0B = "ebff87";
|
|
base0C = "a1efe4";
|
|
base0D = "62d6e8";
|
|
base0E = "b45bcf";
|
|
base0F = "00f769";
|
|
};
|
|
};
|
|
}
|