Improved legibility for light themes

This commit is contained in:
Emmet 2024-06-10 07:29:40 -05:00
parent 3a6a08f450
commit f9b491031d
2 changed files with 7 additions and 1 deletions

View file

@ -223,4 +223,9 @@
news.display = "silent";
gtk.iconTheme = {
package = pkgs.papirus-icon-theme;
name = if (config.stylix.polarity == "dark") then "Papirus-Dark" else "Papirus-Light";
};
}

View file

@ -372,7 +372,8 @@ in
passes = 2
ignore_opacity = true
contrast = 1.17
brightness = 0.8
brightness = '' + (if (config.stylix.polarity == "dark") then "0.8" else "1.25") + ''
xray = true
}
}