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 = "111111";
|
|
base01 = "141414";
|
|
base02 = "414141";
|
|
base03 = "636363";
|
|
base04 = "868686";
|
|
base05 = "a9a9a9";
|
|
base06 = "cccccc";
|
|
base07 = "ffffff";
|
|
base08 = "ff5555";
|
|
base09 = "ffcc33";
|
|
base0A = "33bbff";
|
|
base0B = "98ec65";
|
|
base0C = "88ddff";
|
|
base0D = "00aaff";
|
|
base0E = "aa88ff";
|
|
base0F = "7f2a2a";
|
|
base10 = "2b2b2b";
|
|
base11 = "151515";
|
|
base12 = "ff8888";
|
|
base13 = "ffd966";
|
|
base14 = "b6f292";
|
|
base15 = "bbecff";
|
|
base16 = "33bbff";
|
|
base17 = "cebbff";
|
|
};
|
|
}
|