26 lines
671 B
Nix
26 lines
671 B
Nix
![]() |
{
|
||
|
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
|
||
|
};
|
||
|
};
|
||
|
}
|