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"