From a295db54fbe539abda4542195fa3b5781d13806d Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Thu, 9 Feb 2017 10:34:15 +0700 Subject: Update 20170209. Highlights: awesome 4.0, gruvbox dark -> light --- zathura/.config/zathura/zathurarc | 62 +++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'zathura/.config') diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index fb5ce55..4c7d375 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -1,40 +1,40 @@ -set completion-bg \#7c6f64 -set completion-fg \#282828 -set completion-group-bg \#3c3836 -set completion-group-fg \#ebdbb2 -set completion-highlight-bg \#83a598 -set completion-highlight-fg \#504945 -set default-fg \#ebdbb2 -set default-bg \#3c3836 -set font Droid\ Sans\ Mono\ Slashed\ 11 +set completion-bg \#a89984 +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 font Space\ Mono\ 10 set guioptions cs -set inputbar-fg \#ebdbb2 -set inputbar-bg \#282828 -set notification-bg \#282828 -set notification-fg \#ebdbb2 -set notification-error-bg \#fb4934 -set notification-error-fg \#282828 -set notification-warning-bg \#282828 -set notification-warning-fg \#fb4934 -set tabbar-bg \#282828 -set tabbar-fg \#7c6f64 -set tabbar-focus-bg \#7c6f64 -set tabbar-focus-fg \#282828 -set statusbar-bg \#7c6f64 -set statusbar-fg \#282828 +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 notification-warning-bg \#fbf1c7 +set notification-warning-fg \#9d0006 +set tabbar-bg \#fbf1c7 +set tabbar-fg \#a89984 +set tabbar-focus-bg \#a89984 +set tabbar-focus-fg \#fbf1c7 +set statusbar-bg \#a89984 +set statusbar-fg \#fbf1c7 set adjust-open width set incremental-search false -set highlight-color \#3c3836 -set highlight-active-color \#ebdbb2 +set highlight-color \#ebdbb2 +set highlight-active-color \#3c3836 set recolor true -set recolor-darkcolor \#ebdbb2 -set recolor-lightcolor \#282828 +set recolor-darkcolor \#3c3836 +set recolor-lightcolor \#fbf1c7 set recolor-reverse-video false -set render-loading-bg \#282828 -set render-loading-fg \#ebdbb2 +set render-loading-bg \#fbf1c7 +set render-loading-fg \#3c3836 set statusbar-home-tilde true set selection-clipboard primary -set index-bg \#282828 +set index-bg \#fbf1c7 set index-fg \#98971a -set index-active-bg \#3c3836 +set index-active-bg \#ebdbb2 set index-active-fg \#98971a -- cgit 1.4.1