mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 02:55:12 -05:00
17 lines
301 B
Nix
Executable file
17 lines
301 B
Nix
Executable file
{
|
|
font = "";
|
|
colours = {
|
|
yellow = "b58900";
|
|
orange = "cb4b16";
|
|
red = "dc322f";
|
|
magenta = "d33682";
|
|
violet = "6c71c4";
|
|
blue = "268bd2";
|
|
cyan = "2aa198";
|
|
green = "859900";
|
|
base0 = "839496";
|
|
base1 = "93a1a1";
|
|
base2 = "eee8d5";
|
|
base3 = "fdf6e3";
|
|
};
|
|
}
|