diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-06-01 15:51:21 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-06-01 15:51:21 +0700 |
commit | 92fa2f573eadd41b35aa115402d282829f40e824 (patch) | |
tree | 26428e03e76b943ff87287149562b054820f36e9 /zathura | |
parent | cfc3a0f3d53e2a5dd3ba6f898d6c055b07a94312 (diff) | |
download | dotfiles-92fa2f573eadd41b35aa115402d282829f40e824.tar.gz |
Update 2019-06-01
Diffstat (limited to 'zathura')
-rw-r--r-- | zathura/.config/zathura/zathurarc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 43a48c5..9c77eba 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -4,7 +4,7 @@ set completion-group-bg \#1c1b19 set completion-group-fg \#519f50 set completion-highlight-bg \#e02c6d set completion-highlight-fg \#fce8c3 -set default-bg \#2d2c29 +set default-bg \#353535 set default-fg \#fce8c3 set font Latin\ Modern\ Mono\ 12 set inputbar-bg \#1c1b19 @@ -28,9 +28,9 @@ set recolor-darkcolor \#fce8c3 set render-loading-bg \#1c1b19 set render-loading-fg \#fce8c3 set index-bg \#1c1b19 -set index-fg \#519f50 -set index-active-bg \#519f50 -set index-active-fg \#fce8c3 +set index-fg \#98bc37 +set index-active-bg \#98bc37 +set index-active-fg \#1c1b19 set guioptions '' set show-recent 0 set smooth-scroll true |