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 = "262626";
|
|
base01 = "343434";
|
|
base02 = "535353";
|
|
base03 = "797979";
|
|
base04 = "a0a09f";
|
|
base05 = "c7c7c5";
|
|
base06 = "eeeeec";
|
|
base07 = "ffffff";
|
|
base08 = "d25151";
|
|
base09 = "ffc66d";
|
|
base0A = "8ab7d9";
|
|
base0B = "a5c261";
|
|
base0C = "bed6ff";
|
|
base0D = "6c99bb";
|
|
base0E = "d197d9";
|
|
base0F = "692828";
|
|
base10 = "373737";
|
|
base11 = "1b1b1b";
|
|
base12 = "f00c0c";
|
|
base13 = "e1e38b";
|
|
base14 = "c2e075";
|
|
base15 = "dcf3ff";
|
|
base16 = "8ab7d9";
|
|
base17 = "efb5f7";
|
|
};
|
|
}
|