summaryrefslogtreecommitdiff
path: root/.config/zathura/zathurarc
blob: 11492778780291656eaaebe7115a8617df41a3a3 (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
## Colemak bindings
#map m scroll left
#map n scroll down
#map e scroll up
#map i scroll right

## Theme
set recolor true
set recolor-darkcolor   \#b2b2b2
set recolor-lightcolor  rgba(8,8,8,0.35)
set recolor-keephue     true

set statusbar-bg        \#323437
set statusbar-fg        \#949494

set completion-bg       \#323437
set completion-fg       \#c6c6c6
set completion-group-bg \#323437
set completion-group-fg \#e4e4e4
set completion-highlight-bg \#323437
set completion-highlight-fg \#74b2ff

set inputbar-bg         \#080808
set inputbar-fg         \#e4e4e4

set default-bg          rgba(0,0,0,0.8)

## Behaviour
set selection-clipboard clipboard
set scroll-step 80
set window-title-home-tilde true
set statusbar-home-tilde true