From 6bea94b4958be9d97c656fbdd7f68e88e0d4eb5e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 13 May 2020 16:37:27 +0200 Subject: [PATCH] zathura: Tweak colors --- home/.config/zathura/zathurarc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/zathura/zathurarc b/home/.config/zathura/zathurarc index 6449605..b1936cc 100644 --- a/home/.config/zathura/zathurarc +++ b/home/.config/zathura/zathurarc @@ -1,6 +1,6 @@ # Base16 Solarized Dark # Author: Ethan Schoonover (modified by aramisgithub) -# Source for zathrarc: https://github.com/nicodebo/base16-zathura (modified) +# Source: https://github.com/nicodebo/base16-zathura (modified) set default-bg "#002b36" set default-fg "#002b36" @@ -30,7 +30,7 @@ set completion-highlight-fg "#fdf6e3" set completion-highlight-bg "#859900" set recolor-lightcolor "#002b36" -set recolor-darkcolor "#eee8d5" +set recolor-darkcolor "#839496" set recolor "false" set recolor-keephue "false"