mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Improved legibility for light themes
This commit is contained in:
parent
3a6a08f450
commit
f9b491031d
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue