nixconfig/home-manager/themes/aether.nix
2025-12-24 05:04:00 -08:00

20 lines
748 B
Nix

{
stylix.base16Scheme = {
base00 = "#0f0f0f"; # background
base01 = "#1a1a1a"; # slightly lighter background for elements
base02 = "#706a6a"; # bright_black (for secondary elements, borders)
base03 = "#808080"; # comments/less prominent text
base04 = "#b0b0b0"; # dim foreground
base05 = "#eadccc"; # foreground
base06 = "#f0f0f0"; # brighter foreground
base07 = "#ffffff"; # white (pure white for contrast)
base08 = "#e25d6c"; # red
base09 = "#f4bb54"; # yellow
base0A = "#e8ab3b"; # cyan
base0B = "#cea37f"; # green
base0C = "#e2be8a"; # blue
base0D = "#e8ab3b"; # cyan (using cyan for purple-ish if needed)
base0E = "#ede4c8"; # magenta
base0F = "#ff8800"; # amber/orange
};
}