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
87b2f7e687
commit
de0e79f326
25 changed files with 803 additions and 55 deletions
14
config/themes/schemes/wasp/dark/default.nix
Normal file
14
config/themes/schemes/wasp/dark/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
colours = {
|
||||
background0 = "242424";
|
||||
background1 = "191919";
|
||||
text0 = "faf2d6";
|
||||
text1 = "bdae93";
|
||||
text2 = "E0E0E0";
|
||||
highlight0 = "640211";
|
||||
highlight1 = "83a598";
|
||||
highlight2 = "D49335";
|
||||
accent = "f8c537";
|
||||
selection = "f8c537";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue