summaryrefslogtreecommitdiff
path: root/.config/zathura
diff options
context:
space:
mode:
Diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc68
1 files changed, 37 insertions, 31 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 64c3714..389f19c 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -3,36 +3,42 @@ set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard
-set default-bg "#1a1b26"
-set default-fg "#a9b1d6"
-
-set statusbar-fg "#a9b1d6"
-set statusbar-bg "#24283b"
-
-set inputbar-bg "#1a1b26"
-set inputbar-fg "#73daca"
-
-set notification-bg "#1a1b26"
-set notification-fg "#73daca"
-
-set notification-error-bg "#1a1b26"
-set notification-error-fg "#f7768e"
-
-set notification-warning-bg "#1a1b26"
-set notification-warning-fg "#f7768e"
-
-set highlight-color "#e0af68"
-set highlight-active-color "#9aa5ce"
-
-set completion-bg "#24283b"
-set completion-fg "#a9b1d6"
-
-set completion-highlight-fg "#9aa5ce"
-set completion-highlight-bg "24283b"
-
-set recolor-lightcolor "#16161e"
-set recolor-darkcolor "#a9b1d6"
-
+set notification-error-bg "#2E3440"
+set notification-error-fg "#BF616A"
+set notification-warning-bg "#2E3440"
+set notification-warning-fg "#D08770"
+set notification-bg "#2E3440"
+set notification-fg "#D8DEE9"
+
+set completion-bg "#2E3440"
+set completion-fg "#D8DEE9"
+set completion-group-bg "#3B4252"
+set completion-group-fg "#D8DEE9"
+set completion-highlight-bg "#88C0D0"
+set completion-highlight-fg "#3B4252"
+
+set index-bg "#2E3440"
+set index-fg "#8FBCBB"
+set index-active-bg "#8FBCBB"
+set index-active-fg "#2E3440"
+
+set inputbar-bg "#2E3440"
+set inputbar-fg "#E5E9F0"
+
+set statusbar-bg "#2E3440"
+set statusbar-fg "#E5E9F0"
+
+set highlight-color "#D08770"
+set highlight-active-color "#BF616A"
+
+set default-bg "#2E3440"
+set default-fg "#D8DEE9"
+set render-loading "true"
+set render-loading-bg "#2E3440"
+set render-loading-fg "#434C5E"
+
+set recolor-lightcolor "#2E3440"
+set recolor-darkcolor "#ECEFF4"
set recolor "true"
-set recolor-keephue "false"
+
# vim: set ft=config: