-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzathura
More file actions
78 lines (57 loc) · 2.02 KB
/
Copy pathzathura
File metadata and controls
78 lines (57 loc) · 2.02 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#
# ~/.config/zathura/zathurarc: zathura(1) configuration
#
# Open document in fit-width mode by default.
#set adjust-open "best-fit"
set adjust-open width
# Zoom.
map <C-i> zoom in
map <C-o> zoom out
# Font.
#set font xos4\ Terminus\ 9
#set font Iosevka\ 10
#set font Terminus\ \(TTF\)\ 9
set font JetBrains\ Mono\ 9
# Dark-mode recoloring.
set recolor true
#set recolor-lightcolor "#000000" #00
#set recolor-darkcolor "#E0E0E0" #06
set recolor-reverse-video true
set recolor-keephue true
set render-loading true
# Use a strict seccomp filter.
#set sandbox strict
# Enable copy to clipboard.
set selection-clipboard clipboard
######################################################################
# trinity colorscheme #
######################################################################
set default-bg "#000000"
set default-fg "#55af66"
#set statusbar-fg "darkgrey"
set statusbar-fg "#af6655"
set statusbar-bg "#000000"
set statusbar-basename "true"
set inputbar-bg "#000000"
set inputbar-fg "#00d75f"
set notification-bg "#000000"
set notification-fg "yellow"
set notification-error-bg "#000000"
set notification-error-fg "#fb4934"
set notification-warning-bg "#000000"
set notification-warning-fg "#fb4934"
#set highlight-color "#fabd2f"
set highlight-color "#444444"
#set highlight-active-color "#83a598"
set highlight-fg "yellow"
set completion-bg "#000000"
set completion-fg "darkgreen"
set completion-highlight-bg "#000000"
set completion-highlight-fg "yellow"
set recolor-lightcolor "#000000"
set recolor-darkcolor "#55af66"
set recolor "true"
set recolor-keephue "false"
######################################################################
# vim: sw=2 ts=2 sts=2 et cc=72 tw=70
# End of file.