theme folder

This commit is contained in:
death916 2025-12-24 05:02:34 -08:00
parent f81d095f99
commit 50c4539911
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
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
};
}

View file

@ -0,0 +1,20 @@
{
stylix.base16Scheme = {
base00 = "#0F0F19"; # Main Background
base01 = "#181824"; # Lighter Background
base02 = "#202034"; # Selection Background
base03 = "#8C8CB8"; # Comments / Dim
base04 = "#8C8CB8"; # Secondary Foreground
base05 = "#EDEDFE"; # Main Foreground
base06 = "#F8F8FF"; # Lighter Foreground
base07 = "#EDEDFE"; # Main Foreground (as white)
base08 = "#FF3366"; # Red
base09 = "#FFEA00"; # Orange / Yellow
base0A = "#FFEA00"; # Yellow
base0B = "#00F59B"; # Green
base0C = "#3CFFED"; # Cyan
base0D = "#33A1FF"; # Blue
base0E = "#FF66F6"; # Magenta
base0F = "#FF66F6"; # Violet / Magenta
};
}