summaryrefslogtreecommitdiff
path: root/.config/zathura/zathurarc
blob: 2a4f4c946c163d4e2a58eedc5dcc4abcb4b17d7c (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 font "JetBrainsMono Nerd Font 11"

set default-bg              "#282c34"

set statusbar-bg            "#31353f"
set statusbar-fg            "#a8b4bb"

set inputbar-bg             "#141A1F"
set inputbar-fg             "#A6B5C5"

set notification-error-bg   "#EC5252"
set notification-error-fg   "#141A1F"

set notification-warning-bg "#EC5252"
set notification-warning-fg "#141A1F"

set highlight-active-color  "#EC5252"

set completion-highlight-fg "#13AFAF"
set completion-highlight-bg "#141A1F"

set completion-bg           "#141A1F"
set completion-fg           "#A6B5C5"

set notification-bg         "#A6B5C5"
set notification-fg         "#141A1F"

set recolor-lightcolor      "#282c34"
set recolor-reverse-video   true

set selection-clipboard clipboard
map u scroll half-up
map d scroll half-down
map D toggle_page_mode
map i recolor
map g goto top