mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -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/light/default.nix
Normal file
14
config/themes/schemes/wasp/light/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
colours = {
|
||||
background0 = "EDEDED";
|
||||
background1 = "C4C4C4";
|
||||
text0 = "1A2023";
|
||||
text1 = "DEDEDE";
|
||||
text2 = "D49335";
|
||||
highlight0 = "458588";
|
||||
highlight1 = "a89984";
|
||||
highlight2 = "D49335";
|
||||
accent = "961327";
|
||||
selection = "EDC180";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue