From 42d64b7990e8a89a557da527e0f1937598636526 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 2 May 2025 11:01:42 +0200 Subject: enable recolor --- modules/zathura.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules') diff --git a/modules/zathura.nix b/modules/zathura.nix index e59e69c..d3a789b 100644 --- a/modules/zathura.nix +++ b/modules/zathura.nix @@ -8,13 +8,18 @@ in { programs.zathura = { enable = true; options = { + recolor-lightcolor = "rgba(0, 0, 0, 0)"; + recolor-darkcolor = "rgba(255, 255, 255, 1)"; + recolor = true; adjust-open = "width"; + guioptions = "none"; zoom-center = true; page-padding = 0; pages-per-row = 1; scroll-page-aware = true; }; mappings = { + i = "recolor"; j = "navigate previous"; k = "navigate next"; }; -- cgit v1.3.1