mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 02:55:12 -05:00
32 lines
763 B
Nix
32 lines
763 B
Nix
{
|
|
colours = {
|
|
background0 = "fbf1c7";
|
|
background1 = "ebdbb2";
|
|
background2 = "d5c4a1";
|
|
background3 = "bdae93";
|
|
background4 = "a89984";
|
|
background_hard = "f9f5d7";
|
|
background_soft = "f2e5bc";
|
|
foreground0 = "282828";
|
|
foreground1 = "3c3836";
|
|
foreground2 = "504945";
|
|
foreground3 = "665c54";
|
|
foreground4 = "7c6f64";
|
|
gray = "7c6f64";
|
|
grayBright = "928374";
|
|
red = "9d0006";
|
|
redBright = "cc241d";
|
|
green = "79740e";
|
|
greenBright = "98971a";
|
|
yellow = "b57614";
|
|
YellowBright = "d79921";
|
|
blue = "076678";
|
|
BlueBright = "458588";
|
|
purple = "8f3f71";
|
|
PurpleBright = "b16286";
|
|
aqua = "427b58";
|
|
AquaBright = "689d6a";
|
|
orange = "af3a03";
|
|
OrangeBright = "d65d0e";
|
|
};
|
|
}
|