mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
20 lines
655 B
Nix
20 lines
655 B
Nix
{
|
|
stylix.base16Scheme = {
|
|
base00 = "#242226"; # Main Background
|
|
base01 = "#2b292d"; # Lighter Background
|
|
base02 = "#453d41"; # Selection Background
|
|
base03 = "#ab8a79"; # Comments
|
|
base04 = "#d7bde2"; # Secondary Foreground
|
|
base05 = "#fecdb2"; # Main Foreground
|
|
base06 = "#cbc3c8"; # Lighter Foreground
|
|
base07 = "#ffffff"; # Lightest Foreground / White
|
|
base08 = "#e06b75"; # Red
|
|
base09 = "#ffa07a"; # Orange
|
|
base0A = "#f5d76e"; # Yellow
|
|
base0B = "#b1b695"; # Green
|
|
base0C = "#5dc1c5"; # Cyan
|
|
base0D = "#4a90e2"; # Blue
|
|
base0E = "#f6b6c9"; # Magenta / Pink
|
|
base0F = "#6f5d63"; # Brown
|
|
};
|
|
}
|