From 70f54e2739050d8ad95b9e1f71ce784c31703c92 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 28 Aug 2022 08:30:19 +0200 Subject: [PATCH] Zathura theme --- hm_modules/zathura.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hm_modules/zathura.nix b/hm_modules/zathura.nix index e41559b..750f371 100644 --- a/hm_modules/zathura.nix +++ b/hm_modules/zathura.nix @@ -12,7 +12,8 @@ in inputbar-bg = strPalette.bright.black; inputbar-fg = strPalette.normal.cyan; page-padding = 10; - recolor-lightcolor = strPalette.dark.cyan; + recolor-lightcolor = strPalette.normal.black; + recolor-darkcolor = strPalette.dark.white; statusbar-bg = strPalette.bright.black; selection-clipboard = "clipboard"; };