From b894de1dcb9dd13c52b45f0d45c15583a7910c29 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 23 Nov 2019 16:38:58 +0300 Subject: Change zathura theme to onedark --- .config/zathura/zathurarc | 51 ++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 27 deletions(-) (limited to '.config/zathura') diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 5b33e67..24e6b55 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,38 +1,35 @@ -set selection-clipboard clipboard -set incremental-search "true" +set selection-clipboard clipboard +set incremental-search "true" -# Base16 Solarized Dark -# Author: Ethan Schoonover (modified by aramisgithub) +set default-bg "#282c34" +set default-fg "#353b45" -set default-bg "#002b36" -set default-fg "#073642" +set statusbar-fg "#565c64" +set statusbar-bg "#3e4451" -set statusbar-fg "#839496" -set statusbar-bg "#586e75" +set inputbar-bg "#282c34" +set inputbar-fg "#c8ccd4" -set inputbar-bg "#002b36" -set inputbar-fg "#fdf6e3" +set notification-bg "#282c34" +set notification-fg "#c8ccd4" -set notification-bg "#002b36" -set notification-fg "#fdf6e3" +set notification-error-bg "#282c34" +set notification-error-fg "#e06c75" -set notification-error-bg "#002b36" -set notification-error-fg "#dc322f" +set notification-warning-bg "#282c34" +set notification-warning-fg "#e06c75" -set notification-warning-bg "#002b36" -set notification-warning-fg "#dc322f" +set highlight-color "#e5c07b" +set highlight-active-color "#61afef" -set highlight-color "#b58900" -set highlight-active-color "#268bd2" +set completion-bg "#353b45" +set completion-fg "#61afef" -set completion-bg "#073642" -set completion-fg "#268bd2" +set completion-highlight-fg "#c8ccd4" +set completion-highlight-bg "#61afef" -set completion-highlight-fg "#fdf6e3" -set completion-highlight-bg "#268bd2" +set recolor-lightcolor "#282c34" +set recolor-darkcolor "#b6bdca" -set recolor-lightcolor "#002b36" -set recolor-darkcolor "#eee8d5" - -set recolor "true" -set recolor-keephue "false" +set recolor "true" +set recolor-keephue "false" -- cgit v1.2.3-70-g09d2