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 = "282828";
|
|
background1 = "3c3836";
|
|
background2 = "504945";
|
|
background3 = "665c54";
|
|
background4 = "7c6f64";
|
|
background_hard = "1d2021";
|
|
background_soft = "32302f";
|
|
foreground0 = "fbf1c7";
|
|
foreground1 = "ebdbb2";
|
|
foreground2 = "d5c4a1";
|
|
foreground3 = "bdae93";
|
|
foreground4 = "a89984";
|
|
gray = "928374";
|
|
grayBright = "a89984";
|
|
red = "cc241d";
|
|
redBright = "fb4934";
|
|
green = "98971a";
|
|
greenBright = "b8bb26";
|
|
yellow = "d79921";
|
|
YellowBright = "fabd2f";
|
|
blue = "458588";
|
|
BlueBright = "83a598";
|
|
purple = "b16286";
|
|
PurpleBright = "d3869b";
|
|
aqua = "689d6a";
|
|
AquaBright = "8ec07c";
|
|
orange = "d65d0e";
|
|
OrangeBright = "fe8019";
|
|
};
|
|
}
|