/ cli / zathura / zathurarc
zathurarc
 1  set window-title-basename "true"
 2  set selection-clipboard "clipboard"
 3  
 4  # Everforest color theme for Zathura
 5  # Swaps Foreground for Background to get a light version if the user prefers
 6  
 7  #
 8  # Everforest color theme
 9  #
10  
11  set notification-error-bg       rgba(255,85,85,1)     # Red
12  set notification-error-fg       rgba(248,248,242,1)   # Foreground
13  set notification-warning-bg     rgba(255,184,108,1)   # Orange
14  set notification-warning-fg     rgba(68,71,90,1)      # Selection
15  set notification-bg             rgba(51,60,67,1)      # Background
16  set notification-fg             rgba(248,248,242,1)   # Foreground
17  
18  set completion-bg               rgba(51,60,67,1)      # Background
19  set completion-fg               rgba(98,114,164,1)    # Comment
20  set completion-group-bg         rgba(40,42,54,1)      # Background
21  set completion-group-fg         rgba(98,114,164,1)    # Comment
22  set completion-highlight-bg     rgba(68,71,90,1)      # Selection
23  set completion-highlight-fg     rgba(167,192,128,1)   # Foreground
24  
25  set index-bg                    rgba(51,60,67,1)      # Background
26  set index-fg                    rgba(248,248,242,1)   # Foreground
27  set index-active-bg             rgba(68,71,90,1)      # Current Line
28  set index-active-fg             rgba(167,192,128,1)   # Foreground
29  
30  set inputbar-bg                 rgba(51,60,67,1)      # Background
31  set inputbar-fg                 rgba(167,192,128,1)   # Foreground
32  set statusbar-bg                rgba(40,42,54,1)      # Background
33  set statusbar-fg                rgba(167,192,128,1)   # Foreground
34  
35  set highlight-color             rgba(255,184,108,0.5) # Orange
36  set highlight-active-color      rgba(255,121,198,0.5) # Pink
37  
38  set default-bg                  rgba(51,60,67,1)      # Background
39  set default-fg                  rgba(167,192,128,1)   # Foreground
40  
41  set render-loading              true
42  set render-loading-fg           rgba(51,60,67,1)      # Background
43  set render-loading-bg           rgba(167,192,128,1)   # Foreground
44  
45  #
46  # Recolor mode settings
47  #
48  
49  set recolor-lightcolor          rgba(51,60,67,1)      # Background
50  set recolor-darkcolor           rgba(167,192,128,1)   # Foreground
51  
52  #
53  # Startup options
54  #
55  set adjust-open width
56  set recolor true