mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25: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
19
config/themes/schemes/night-owl/default.nix
Normal file
19
config/themes/schemes/night-owl/default.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
colours = {
|
||||
background = "011627";
|
||||
foreground = "D6DEEB";
|
||||
cursor = "80A4C2";
|
||||
selection0 = "1D3B53";
|
||||
selection1 = "7E57C25A";
|
||||
highlight = "5F7E97";
|
||||
comment = "637777";
|
||||
constant = "FF6363";
|
||||
numbers = "F78C6C";
|
||||
keywords = "C792EA";
|
||||
functions = "82AAFF";
|
||||
strings = "ECC48DFF";
|
||||
support = "ADDB67";
|
||||
variables = "7FDBCA";
|
||||
invalid = "FF2C83";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue