From 90848e777c435328acf4b81773d8d7684bfcf21f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 24 Mar 2019 17:40:44 +0700 Subject: Update 2019-03-24 --- zathura/.config/zathura/zathurarc | 59 ++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 29 deletions(-) (limited to 'zathura') diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 9ee74cd..6e5b0be 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -1,36 +1,37 @@ -set completion-bg \#a89984 +set completion-bg \#504945 set completion-fg \#fbf1c7 -set completion-group-bg \#ebdbb2 -set completion-group-fg \#3c3836 -set completion-highlight-bg \#076678 -set completion-highlight-fg \#d5c4a1 -set default-fg \#3c3836 -set default-bg \#ebdbb2 +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 font Latin\ Modern\ Mono\ 12 -set guioptions cs -set inputbar-fg \#3c3836 -set inputbar-bg \#fbf1c7 -set notification-bg \#fbf1c7 -set notification-fg \#3c3836 -set notification-error-bg \#9d0006 -set notification-error-fg \#fbf1c7 +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 \#9d0006 -set statusbar-bg \#a89984 -set statusbar-fg \#fbf1c7 +set notification-warning-fg \#282828 +set statusbar-bg \#504945 +set statusbar-fg \#ebdbb2 set adjust-open width set incremental-search false -set highlight-color \#ebdbb2 -set highlight-active-color \#3c3836 +set highlight-color \#3c3836 +set highlight-active-color \#ebdbb2 set recolor true -set recolor-darkcolor \#3c3836 -set recolor-lightcolor \#fbf1c7 -set recolor-reverse-video false -set render-loading-bg \#fbf1c7 -set render-loading-fg \#3c3836 -set statusbar-home-tilde true -set selection-clipboard primary -set index-bg \#fbf1c7 -set index-fg \#98971a -set index-active-bg \#ebdbb2 +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 guioptions cs +set show-recent 0 +set smooth-scroll true +set statusbar-home-tilde true +set window-title-home-tilde true -- cgit 1.4.1