added stuff
This commit is contained in:
parent
6d31f5b5a1
commit
7d4f626b7d
907 changed files with 70990 additions and 0 deletions
25
nyx/modules/options/theme/palettes/noelle.nix
Normal file
25
nyx/modules/options/theme/palettes/noelle.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "noelle";
|
||||
name = "noelle";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#111111"; # Base
|
||||
base01 = "#282a2e"; # Mantle
|
||||
base02 = "#373b41"; # Surface0
|
||||
base03 = "#373b41"; # Surface1
|
||||
base04 = "#626880"; # Surface2
|
||||
base05 = "#eae7ee"; # Text
|
||||
base06 = "#c5c8c6"; # Rosewater
|
||||
base07 = "#c6c8c6"; # Lavender
|
||||
base08 = "#922b3c"; # Red
|
||||
base09 = "#a84757"; # Peach
|
||||
base0A = "#bd8964"; # Yellow
|
||||
base0B = "#a3ad64"; # Green
|
||||
base0C = "#922b3c"; # Teal
|
||||
base0D = "#a84757"; # Blue
|
||||
base0E = "#9876a4"; # Magenta
|
||||
base0F = "#ae93b7"; # Flamingo
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue