summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--zathura/.config/zathura/base16-gruvbox-dark-hard.config32
-rw-r--r--zathura/.config/zathura/zathurarc4
2 files changed, 36 insertions, 0 deletions
diff --git a/zathura/.config/zathura/base16-gruvbox-dark-hard.config b/zathura/.config/zathura/base16-gruvbox-dark-hard.config
new file mode 100644
index 0000000..e251323
--- /dev/null
+++ b/zathura/.config/zathura/base16-gruvbox-dark-hard.config
@@ -0,0 +1,32 @@
+# Base16 Gruvbox dark, hard
+# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
+
+set default-bg "#1d2021"
+set default-fg "#3c3836"
+
+set statusbar-fg "#bdae93"
+set statusbar-bg "#504945"
+
+set inputbar-bg "#1d2021"
+set inputbar-fg "#fbf1c7"
+
+set notification-bg "#1d2021"
+set notification-fg "#fbf1c7"
+
+set notification-error-bg "#1d2021"
+set notification-error-fg "#fb4934"
+
+set notification-warning-bg "#1d2021"
+set notification-warning-fg "#fb4934"
+
+set highlight-color "#fabd2f"
+set highlight-active-color "#83a598"
+
+set completion-bg "#3c3836"
+set completion-fg "#83a598"
+
+set completion-highlight-fg "#fbf1c7"
+set completion-highlight-bg "#83a598"
+
+set recolor-lightcolor "#1d2021"
+set recolor-darkcolor "#ebdbb2"
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
new file mode 100644
index 0000000..46690c6
--- /dev/null
+++ b/zathura/.config/zathura/zathurarc
@@ -0,0 +1,4 @@
+include base16-gruvbox-dark-hard.config
+
+set first-page-column 1
+set recolor true