index — dotfiles @ c6775b8032e2423f5e484505b277a7e0fdc9788a

my dotfiles

.config/zathura/zathurarc (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
set window-title-basename "true"
set selection-clipboard "clipboard"

# Dracula color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers

#
# Dracula color theme
#

set notification-error-bg       "#ff5555" # Red
set notification-error-fg       "#d3c6aa" # Foreground
set notification-warning-bg     "#ffb86c" # Orange
set notification-warning-fg     "#44475a" # Selection
set notification-bg             "#2b3339" # Background
set notification-fg             "#d3c6aa" # Foreground

set completion-bg               "#2b3339" # Background
set completion-fg               "#6272a4" # Comment
set completion-group-bg         "#2b3339" # Background
set completion-group-fg         "#6272a4" # Comment
set completion-highlight-bg     "#44475a" # Selection
set completion-highlight-fg     "#d3c6aa" # Foreground

set index-bg                    "#2b3339" # Background
set index-fg                    "#d3c6aa" # Foreground
set index-active-bg             "#44475a" # Current Line
set index-active-fg             "#d3c6aa" # Foreground

set inputbar-bg                 "#2b3339" # Background
set inputbar-fg                 "#d3c6aa" # Foreground
set statusbar-bg                "#2b3339" # Background
set statusbar-fg                "#d3c6aa" # Foreground

set highlight-color             "#ffb86c" # Orange
set highlight-active-color      "#ff79c6" # Pink

set default-bg                  "#2b3339" # Background
set default-fg                  "#d3c6aa" # Foreground

set render-loading              true
set render-loading-fg           "#2b3339" # Background
set render-loading-bg           "#d3c6aa" # Foreground

#
# Recolor mode settings
#

set recolor-lightcolor          "#2b3339" # Background
set recolor-darkcolor           "#d3c6aa" # Foreground

#
# Startup options
#
set adjust-open width
set recolor true