summaryrefslogtreecommitdiff
path: root/config/extra/zathura
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-02 18:37:37 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-02 18:37:37 +0200
commit9cdea34cffe7d6f5be739c3997603446e774a74d (patch)
treec8db3ad89cca43142f329b103e46c7d82e21ae43 /config/extra/zathura
parent5e0b20c8a3b5b9f0539cefd4923a1a102a59c8ad (diff)
checkpoint
Diffstat (limited to 'config/extra/zathura')
-rw-r--r--config/extra/zathura/zathurarc31
1 files changed, 30 insertions, 1 deletions
diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc
index 41e1980..b6d4fed 100644
--- a/config/extra/zathura/zathurarc
+++ b/config/extra/zathura/zathurarc
@@ -6,6 +6,7 @@ map o zoom out
map f toggle_fullscreen
map x toggle_statusbar
map X toggle_index
+map I recolor
set font "monospace bold 11"
set adjust-open "best-fit"
@@ -14,6 +15,34 @@ set scroll-page-aware "true"
set scroll-full-overlap 0.01
set scroll-step 100
-set guioptions " "
+set guioptions ""
set database "sqlite"
set continuous-hist-save true
+
+set recolor true
+set recolor-reverse-video true
+set recolor-keephue true
+set recolor-lightcolor "#2e3340"
+set recolor-darkcolor "#d8dee9"
+
+set default-fg "#88C0D0"
+set default-bg "#3b4252"
+set completion-bg "#434c5e"
+set completion-fg "#d8dee9"
+set completion-highlight-fg "#434c5e"
+set completion-highlight-bg "#d08770"
+set inputbar-fg "#d8dee9"
+set inputbar-bg "#3b4252"
+set notification-bg "#81a1c1"
+set notification-fg "#2e3440"
+set notification-error-bg "#bf616a"
+set notification-error-fg "#eceff4"
+set notification-warning-bg "#ebcb8b"
+set notification-warning-fg "#2e3340"
+set highlight-active-color rgba(235,203,139,0.75) # #ebcb8b
+set highlight-color rgba(235,203,139,0.5)
+set highlight-fg "#2e3440"
+set index-active-bg "#d08770"
+set index-active-fg "#ebcb8b"
+set index-bg "#2e3440"
+set index-fg "#d8dee9"