25 lines
669 B
Nix
25 lines
669 B
Nix
{
|
|
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
|
|
};
|
|
};
|
|
}
|