added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
25
nyx/modules/options/theme/palettes/black-metal.nix
Normal file
25
nyx/modules/options/theme/palettes/black-metal.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "black-metal";
|
||||
name = "Black Metal";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#000000";
|
||||
base01 = "#121212";
|
||||
base02 = "#222222";
|
||||
base03 = "#333333";
|
||||
base04 = "#999999";
|
||||
base05 = "#c1c1c1";
|
||||
base06 = "#999999";
|
||||
base07 = "#c1c1c1";
|
||||
base08 = "#5f8787";
|
||||
base09 = "#aaaaaa";
|
||||
base0A = "#a06666";
|
||||
base0B = "#dd9999";
|
||||
base0C = "#aaaaaa";
|
||||
base0D = "#888888";
|
||||
base0E = "#999999";
|
||||
base0F = "#444444";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue