From 5095ad6b144dbafe1aeaac07df20dae2a9a82f73 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 4 Aug 2024 16:26:36 -0400 Subject: [PATCH] theme: recolor papirus icons with adwaita --- homeManagerModules/theme.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/theme.nix b/homeManagerModules/theme.nix index 53b98bef..0c4d3a76 100644 --- a/homeManagerModules/theme.nix +++ b/homeManagerModules/theme.nix @@ -51,7 +51,7 @@ in { }; iconTheme = { - package = pkgs.papirus-icon-theme; + package = pkgs.papirus-icon-theme.override {color = "adwaita";}; name = if cfg.darkMode then "Papirus-Dark"