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/varda-theme.nix
Normal file
25
nyx/modules/options/theme/palettes/varda-theme.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "varda-theme";
|
||||
name = "Varda Theme";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#0C0E11"; # Base
|
||||
base01 = "#141619"; # Mantle
|
||||
base02 = "#2E3436"; # Surface0
|
||||
base03 = "#3b4444"; # Surface1
|
||||
base04 = "#3b4444"; # Surface2
|
||||
base05 = "#D0EBEE"; # text
|
||||
base06 = "#D0EBEE"; # "
|
||||
base07 = "#E5FFFF"; # white
|
||||
base08 = "#E5FFFF"; # "
|
||||
base09 = "#733447"; # red
|
||||
base0A = "#C78C56"; # yellow
|
||||
base0B = "#257B76"; # green
|
||||
base0C = "#52677C"; # teal
|
||||
base0D = "#52677C"; # blue
|
||||
base0E = "#604575"; # magenta
|
||||
base0F = "#733447"; # red again
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue