summary refs log tree commit diff
path: root/.config/zathura
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-01-26 17:16:07 +0100
committerRobert Günzler <r@gnzler.io>2020-01-26 18:00:59 +0100
commitf5d56602df70950de6b7d40966b00c9939c81763 (patch)
treeb50ffeb5496fe3525cc1bab2629389ced95435b7 /.config/zathura
Intial commit of v2
See https://drewdevault.com/2019/12/30/dotfiles.html
Diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc33
1 files changed, 33 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
new file mode 100644
index 0000000..80811d4
--- /dev/null
+++ b/.config/zathura/zathurarc
@@ -0,0 +1,33 @@
+set window-title-home-tilde true
+set statusbar-basename true
+set selection-clipboard clipboard
+set recolor "true"
+
+set completion-bg "#1c1c1c"
+set completion-fg "#d0d0d0"
+
+set completion-highlight-bg "#5faf00"
+set completion-highlight-fg "#1c1c1c"
+
+set inputbar-bg "#1c1c1c"
+set inputbar-fg "#d0d0d0"
+
+set statusbar-bg "#1c1c1c"
+set statusbar-fg "#d0d0d0"
+
+set recolor-lightcolor "#1c1c1c"
+set recolor-darkcolor "#d0d0d0"
+set default-bg "#1c1c1c"
+
+set index-bg "#585858"
+set index-fg "#d0d0d0"
+set index-active-bg "#1c1c1c"
+set index-active-fg "#d0d0d0"
+
+map P print
+map c recolor
+map R rotate rotate-ccw
+map n zoom in
+map p zoom out
+map M mark_add
+map m mark_evaluate