From 5d4a749b7c51649bcd3953cd1686856408d08121 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sat, 3 Dec 2022 22:26:26 +0100 Subject: Merge in dotfiles --- zathura/.config/zathura/zathurarc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 zathura/.config/zathura/zathurarc (limited to 'zathura') 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" -- cgit v1.2.3