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/decay-dark.nix
Normal file
25
nyx/modules/options/theme/palettes/decay-dark.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "decay-dark";
|
||||
name = "Decay Dark";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#10101a"; # Base
|
||||
base01 = "#12121c"; # Mantle
|
||||
base02 = "#171721"; # Surface0
|
||||
base03 = "#1c1c26"; # Surface1
|
||||
base04 = "#2b2b35"; # Surface2
|
||||
base05 = "#c3cddb"; # text
|
||||
base06 = "#c3cddb"; # "
|
||||
base07 = "#c8d2e0"; # white
|
||||
base08 = "#c8d2e0"; # "
|
||||
base09 = "#fa9a9a"; # red
|
||||
base0A = "#f8e7b7"; # yellow
|
||||
base0B = "#b0e2ae"; # green
|
||||
base0C = "#93cff7"; # teal
|
||||
base0D = "#8cbef7"; # blue
|
||||
base0E = "#bfa6fa"; # magenta
|
||||
base0F = "#fa9a9a"; # red again
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue