From f5d56602df70950de6b7d40966b00c9939c81763 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 26 Jan 2020 17:16:07 +0100 Subject: Intial commit of v2 See https://drewdevault.com/2019/12/30/dotfiles.html --- .config/zathura/zathurarc | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/zathura/zathurarc (limited to '.config/zathura') 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 -- cgit 1.4.1