diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-03-26 22:34:20 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-03-26 22:34:20 +0700 |
commit | 99f6a9203fce6794d335577754c8223d477a6a3d (patch) | |
tree | be8c76d63246dee7dc6156f9d15d46e15287c0a1 /zathura | |
parent | 90848e777c435328acf4b81773d8d7684bfcf21f (diff) | |
download | dotfiles-99f6a9203fce6794d335577754c8223d477a6a3d.tar.gz |
Update 2019-03-26
Diffstat (limited to 'zathura')
-rw-r--r-- | zathura/.config/zathura/zathurarc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 6e5b0be..315dc0b 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -19,17 +19,17 @@ set statusbar-bg \#504945 set statusbar-fg \#ebdbb2 set adjust-open width set incremental-search false -set highlight-color \#3c3836 -set highlight-active-color \#ebdbb2 +set highlight-color \#b16286 +set highlight-active-color \#689d6a set recolor true set recolor-lightcolor \#1d2021 set recolor-darkcolor \#ebdbb2 set render-loading-bg \#282828 set render-loading-fg \#ebdbb2 set index-bg \#282828 -set index-fg \#b8bb26 -set index-active-bg \#282828 -set index-active-fg \#98971a +set index-fg \#98971a +set index-active-bg \#98971a +set index-active-fg \#282828 set guioptions cs set show-recent 0 set smooth-scroll true |