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 = "131313";
|
|
base01 = "1f1f1f";
|
|
base02 = "2a3141";
|
|
base03 = "343d50";
|
|
base04 = "d6dae4";
|
|
base05 = "c1c8d7";
|
|
base06 = "e3e6ed";
|
|
base07 = "ffffff";
|
|
base08 = "f71118";
|
|
base09 = "ecb90f";
|
|
base0A = "0f80d5";
|
|
base0B = "2cc55d";
|
|
base0C = "0f80d5";
|
|
base0D = "2a84d2";
|
|
base0E = "4e59b7";
|
|
base0F = "7b080c";
|
|
base10 = "0a0a0a";
|
|
base11 = "020202";
|
|
base12 = "de342e";
|
|
base13 = "f2bd09";
|
|
base14 = "1dd260";
|
|
base15 = "289af0";
|
|
base16 = "509bdc";
|
|
base17 = "524fb9";
|
|
};
|
|
}
|