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
15
config/themes/schemes/cobalt2/default.nix
Normal file
15
config/themes/schemes/cobalt2/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
colours = {
|
||||
background0 = "193549";
|
||||
background1 = "122738";
|
||||
background2 = "15232d";
|
||||
border = "122738";
|
||||
hue0 = "003854";
|
||||
hue1 = "003f5e";
|
||||
hue2 = "267DA2";
|
||||
contrast0 = "ffc600";
|
||||
contrast1 = "ff9d00";
|
||||
text = "E1EFFF";
|
||||
blue = "0088ff";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue