add light theme

This commit is contained in:
mtgmonkey 2025-05-31 13:40:48 -04:00
parent 97edab4950
commit 06dbc718d5

View file

@ -7,8 +7,9 @@
enable = true; enable = true;
# rebecca has lavener bkg # rebecca has lavener bkg
# tube has dark gray bkg # tube has dark gray bkg
base16Scheme = "${pkgs.base16-schemes}/share/themes/tube.yaml"; # silk-light is light theme
polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/silk-light.yaml";
polarity = "light";
image = ./stylix/nix-wallpaper-gear.png; image = ./stylix/nix-wallpaper-gear.png;
fonts = { fonts = {
serif = config.stylix.fonts.monospace; serif = config.stylix.fonts.monospace;