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 = "001c1f";
|
|
base01 = "002931";
|
|
base02 = "003640";
|
|
base03 = "004852";
|
|
base04 = "0093a3";
|
|
base05 = "d4e1e8";
|
|
base06 = "e0e9ef";
|
|
base07 = "f2f7f9";
|
|
base08 = "d3464d";
|
|
base09 = "e37552";
|
|
base0A = "f3b863";
|
|
base0B = "63b784";
|
|
base0C = "4fb7ae";
|
|
base0D = "568ccf";
|
|
base0E = "8b66d6";
|
|
base0F = "d0658e";
|
|
base10 = "1f2628";
|
|
base11 = "2a2f30";
|
|
base12 = "ff6670";
|
|
base13 = "ffe08a";
|
|
base14 = "72e1a6";
|
|
base15 = "4de3e3";
|
|
base16 = "5caeff";
|
|
base17 = "b788ff";
|
|
};
|
|
}
|