25.05 out! + stylix wallpapers

This commit is contained in:
2025-05-23 16:19:31 -06:00
parent 74f3303f31
commit ecdb0b6404
2 changed files with 65 additions and 65 deletions

View File

@@ -13,26 +13,26 @@ in
config = {
stylix = {
enable = cfg.enable;
image = ./wallpapers/paul1.jpg;
image = ./wallpapers/strike-of-the-ballerinas.jpeg;
targets.qt.platform = lib.mkForce "qtct";
polarity = "light";
base16Scheme = {
base00 = "ffffff"; # background
base01 = "f4f1ec"; # light surface
base02 = "e3dacb"; # selection bg
base03 = "c8b89f"; # comments/dim fg
base04 = "5c513f"; # status bar bg
base05 = "3b332a"; # main text
base06 = "2c241b"; # headings/bold
base07 = "1e1a14"; # dark accents
base08 = "d9903d"; # orange (highlight/accent)
base09 = "d0b553"; # yellow-gold (buttons/alerts)
base0A = "83a24d"; # soft green (secondary)
base0B = "729765"; # jungle green (success)
base0C = "90bca1"; # teal (info)
base0D = "659589"; # muted cyan (links)
base0E = "a28a65"; # brown-gold (keywords)
base0F = "a35a3a"; # deep clay red (deprecated/error)
base00 = "fcfbfa"; # background (stage floor highlight)
base01 = "f1efec"; # light surface (tutu white)
base02 = "dedad5"; # selection bg (shadowed tulle)
base03 = "b9b3aa"; # comments/dim fg (wall and dancers' shadows)
base04 = "837d75"; # status bar bg (soft gray-brown suits)
base05 = "514c45"; # main text (outline shadows)
base06 = "3b3731"; # headings/bold (deepest shadows)
base07 = "2c2925"; # dark accents (coats, seats)
base08 = "bd7760"; # red-accent (blush tones)
base09 = "d8b47f"; # warm gold (light skin and floor warmth)
base0A = "a2ad78"; # dusty green (faint shadows)
base0B = "7f9372"; # sage green (secondary/OK)
base0C = "96b7af"; # teal-gray (cool lights)
base0D = "6c8c99"; # cyan steel (links)
base0E = "a08b75"; # brown-gold (muted keywords)
base0F = "8f5e45"; # burnt sienna (deprecated/error)
};
};
home-manager.users.jawz = {