From 0586b8623ae7abbc27671c9d183b98937d82abac Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 11 Oct 2024 07:48:42 +0100 Subject: [PATCH] Use magenta for papirus folder colour --- system/home/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/desktop.nix b/system/home/desktop.nix index 5ff23646..e18d9900 100644 --- a/system/home/desktop.nix +++ b/system/home/desktop.nix @@ -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"; }; };