nichts/nyx/modules/options/theme/palettes/decay-dark.nix

26 lines
669 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
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
};
};
}