aboutsummaryrefslogtreecommitdiff
path: root/.config/zathura/zathurarc
blob: 36da8774569c90742cb23bd855593e24735b5981 (plain)
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
set scroll-page-aware "true"
set scroll-full-overlap 0.01
set scroll-step 100
set font "JetBrainsMono NF 10"
set selection-clipboard clipboard

# recolor (dark mode)
map <C-i> recolor
set recolor "true"

set recolor-reverse-video "true"
set recolor-keephue "true"


set default-bg				"#121213"
set statusbar-bg			"#121213"
set inputbar-bg				"#121213"
set completion-highlight-fg	"#121213"
set completion-bg			"#121213"
set notification-error-fg	"#121213"
set notification-warning-fg	"#121213"
set notification-fg			"#121213"

set default-fg			"#f9ece8"
set inputbar-fg			"#f9ece8"
set completion-fg		"#f9ece8"
set statusbar-fg		"#f9ece8"
set recolor-lightcolor	rgba(2249,236,232,0)

set notification-error-bg "#DE9DAC"
set notification-warning-bg "#DE9DAC"
set completion-highlight-bg "#DE9DAC"
set highlight-color "#DE9DAC"

set highlight-active-color "#C3AFF7"
set notification-bg "#C3AFF7"