forked from folke/tokyonight.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tokyonight_moon.zathurarc
38 lines (38 loc) · 1.06 KB
/
tokyonight_moon.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
38
# Tokyonight color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# Tokyonight color theme
#
set notification-error-bg "#ff757f"
set notification-error-fg "#c8d3f5"
set notification-warning-bg "#ffc777"
set notification-warning-fg "#444a73"
set notification-bg "#222436"
set notification-fg "#c8d3f5"
set completion-bg "#222436"
set completion-fg "#828bb8"
set completion-group-bg "#222436"
set completion-group-fg "#828bb8"
set completion-highlight-bg "#444a73"
set completion-highlight-fg "#c8d3f5"
set index-bg "#222436"
set index-fg "#c8d3f5"
set index-active-bg "#444a73"
set index-active-fg "#c8d3f5"
set inputbar-bg "#222436"
set inputbar-fg "#c8d3f5"
set statusbar-bg "#222436"
set statusbar-fg "#c8d3f5"
set highlight-color "#ffc777"
set highlight-active-color "#c3e88d"
set default-bg "#222436"
set default-fg "#c8d3f5"
set render-loading true
set render-loading-fg "#222436"
set render-loading-bg "#c8d3f5"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#222436"
set recolor-darkcolor "#c8d3f5"