aboutsummaryrefslogtreecommitdiff
path: root/zathura/.config/zathura/zathurarc
blob: bbb642416dd2fbf27a3e3f88e9e6888a47fb9757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
set selection-clipboard "clipboard"

set window-title-basename true
set window-title-page false

set recolor true

set default-bg "#1a1a1a"
set font "JetBrains Mono normal 18"
set highlight-color "#bbd2e0"
set highlight-active-color "#306b92"
set recolor-lightcolor "#1a1a1a"
set statusbar-bg "#1a1a1a"
set statusbar-fg "#bbd2e0"
set inputbar-bg "#1a1a1a"
set inputbar-fg "#bbd2e0"
set completion-fg "#bbd2e0"
set completion-bg "#1a1a1a"
set completion-group-fg "#bbd2e0"
set completion-group-bg "#306b92"
set completion-highlight-fg "#1a1a1a"
set completion-highlight-bg "#bbd2e0"