mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
20 lines
669 B
Nix
20 lines
669 B
Nix
{
|
|
stylix.base16Scheme = {
|
|
base00 = "#1D2021"; # Background
|
|
base01 = "#3C3836"; # Lighter Background
|
|
base02 = "#504945"; # Selection Background
|
|
base03 = "#665C54"; # Comments (Matches BrightBlack)
|
|
base04 = "#BDAE93"; # Dark Foreground
|
|
base05 = "#D5C4A1"; # Foreground
|
|
base06 = "#EBDBB2"; # Lighter Foreground
|
|
base07 = "#FBF1C7"; # Lightest Foreground (Matches BrightWhite)
|
|
base08 = "#FB4934"; # Red
|
|
base09 = "#FE8019"; # Orange
|
|
base0A = "#FABD2F"; # Yellow
|
|
base0B = "#B8BB26"; # Green
|
|
base0C = "#8EC07C"; # Cyan
|
|
base0D = "#83A598"; # Blue
|
|
base0E = "#D3869B"; # Magenta
|
|
base0F = "#D65D0E"; # Brown
|
|
};
|
|
}
|