mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
29 lines
588 B
Nix
Executable file
29 lines
588 B
Nix
Executable file
{
|
|
font = "";
|
|
colours = {
|
|
base00 = "f4f4f4";
|
|
base01 = "3e3e3e";
|
|
base02 = "666666";
|
|
base03 = "8c8c8c";
|
|
base04 = "b2b2b2";
|
|
base05 = "d8d8d8";
|
|
base06 = "ffffff";
|
|
base07 = "ffffff";
|
|
base08 = "970b16";
|
|
base09 = "f8eec7";
|
|
base0A = "2e6cba";
|
|
base0B = "07962a";
|
|
base0C = "89d1ec";
|
|
base0D = "003e8a";
|
|
base0E = "e94691";
|
|
base0F = "4b050b";
|
|
base10 = "444444";
|
|
base11 = "222222";
|
|
base12 = "de0000";
|
|
base13 = "f1d007";
|
|
base14 = "87d5a2";
|
|
base15 = "1cfafe";
|
|
base16 = "2e6cba";
|
|
base17 = "ffa29f";
|
|
};
|
|
}
|