From 80140b2730beb2b3d8c7c7c3c5017dd71c60f284 Mon Sep 17 00:00:00 2001 From: McSinyx Date: Tue, 14 Jun 2016 11:09:33 +0700 Subject: Add zathurarc --- zathura/.config/zathura/zathurarc | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 zathura/.config/zathura/zathurarc (limited to 'zathura') diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc new file mode 100644 index 0000000..9acce4a --- /dev/null +++ b/zathura/.config/zathura/zathurarc @@ -0,0 +1,39 @@ +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 \#282828 +set font Droid\ Sans\ Mono\ Slashed\ 11 +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 adjust-open width +set incremental-search false +set highlight-color \#3c3836 +set highlight-active-color \#ebdbb2 +set recolor-darkcolor \#ebdbb2 +set recolor-lightcolor \#282828 +set recolor-reverse-video false +set render-loading-bg \#282828 +set render-loading-fg \#ebdbb2 +set statusbar-home-tilde true +set selection-clipboard primary +set index-bg \#282828 +set index-fg \#98971a +set index-active-bg \#3c3836 +set index-adjust-fg \#98971a -- cgit 1.4.1