diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-28 15:26:46 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-28 15:26:46 +0700 |
commit | 4749186d527c90933c5a5f162358ea8279143323 (patch) | |
tree | e9bb51af411a9ad5e85a296d735c68439112acdc /zathura | |
parent | 2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 (diff) | |
download | dotfiles-4749186d527c90933c5a5f162358ea8279143323.tar.gz |
Update 2019-05-28
Diffstat (limited to 'zathura')
-rw-r--r-- | zathura/.config/zathura/zathurarc | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index b5d6005..1b1976c 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -1,36 +1,36 @@ -set completion-bg \#504945 -set completion-fg \#fbf1c7 -set completion-group-bg \#3c3836 -set completion-group-fg \#ebdbb2 -set completion-highlight-bg \#458588 -set completion-highlight-fg \#ebdbb2 -set default-fg \#ebdbb2 -set default-bg \#282828 +set completion-bg \#1c1b19 +set completion-fg \#fce8c3 +set completion-group-bg \#1c1b19 +set completion-group-fg \#519f50 +set completion-highlight-bg \#e02c6d +set completion-highlight-fg \#fce8c3 +set default-bg \#1c1b19 +set default-fg \#fce8c3 set font Latin\ Modern\ Mono\ 12 -set inputbar-fg \#ebdbb2 -set inputbar-bg \#282828 -set notification-bg \#282828 -set notification-fg \#fe8019 -set notification-error-bg \#cc241d -set notification-error-fg \#282828 -set notification-warning-bg \#fbf1c7 -set notification-warning-fg \#282828 -set statusbar-bg \#504945 -set statusbar-fg \#ebdbb2 +set inputbar-bg \#1c1b19 +set inputbar-fg \#fce8c3 +set notification-bg \#1c1b19 +set notification-fg \#fbb829 +set notification-error-bg \#ef2f27 +set notification-error-fg \#fce8c3 +set notification-warning-bg \#fce8c3 +set notification-warning-fg \#1c1b19 +set statusbar-bg \#2d2c29 +set statusbar-fg \#fce8c3 set adjust-open width set incremental-search false -set highlight-color \#b16286 -set highlight-active-color \#689d6a +set highlight-color \#519f50 +set highlight-active-color \#0aaeb3 set recolor true set recolor-keephue 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 \#98971a -set index-active-bg \#98971a -set index-active-fg \#282828 +set recolor-lightcolor \#000000 +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 guioptions '' set show-recent 0 set smooth-scroll true |