mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
20 lines
739 B
Nix
20 lines
739 B
Nix
{
|
|
stylix.base16Scheme = {
|
|
base00 = "#222222"; # Background
|
|
base01 = "#2D2D2D"; # Lighter Background
|
|
base02 = "#353535"; # Selection Background
|
|
base03 = "#757575"; # Comments (Bright Black)
|
|
base04 = "#9E9E9E"; # Dark Foreground
|
|
base05 = "#BDBDBD"; # Foreground
|
|
base06 = "#E0E0E0"; # Lighter Foreground
|
|
base07 = "#EEEEEE"; # Lightest Foreground (Bright White)
|
|
base08 = "#0097A7"; # Red
|
|
base09 = "#00ACC1"; # Orange (Picked a variant of cyan to match "icy")
|
|
base0A = "#00BCD4"; # Yellow
|
|
base0B = "#26C6DA"; # Green
|
|
base0C = "#4DD0E1"; # Cyan
|
|
base0D = "#80DEEA"; # Blue
|
|
base0E = "#B3EBF2"; # Magenta
|
|
base0F = "#00838F"; # Brown (Picked a variant of cyan to match "icy")
|
|
};
|
|
}
|