Use magenta for papirus folder colour

This commit is contained in:
Evie Litherland-Smith 2024-10-11 07:48:42 +01:00
parent 9af209a103
commit 0586b8623a

View file

@ -24,7 +24,7 @@
enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
iconTheme = {
package = pkgs.papirus-icon-theme;
package = (pkgs.papirus-icon-theme.override { color = "magenta"; });
name = "Papirus";
};
};