From 679f2e8f6b740c55d1dc6ef419e126fe526f98c5 Mon Sep 17 00:00:00 2001 From: kenji Date: Thu, 15 Jan 2026 16:18:18 -0600 Subject: [PATCH] fix(zathura): preserve original colors in dark mode Enabled 'recolor-keephue' to prevent documents from becoming purely monochrome when recolor mode is active. This ensures images and colored text retain their hue while still adapting brightness for the theme. --- apps/zathura/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/zathura/default.nix b/apps/zathura/default.nix index c46df28..a02a32a 100644 --- a/apps/zathura/default.nix +++ b/apps/zathura/default.nix @@ -11,6 +11,7 @@ scroll-step = 100; zoom-min = 10; recolor = true; + recolor-keephue = true; }; extraConfig = "include ${config.home.homeDirectory}/.config/zathura/zathura-matugen"; };