-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.mustache
75 lines (62 loc) · 1.73 KB
/
default.mustache
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
## Base16 {{scheme-name}}
## Author: {{scheme-author}}
##
# The following matchup is only true if you also changed your terminal emulator
# colors to the same as the scheme you are using.
# 0: #{{base00-hex}}
# 1: #{{base08-hex}}
# 2: #{{base0B-hex}}
# 3: #{{base0A-hex}}
# 4: #{{base0D-hex}}
# 5: #{{base0E-hex}}
# 6: #{{base0C-hex}}
# 7: #{{base05-hex}}
# 8: #{{base03-hex}}
# 9: #{{base09-hex}}
# 10: #{{base01-hex}}
# 11: #{{base02-hex}}
# 12: #{{base04-hex}}
# 13: #{{base06-hex}}
# 14: #{{base0F-hex}}
# 15: #{{base07-hex}}
# 16: #000000
##
# overall background and foreground color
set color_win_fg=default
set color_win_bg=default
# bottom status line
set color_statusline_fg=2
set color_statusline_bg=default
# bottom title line
set color_titleline_fg=2
set color_titleline_bg=default
# top title area
set color_win_title_fg=2
set color_win_title_bg=default
set color_win_title_attr=bold
# command-line colors
set color_cmdline_bg=default
set color_cmdline_fg=default
set color_error=1
set color_info=6
# separator of windows
# should be black
set color_separator=16
# unselected currently playing track's text
set color_win_cur=13
# active selection for currently playing track
set color_win_cur_sel_bg=default
set color_win_cur_sel_fg=3
set color_win_cur_sel_attr=underline
# inactive selection for currently playing track
set color_win_inactive_cur_sel_bg=default
set color_win_inactive_cur_sel_fg=13
# active selection
set color_win_sel_bg=default
set color_win_sel_fg=3
set color_win_sel_attr=underline
# inactive selection
set color_win_inactive_sel_bg=default
set color_win_inactive_sel_fg=1
# directory listing color
set color_win_dir=default