summaryrefslogtreecommitdiff
path: root/.config/zathura/zathurarc
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-11-30 17:24:01 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-07 14:23:42 +0100
commit4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f (patch)
tree99de1c0323d87fc798bafacdd5c04f7566322da4 /.config/zathura/zathurarc
downloadconfig-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.tar.gz
config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.zip
Initial commit
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r--.config/zathura/zathurarc29
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
new file mode 100644
index 0000000..e2423d4
--- /dev/null
+++ b/.config/zathura/zathurarc
@@ -0,0 +1,29 @@
1#set guioptions ""
2
3set font "monospace normal 12"
4
5set completion-bg "#282828"
6set completion-fg "#f9f9f9"
7set completion-group-bg "#141414"
8set completion-group-fg "#3465a4"
9set completion-highlight-bg "#48b9c7"
10set completion-highlight-fg "#282828"
11
12set default-bg "#282828"
13set default-fg "#f9f9f9"
14set statusbar-bg "#282828"
15set statusbar-fg "#f9f9f9"
16
17set inputbar-bg "#141414"
18set inputbar-fg "#4e9a06"
19
20set notification-bg "#282828"
21set notification-fg "#f9f9f9"
22set notification-warning-bg "#282828"
23set notification-warning-fg "#c4a000"
24set notification-error-bg "#282828"
25set notification-error-fg "#cc0000"
26
27#set recolor true
28set recolor-darkcolor "#141414"
29set recolor-lightcolor "#f9f5d7"

Generated with cgit - Back to sebastiano.tronto.net