-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzathurarc
51 lines (38 loc) · 1.74 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
set window-title-basename "true"
set selection-clipboard "clipboard"
map <C-i> recolor
set notification-error-bg "#ff5555" # Red
set notification-error-fg "#dadada" # Foreground
set notification-warning-bg "#ffb86c" # Orange
set notification-warning-fg "#22292b" # Selection
set notification-bg "#181f21" # Background
set notification-fg "#dadada" # Foreground
set completion-bg "#1f2628" # Background
set completion-fg "#6d7476" # Comment
set completion-group-bg "#181f21" # Background
set completion-group-fg "#dadada" # Comment
set completion-highlight-bg "#6da4cd" # Selection
set completion-highlight-fg "#22292b" # Foreground
set index-bg "#181f21" # Background
set index-fg "#dadada" # Foreground
set index-active-bg "#22292b" # Current Line
set index-active-fg "#dadada" # Foreground
set inputbar-bg "#181f21" # Background
set inputbar-fg "#dadada" # Foreground
set statusbar-bg "#181f21" # Background
set statusbar-fg "#dadada" # Foreground
set highlight-color "#ffb86c" # Orange
set highlight-active-color "#ff79c6" # Pink
set default-bg "#181f21" # Background
set default-fg "#dadada" # Foreground
set render-loading true
set render-loading-fg "#181f21" # Background
set render-loading-bg "#dadada" # Foreground
# Recolor mode settings
set recolor-lightcolor "#181f21" # Background
set recolor-darkcolor "#dadada" # Foreground
# Startup options
set adjust-open width
set recolor true
set smooth-scroll true
set show-v-scrollbar true