Use magenta for papirus folder colour
This commit is contained in:
parent
9af209a103
commit
0586b8623a
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue