nixconfig/home-manager/themes/robot.nix
2026-02-04 03:00:45 -08:00

20 lines
675 B
Nix

{
stylix.base16Scheme = {
base00 = "#000000"; # Background
base01 = "#2e1c39"; # Lighter Background
base02 = "#583b6c"; # Selection Background
base03 = "#805c97"; # Comments
base04 = "#a481bb"; # Dark Foreground
base05 = "#c6a8d9"; # Foreground
base06 = "#e4d2ef"; # Lighter Foreground
base07 = "#ffffff"; # Lightest Foreground
base08 = "#ddb3ad"; # Red
base09 = "#cbc09c"; # Orange
base0A = "#b1cc9f"; # Yellow
base0B = "#a0d1b6"; # Green
base0C = "#a1cbd2"; # Cyan
base0D = "#b4bee3"; # Blue
base0E = "#cdb2df"; # Magenta
base0F = "#8b6c92"; # Brown (Complementary/Darker Magenta to complete Base16)
};
}