From 17956e73894f2b1e5de2116ea68d57dad09b6e23 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 6 Oct 2021 02:19:50 +0300 Subject: zathura: change colorscheme to pine-rose --- .config/zathura/zathurarc | 45 ++++++++++++++++++++------------------------- 1 file changed, 20 insertions(+), 25 deletions(-) diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index a3d7f3c..c8b52a6 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -2,40 +2,35 @@ set selection-clipboard "clipboard" set incremental-search "true" set guioptions "shv" -set default-fg "#9e9e9e" -set default-bg "#0e0e0e" +set default-bg "#191724" +set default-fg "#e0def4" -set recolor-darkcolor "#b2b2b2" -set recolor-lightcolor "#080808" +set statusbar-fg "#e0def4" +set statusbar-bg "#555169" -set statusbar-fg "#b2b2b2" -set statusbar-bg "#080808" +set inputbar-bg "#6e6a86" +set inputbar-fg "#ebbcba" -set inputbar-fg "#9e9e9e" -set inputbar-bg "#080808" +set notification-bg "#e0def4" +set notification-fg "#555169" -set notification-fg "#c8ccd4" -set notification-bg "#282c34" +set notification-error-bg "#f6c177" +set notification-error-fg "#555169" -set notification-error-fg "#ff5454" -set notification-error-bg "#080808" +set notification-warning-bg "#ebbcba" +set notification-warning-fg "#555169" -set notification-warning-fg "#e3c78a" -set notification-warning-bg "#080808" +set highlight-color "#ebbcba" +set highlight-active-color "#eb6f92" -set highlight-color "#e5c07b" -set highlight-active-color "#ff5454" +set completion-bg "#6e6a86" +set completion-fg "#ebbcba" -set completion-fg "#80a0ff" -set completion-bg "#080808" +set completion-highlight-fg "#26233a" +set completion-highlight-bg "#ebbcba" -set completion-highlight-fg "#080808" -set completion-highlight-bg "#80a0ff" - -set index-fg "#9e9e9e" -set index-bg "#080808" -set index-active-fg "#080808" -set index-active-bg "#8cc85f" +set recolor-lightcolor "#191724" +set recolor-darkcolor "#e0def4" set recolor "true" set recolor-keephue "false" -- cgit v1.2.3-70-g09d2