From 06dbc718d5cc0915f3d12429f7242a9320c99f8a Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Sat, 31 May 2025 13:40:48 -0400 Subject: [PATCH] add light theme --- home/stylix.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/stylix.nix b/home/stylix.nix index 62313ab..242b6e6 100755 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -7,8 +7,9 @@ enable = true; # rebecca has lavener bkg # tube has dark gray bkg - base16Scheme = "${pkgs.base16-schemes}/share/themes/tube.yaml"; - polarity = "dark"; + # silk-light is light theme + base16Scheme = "${pkgs.base16-schemes}/share/themes/silk-light.yaml"; + polarity = "light"; image = ./stylix/nix-wallpaper-gear.png; fonts = { serif = config.stylix.fonts.monospace;