added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
25
nyx/modules/options/theme/palettes/monochrome.nix
Normal file
25
nyx/modules/options/theme/palettes/monochrome.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "monochrome";
|
||||
name = "monochrome";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#121517"; # Base
|
||||
base01 = "#2e3338"; # Mantle
|
||||
base02 = "#4a5159"; # Surface0
|
||||
base03 = "#6c757d"; # Surface1
|
||||
base04 = "#6c757d"; # Surface2
|
||||
base05 = "#e9ecef"; # text
|
||||
base06 = "#e9ecef"; # "
|
||||
base07 = "#f8f9fa"; # white
|
||||
base08 = "#f8f9fa"; # white
|
||||
base09 = "#f8f9fa"; # white
|
||||
base0A = "#f8f9fa"; # white
|
||||
base0B = "#f8f9fa"; # white
|
||||
base0C = "#f8f9fa"; # white
|
||||
base0D = "#f8f9fa"; # white
|
||||
base0E = "#f8f9fa"; # white
|
||||
base0F = "#f8f9fa"; # white
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue