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 = "072B31";
|
|
base01 = "00313C";
|
|
base02 = "003C46";
|
|
base03 = "003B49";
|
|
base04 = "00778B";
|
|
base05 = "F4F5F0";
|
|
base06 = "F5F5F1";
|
|
base07 = "FFFFFF";
|
|
base08 = "FF585D";
|
|
base09 = "FF8F1C";
|
|
base0A = "FBDD40";
|
|
base0B = "78D64B";
|
|
base0C = "2DCCD3";
|
|
base0D = "4698CB";
|
|
base0E = "D59ED7";
|
|
base0F = "9B704D";
|
|
base10 = "4B4F54";
|
|
base11 = "212322";
|
|
base12 = "FF7276";
|
|
base13 = "F6EB61";
|
|
base14 = "8EDD65";
|
|
base15 = "00C1D5";
|
|
base16 = "69B3E7";
|
|
base17 = "F99FC9";
|
|
};
|
|
}
|