aboutsummaryrefslogtreecommitdiff
path: root/zathura
diff options
context:
space:
mode:
Diffstat (limited to 'zathura')
-rw-r--r--zathura/.config/zathura/zathurarc22
1 files changed, 22 insertions, 0 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
new file mode 100644
index 0000000..bbb6424
--- /dev/null
+++ b/zathura/.config/zathura/zathurarc
@@ -0,0 +1,22 @@
+set selection-clipboard "clipboard"
+
+set window-title-basename true
+set window-title-page false
+
+set recolor true
+
+set default-bg "#1a1a1a"
+set font "JetBrains Mono normal 18"
+set highlight-color "#bbd2e0"
+set highlight-active-color "#306b92"
+set recolor-lightcolor "#1a1a1a"
+set statusbar-bg "#1a1a1a"
+set statusbar-fg "#bbd2e0"
+set inputbar-bg "#1a1a1a"
+set inputbar-fg "#bbd2e0"
+set completion-fg "#bbd2e0"
+set completion-bg "#1a1a1a"
+set completion-group-fg "#bbd2e0"
+set completion-group-bg "#306b92"
+set completion-highlight-fg "#1a1a1a"
+set completion-highlight-bg "#bbd2e0"