aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/config/zathura/zathurarc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/config/zathura/zathurarc')
-rw-r--r--dotfiles/config/zathura/zathurarc54
1 files changed, 54 insertions, 0 deletions
diff --git a/dotfiles/config/zathura/zathurarc b/dotfiles/config/zathura/zathurarc
new file mode 100644
index 0000000..f75366e
--- /dev/null
+++ b/dotfiles/config/zathura/zathurarc
@@ -0,0 +1,54 @@
+# Dracula color theme for Zathura
+# link:( https://github.com/dracula/dracula-theme#color-palette )
+# Swaps Foreground for Background to get a light version
+# Comment after the color is the color's name, as it appears in the palette
+
+
+# Light/Default mode settings:
+#
+#
+set notification-error-bg "#ff5555" # Red
+set notification-error-fg "#f8f8f2" # Foreground
+set notification-warning-bg "#ffb86c" # Orange
+set notification-warning-fg "#282a36" # Selection
+set notification-bg "#44475a" # Background
+set notification-fg "#f8f8f2" # Foreground
+
+set completion-bg "#282a36" # Background
+set completion-fg "#f8f8f2" # Comment
+set completion-group-bg "#282a36" # Background
+set completion-group-fg "#50fa7b" # Comment
+set completion-highlight-bg "#bd93f9" # Selection
+set completion-highlight-fg "#282a36" # Foreground
+
+set index-bg "#282a36" # Background
+set index-fg "#f8f8f2" # Foreground
+set index-active-bg "#bd93f9" # Current Line
+set index-active-fg "#282a36" # Foreground
+
+set inputbar-bg "#44475a" # Background
+set inputbar-fg "#f8f8f2" # Foreground
+set statusbar-bg "#44475a" # Background
+set statusbar-fg "#f8f8f2" # Foreground
+
+set highlight-color "#ffb86c" # Orange
+set highlight-active-color "#ff79c6" # Pink
+
+set default-bg "#282a36" # Background
+set default-fg "#f8f8f2" # Foreground
+
+set render-loading true
+set render-loading-fg "#282a36" # Background
+set render-loading-bg "#f8f8f2" # Foreground
+
+# Recolor mode settings
+#
+#
+set recolor-lightcolor "#282a36" # Background
+set recolor-darkcolor "#f8f8f2" # Foreground
+
+# Startup options
+#
+#
+set adjust-open width
+set recolor true