mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 02:55:12 -05:00
17 lines
292 B
Nix
17 lines
292 B
Nix
![]() |
{
|
||
|
colours = {
|
||
|
yellow = "b58900";
|
||
|
orange = "cb4b16";
|
||
|
red = "dc322f";
|
||
|
magenta = "d33682";
|
||
|
violet = "6c71c4";
|
||
|
blue = "268bd2";
|
||
|
cyan = "2aa198";
|
||
|
green = "859900";
|
||
|
base00 = "657b83";
|
||
|
base01 = "586e75";
|
||
|
base02 = "073642";
|
||
|
base03 = "002b36";
|
||
|
};
|
||
|
}
|