-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzathurarc
37 lines (25 loc) · 1.05 KB
/
zathurarc
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
set selection-clipboard clipboard
# Tokyo Night color scheme for Zathura.
# Original color scheme: https://github.com/enkia/tokyo-night-vscode-theme
set default-bg "#1a1b26"
set default-fg "#a9b1d6"
set statusbar-fg "#a9b1d6"
set statusbar-bg "#24283b"
set inputbar-bg "#1a1b26"
set inputbar-fg "#73daca"
set notification-bg "#1a1b26"
set notification-fg "#73daca"
set notification-error-bg "#1a1b26"
set notification-error-fg "#f7768e"
set notification-warning-bg "#1a1b26"
set notification-warning-fg "#f7768e"
set highlight-color "#e0af68"
set highlight-active-color "#9aa5ce"
set completion-bg "#24283b"
set completion-fg "#a9b1d6"
set completion-highlight-fg "#9aa5ce"
set completion-highlight-bg "24283b"
set recolor-darkcolor "#a9b1d6"
set recolor-lightcolor "#16161e"
set recolor "true"
set recolor-keephue "false"