summaryrefslogtreecommitdiff
path: root/.config/zathura
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-07 11:45:41 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-07 11:45:41 -0700
commit388bf8f664e9021bc87b6b4286f82506f775d6aa (patch)
tree4a40a241c83becfe04fac5da8a8c22ab69a0a2dc /.config/zathura
parente392e8ba753efc431fcb92e8fa709808589a7c61 (diff)
Config ranger, add zathura config, add py scripts
Diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc53
1 files changed, 53 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
new file mode 100644
index 0000000..60f4d46
--- /dev/null
+++ b/.config/zathura/zathurarc
@@ -0,0 +1,53 @@
+##---Startup options---##
+set adjust-open width
+set recolor true
+map <C-Tab> toggle_statusbar
+set guioptions ""
+set selection-clipboard clipboard
+set window-title-home-tilde true
+set statusbar-home-tilde true
+set adjust-open "best-fit"
+
+##---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 "#44475a" # Selection
+set notification-bg "#282a36" # Background
+set notification-fg "#f8f8f2" # Foreground
+
+set completion-bg "#282a36" # Background
+set completion-fg "#6272a4" # Comment
+set completion-group-bg "#282a36" # Background
+set completion-group-fg "#6272a4" # Comment
+set completion-highlight-bg "#44475a" # Selection
+set completion-highlight-fg "#f8f8f2" # Foreground
+
+set index-bg "#282a36" # Background
+set index-fg "#f8f8f2" # Foreground
+set index-active-bg "#44475a" # Current Line
+set index-active-fg "#f8f8f2" # Foreground
+
+set inputbar-bg "#282a36" # Background
+set inputbar-fg "#f8f8f2" # Foreground
+set statusbar-bg "#282a36" # 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