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 = "e7e7e9";
|
|
base01 = "dfdfe1";
|
|
base02 = "cacace";
|
|
base03 = "a0a1a7";
|
|
base04 = "696c77";
|
|
base05 = "383a42";
|
|
base06 = "202227";
|
|
base07 = "090a0b";
|
|
base08 = "ca1243";
|
|
base09 = "c18401";
|
|
base0A = "febb2a";
|
|
base0B = "50a14f";
|
|
base0C = "0184bc";
|
|
base0D = "4078f2";
|
|
base0E = "a626a4";
|
|
base0F = "986801";
|
|
base10 = "f0f0f1";
|
|
base11 = "fafafa";
|
|
base12 = "ec2258";
|
|
base13 = "f4a701";
|
|
base14 = "6db76c";
|
|
base15 = "01a7ef";
|
|
base16 = "709af5";
|
|
base17 = "d02fcd";
|
|
};
|
|
}
|