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 = "000000";
|
|
base01 = "000000";
|
|
base02 = "4f5666";
|
|
base03 = "545862";
|
|
base04 = "9196a1";
|
|
base05 = "abb2bf";
|
|
base06 = "e6e6e6";
|
|
base07 = "ffffff";
|
|
base08 = "e05561";
|
|
base09 = "d18f52";
|
|
base0A = "e6b965";
|
|
base0B = "8cc265";
|
|
base0C = "42b3c2";
|
|
base0D = "4aa5f0";
|
|
base0E = "c162de";
|
|
base0F = "bf4034";
|
|
base10 = "000000";
|
|
base11 = "000000";
|
|
base12 = "ff616e";
|
|
base13 = "f0a45d";
|
|
base14 = "a5e075";
|
|
base15 = "4cd1e0";
|
|
base16 = "4dc4ff";
|
|
base17 = "de73ff";
|
|
};
|
|
}
|