summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-06-28 00:45:50 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-06-28 00:45:50 +0200
commitc29e34d0cab33939ed1a1f26a4a53a49b5d8ae12 (patch)
tree1b028166dea72d86a3cac5d3f44e3edf25f7d42c
parent49459a5f853c24dda15075b11bbb62c5d560a3ab (diff)
Add colorscheme to zathura
-rw-r--r--.config/zathura/zathurarc41
1 files changed, 41 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 452e116..75ca8af 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -13,3 +13,44 @@ map J zoom out
map i recolor
map p print
map g goto top
+
+set notification-error-bg "#151515" # bg
+set notification-error-fg "#b46958" # bright:red
+set notification-warning-bg "#151515" # bg
+set notification-warning-fg "#F4BF75" # bright:yellow
+set notification-bg "#151515" # bg
+set notification-fg "#90A959" # bright:green
+
+set completion-bg "#202020" # bg2
+set completion-fg "#E1E1E1" # fg
+set completion-group-bg "#171717" # bg1
+set completion-group-fg "#373737" # gray
+set completion-highlight-bg "#A2B5C1" # bright:blue
+set completion-highlight-fg "#202020" # bg2
+
+# Define the color in index mode
+set index-bg "#202020" # bg2
+set index-fg "#E1E1E1" # fg
+set index-active-bg "#A2B5C1" # bright:blue
+set index-active-fg "#202020" # bg2
+
+set inputbar-bg "#151515" # bg
+set inputbar-fg "#E1E1E1" # fg
+
+set statusbar-bg "#202020" # bg2
+set statusbar-fg "#E1E1E1" # fg
+
+set highlight-color "#F4BF75" # bright:yellow
+set highlight-active-color "#FFA557" # bright:orange
+
+set default-bg "#151515" # bg
+set default-fg "#E1E1E1" # fg
+set render-loading true
+set render-loading-bg "#151515" # bg
+set render-loading-fg "#E1E1E1" # fg
+
+# Recolor book content's color
+set recolor-lightcolor "#151515" # bg
+set recolor-darkcolor "#E1E1E1" # fg
+set recolor "true"
+# set recolor-keephue true # keep original color