diff options
author | McSinyx <vn.mcsinyx@gmail.com> | 2016-06-14 15:18:11 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-20 16:44:09 +0700 |
commit | 282eee5492d23d0070bbd8ef812b726bc203529a (patch) | |
tree | 02be7f81d6fa99bc871b6e9f958782d73c7d455d /zathura | |
parent | 42901e3f675d889e3d88fefde09213cebe9c0bd4 (diff) | |
download | dotfiles-282eee5492d23d0070bbd8ef812b726bc203529a.tar.gz |
Update zathurarc
Diffstat (limited to 'zathura')
-rw-r--r-- | zathura/.config/zathura/zathurarc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 9acce4a..c9730b4 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -26,6 +26,7 @@ set adjust-open width set incremental-search false set highlight-color \#3c3836 set highlight-active-color \#ebdbb2 +set recolor true set recolor-darkcolor \#ebdbb2 set recolor-lightcolor \#282828 set recolor-reverse-video false @@ -36,4 +37,4 @@ set selection-clipboard primary set index-bg \#282828 set index-fg \#98971a set index-active-bg \#3c3836 -set index-adjust-fg \#98971a +set index-active-fg \#98971a |