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 = "082845";
|
|
base01 = "1d2845";
|
|
base02 = "2e2e45";
|
|
base03 = "444e5b";
|
|
base04 = "68717b";
|
|
base05 = "8c939a";
|
|
base06 = "b0b6ba";
|
|
base07 = "e7eced";
|
|
base08 = "a82320";
|
|
base09 = "e58d11";
|
|
base0A = "3c7dd2";
|
|
base0B = "2d9440";
|
|
base0C = "2c9370";
|
|
base0D = "3167ac";
|
|
base0E = "781aa0";
|
|
base0F = "541110";
|
|
base10 = "002240";
|
|
base11 = "001629";
|
|
base12 = "d4312e";
|
|
base13 = "e5be0c";
|
|
base14 = "32a548";
|
|
base15 = "35b387";
|
|
base16 = "3c7dd2";
|
|
base17 = "8230a7";
|
|
};
|
|
}
|