summaryrefslogtreecommitdiff
path: root/.config/zathura
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
downloadconfig-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.tar.gz
config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.zip
Initial commit
Diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc29
-rw-r--r--.config/zathura/zathurarc-gruvbox29
2 files changed, 58 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"
diff --git a/.config/zathura/zathurarc-gruvbox b/.config/zathura/zathurarc-gruvbox
new file mode 100644
index 0000000..d1aed9e
--- /dev/null
+++ b/.config/zathura/zathurarc-gruvbox
@@ -0,0 +1,29 @@
1#set guioptions ""
2
3set font "monospace normal 12"
4
5set completion-bg "#282828"
6set completion-fg "#fbf1c7"
7set completion-group-bg "#1d2021"
8set completion-group-fg "#458588"
9set completion-highlight-bg "#83a598"
10set completion-highlight-fg "#282828"
11
12set default-bg "#282828"
13set default-fg "#fbf1c7"
14set statusbar-bg "#282828"
15set statusbar-fg "#fbf1c7"
16
17set inputbar-bg "#1d2021"
18set inputbar-fg "#98971a"
19
20set notification-bg "#282828"
21set notification-fg "#fbf1c7"
22set notification-warning-bg "#282828"
23set notification-warning-fg "#d79921"
24set notification-error-bg "#282828"
25set notification-error-fg "#cc241d"
26
27#set recolor true
28set recolor-darkcolor "#1d2021"
29set recolor-lightcolor "#f9f5d7"

Generated with cgit - Back to sebastiano.tronto.net