1set first-page-column 1
2set guioptions null
3
4# Dracula color theme for Zathura
5set window-title-basename "true"
6set selection-clipboard "clipboard"
7
8#
9# Dracula color theme
10#
11
12set notification-error-bg "#ff5555" # Red
13set notification-error-fg "#f8f8f2" # Foreground
14set notification-warning-bg "#ffb86c" # Orange
15set notification-warning-fg "#44475a" # Selection
16set notification-bg "#282a36" # Background
17set notification-fg "#f8f8f2" # Foreground
18
19set completion-bg "#282a36" # Background
20set completion-fg "#6272a4" # Comment
21set completion-group-bg "#282a36" # Background
22set completion-group-fg "#6272a4" # Comment
23set completion-highlight-bg "#44475a" # Selection
24set completion-highlight-fg "#f8f8f2" # Foreground
25
26set index-bg "#282a36" # Background
27set index-fg "#f8f8f2" # Foreground
28set index-active-bg "#44475a" # Current Line
29set index-active-fg "#f8f8f2" # Foreground
30
31set inputbar-bg "#282a36" # Background
32set inputbar-fg "#f8f8f2" # Foreground
33set statusbar-bg "#282a36" # Background
34set statusbar-fg "#f8f8f2" # Foreground
35
36set highlight-color "#ffb86c" # Orange
37set highlight-active-color "#ff79c6" # Pink
38
39set default-bg "#282a36" # Background
40set default-fg "#f8f8f2" # Foreground
41
42set render-loading true
43set render-loading-fg "#282a36" # Background
44set render-loading-bg "#f8f8f2" # Foreground
45
46#
47# Recolor mode settings
48#
49set recolor-lightcolor "#282a36" # Background
50set recolor-darkcolor "#f8f8f2" # Foreground
51
52#
53# Startup options
54#
55set adjust-open width
56set recolor "true"
57set recolor-keephue "true"