mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
feat: dank themes module
This commit is contained in:
parent
616ce7fbca
commit
87b2f7e687
62 changed files with 1589 additions and 201 deletions
32
config/themes/schemes/gruvbox/dark/default.nix
Normal file
32
config/themes/schemes/gruvbox/dark/default.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
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";
|
||||
};
|
||||
}
|
32
config/themes/schemes/gruvbox/light/default.nix
Normal file
32
config/themes/schemes/gruvbox/light/default.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue