about summary refs log tree commit diff stats
path: root/config/zathura/zathurarc
blob: 1b370d2f64f82cc4e72d58173f3e28cca8b096f8 (plain) (blame)
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
# actual zathura config
set recolor "true"

set completion-bg "#161510"
set completion-fg "#ccbc8e"
set completion-group-bg "#161510"
set completion-group-fg "#727a18"
set completion-highlight-bg "#ccbc8e"
set completion-highlight-fg "#161510"

set recolor-lightcolor "#161510"
set recolor-darkcolor "#ccbc8e"
set default-bg "#161510"

set inputbar-bg "#161510"
set inputbar-fg "#ccbc8e"
set notification-bg "#161510"
set notification-fg "#ccbc8e"
set notification-error-bg "#a32810"
set notification-error-fg "#ccbc8e"
set notification-warning-bg "#a32810"
set notification-warning-fg "#ccbc8e"
set statusbar-bg "#161510"
set statusbar-fg "#ccbc8e"
set index-bg "#161510"
set index-fg "#ccbc8e"
set index-active-bg "#ccbc8e"
set index-active-fg "#161510"
set render-loading-bg "#161510"
set render-loading-fg "#ccbc8e"

set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard
set font "Cozette Medium 11"