mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
21 lines
404 B
Nix
21 lines
404 B
Nix
{
|
|
colours = {
|
|
base00 = "1b2b34";
|
|
base01 = "343d46";
|
|
base02 = "4f5b66";
|
|
base03 = "65737e";
|
|
base04 = "a7adba";
|
|
base05 = "c0c5ce";
|
|
base06 = "cdd3de";
|
|
base07 = "d8dee9";
|
|
red = "ec5f67";
|
|
orange = "f99157";
|
|
yellow = "fac863";
|
|
green = "99c794";
|
|
cyan = "62b3b2";
|
|
blue = "6699cc";
|
|
purple = "c594c5";
|
|
brown = "ab7967";
|
|
white = "ffffff";
|
|
};
|
|
}
|