-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathzathurarc
56 lines (44 loc) · 2.14 KB
/
zathurarc
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 rgba(255,85,85,1) # Red
set notification-error-fg rgba(248,248,242,1) # Foreground
set notification-warning-bg rgba(255,184,108,1) # Orange
set notification-warning-fg rgba(68,71,90,1) # Selection
set notification-bg rgba(40,42,54,1) # Background
set notification-fg rgba(248,248,242,1) # Foreground
set completion-bg rgba(40,42,54,1) # Background
set completion-fg rgba(98,114,164,1) # Comment
set completion-group-bg rgba(40,42,54,1) # Background
set completion-group-fg rgba(98,114,164,1) # Comment
set completion-highlight-bg rgba(68,71,90,1) # Selection
set completion-highlight-fg rgba(248,248,242,1) # Foreground
set index-bg rgba(40,42,54,1) # Background
set index-fg rgba(248,248,242,1) # Foreground
set index-active-bg rgba(68,71,90,1) # Current Line
set index-active-fg rgba(248,248,242,1) # Foreground
set inputbar-bg rgba(40,42,54,1) # Background
set inputbar-fg rgba(248,248,242,1) # Foreground
set statusbar-bg rgba(40,42,54,1) # Background
set statusbar-fg rgba(248,248,242,1) # Foreground
set highlight-color rgba(255,184,108,0.5) # Orange
set highlight-active-color rgba(255,121,198,0.5) # Pink
set default-bg rgba(40,42,54,1) # Background
set default-fg rgba(248,248,242,1) # Foreground
set render-loading true
set render-loading-fg rgba(40,42,54,1) # Background
set render-loading-bg rgba(248,248,242,1) # Foreground
#
# Recolor mode settings
#
set recolor-lightcolor rgba(40,42,54,1) # Background
set recolor-darkcolor rgba(248,248,242,1) # Foreground
#
# Startup options
#
set adjust-open width
set recolor true