aboutsummaryrefslogtreecommitdiff
path: root/zathura
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2022-12-06 21:09:33 +0100
committerdavidpkj <davidpenkow1@gmail.com>2022-12-06 21:09:33 +0100
commit6917103b52fe98c45beaaebf07934c3d2fda92fd (patch)
tree1948879c064ada1439b27c265f7f6903e31c5904 /zathura
parente9d5df01295a6ea381a0e72b96f4d3555c5e25c2 (diff)
Change color management
Diffstat (limited to 'zathura')
-rw-r--r--zathura/.config/zathura/zathurarc19
1 files changed, 10 insertions, 9 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
index bbb6424..2dc8b3e 100644
--- a/zathura/.config/zathura/zathurarc
+++ b/zathura/.config/zathura/zathurarc
@@ -5,18 +5,19 @@ set window-title-page false
set recolor true
+set font "JetBrains Mono normal 8"
+
set default-bg "#1a1a1a"
-set font "JetBrains Mono normal 18"
-set highlight-color "#bbd2e0"
-set highlight-active-color "#306b92"
+set highlight-color "#e8e2ef"
+set highlight-active-color "#a642c0"
set recolor-lightcolor "#1a1a1a"
set statusbar-bg "#1a1a1a"
-set statusbar-fg "#bbd2e0"
+set statusbar-fg "#e8e2ef"
set inputbar-bg "#1a1a1a"
-set inputbar-fg "#bbd2e0"
-set completion-fg "#bbd2e0"
+set inputbar-fg "#e8e2ef"
+set completion-fg "#e8e2ef"
set completion-bg "#1a1a1a"
-set completion-group-fg "#bbd2e0"
-set completion-group-bg "#306b92"
+set completion-group-fg "#e8e2ef"
+set completion-group-bg "#a642c0"
set completion-highlight-fg "#1a1a1a"
-set completion-highlight-bg "#bbd2e0"
+set completion-highlight-bg "#e8e2ef"