mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Improved legibility for light themes
This commit is contained in:
parent
3a6a08f450
commit
f9b491031d
2 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue