From fd224cb961b1defae9a085c63c188727c4ff6584 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 6 Sep 2021 18:52:33 +0530 Subject: moving to onedark theme --- .config/zathura/zathurarc | 65 ++++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 26 deletions(-) (limited to '.config/zathura') diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 04a97ab..22ef62d 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,29 +1,42 @@ -set recolor "true" -set completion-bg "#1c1c1c" -set completion-fg "#b5b4c9" -set completion-group-bg "#1c1c1c" -set completion-group-fg "#76a065" -set completion-highlight-bg "#b5b4c9" -set completion-highlight-fg "#1c1c1c" -set recolor-lightcolor "#1c1c1c" -set recolor-darkcolor "#b5b4c9" -set default-bg "#1c1c1c" -set inputbar-bg "#1c1c1c" -set inputbar-fg "#b5b4c9" -set notification-bg "#1c1c1c" -set notification-fg "#b5b4c9" -set notification-error-bg "#cf8164" -set notification-error-fg "#b5b4c9" -set notification-warning-bg "#cf8164" -set notification-warning-fg "#b5b4c9" -set statusbar-bg "#1c1c1c" -set statusbar-fg "#b5b4c9" -set index-bg "#1c1c1c" -set index-fg "#b5b4c9" -set index-active-bg "#b5b4c9" -set index-active-fg "#1c1c1c" -set render-loading-bg "#1c1c1c" -set render-loading-fg "#b5b4c9" +# Colors + +# Base16 OneDark +# Author: Lalit Magant (http://github.com/tilal6991) + +set default-bg "#282c34" +set default-fg "#353b45" + +set statusbar-fg "#565c64" +set statusbar-bg "#3e4451" + +set inputbar-bg "#282c34" +set inputbar-fg "#c8ccd4" + +set notification-bg "#282c34" +set notification-fg "#c8ccd4" + +set notification-error-bg "#282c34" +set notification-error-fg "#e06c75" + +set notification-warning-bg "#282c34" +set notification-warning-fg "#e06c75" + +set highlight-color "#e5c07b" +set highlight-active-color "#61afef" + +set completion-bg "#353b45" +set completion-fg "#61afef" + +set completion-highlight-fg "#c8ccd4" +set completion-highlight-bg "#61afef" + +set recolor-lightcolor "#282c34" +set recolor-darkcolor "#b6bdca" + +set recolor "true" +set recolor-keephue "true" + +# Other settings set window-title-home-tilde true set statusbar-basename true set selection-clipboard clipboard -- cgit v1.2.3