Adjust default opacity of system

This commit is contained in:
Evie Litherland-Smith 2025-01-23 14:42:03 +00:00
parent a7dffef879
commit 6d2c70a81c

View file

@ -218,10 +218,10 @@
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml";
polarity = config.lib.stylix.scheme.variant;
opacity = {
applications = 0.9;
desktop = 0.7;
popups = 0.5;
terminal = 0.9;
applications = 0.8;
desktop = 0.6;
popups = 0.4;
terminal = 0.8;
};
cursor = {
package = pkgs.volantes-cursors;