Improved legibility for light themes
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user