-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmus
104 lines (99 loc) · 5.78 KB
/
cmus
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#
# █▄
# ███▄
# ███▀█▄
# ███ ▀█▄ █
# ███ ███ █ ▄ ▄▄▄
# ███ ███ ▄█▄ █ █ ▄█▄ ▄█▀ ▀▀
# ███ ███ ▄█▀ ▀█▄ ▀█▀ ▄▄▄█ ▀ ▄█▀ ▀█▄ ▀█▄▄
# ███ ███ ▄██▄ ▄██▄ █▄ █ █ █ ▄██▄ ▄██▄ ▀█▄
# ███ ███ █ ▄▄▄▄▄▄▄█▀
# ███ ███
# ███ █▀
# ███ ▄████▄ ███▄ ▄███▓ █ ██ ██████
# ███ ▒██▀ ▀█ ▓██▒▀█▀ ██▒ ██ ▓██▒▒██ ▒
# █▀ ▒▓█ ▄ ▓██ ▓██░▓██ ▒██░░ ▓██▄
# ▒▓▓▄ ▄██▒▒██ ▒██ ▓▓█ ░██░ ▒ ██▒
# ▒ ▓███▀ ░▒██▒ ░██▒▒▒█████▓ ▒██████▒▒
# ░ ░▒ ▒ ░░ ▒░ ░ ░░▒▓▒ ▒ ▒ ▒ ▒▓▒ ▒ ░
# ░ ▒ ░ ░ ░░░▒░ ░ ░ ░ ░▒ ░ ░
# ░ ░ ░ ░░░ ░ ░ ░ ░ ░
# ░ ░ ░ ░ ░
# ░ ▄▄▄█████▓ ██░ ██ ▓█████ ███▄ ▄███▓▓█████
# ▓ ██▒ ▓▒▓██░ ██▒▓█ ▀ ▓██▒▀█▀ ██▒▓█ ▀
# ▒ ▓██░ ▒░▒██▀▀██░▒███ ▓██ ▓██░▒███
# ░ ▓██▓ ░ ░▓█ ░██ ▒▓█ ▄ ▒██ ▒██ ▒▓█ ▄
# ▒██▒ ░ ░▓█▒░██▓░▒████▒▒██▒ ░██▒░▒████▒
# ▒ ░░ ▒ ░░▒░▒░░ ▒░ ░░ ▒░ ░ ░░░ ▒░ ░
# ░ ▒ ░▒░ ░ ░ ░ ░░ ░ ░ ░ ░ ░
# ░ ░ ░░ ░ ░ ░ ░ ░
# ░ ░ ░ ░ ░ ░ ░ ░
#▁▁▁▁▁▁▁▁▁▁
#▌ colors ▐
#▔▔▔▔▔▔▔▔▔▔
# 1 -red
# 2 - green
# 10 - green
# 5 - pink
# 6 - blue
# 12 - purple
# 14 - cyan
# 15 - white
# 233 - grey
# 234 - background
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ command line ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_cmdline_bg=234
set color_cmdline_fg=15
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ error, info and separator ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_error=1
set color_info=1
set color_separator=234
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ status line (time, volume etc.) ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_statusline_bg=234
set color_statusline_fg=10
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ title: song title, album etc. ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_titleline_bg=234
set color_titleline_fg=10
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ MAIN bg and fg color ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_win_bg=234
set color_win_fg=5
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ fg of playing item/album in all views ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_win_cur=10
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ fg in add to library (5) view ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_win_dir=10
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ top of the windwos artist/album track ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_win_title_bg=236
set color_win_title_fg=10
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ current selection ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_win_sel_bg=6
set color_win_sel_fg=234
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ current inactive selection ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_win_inactive_cur_sel_bg=234
set color_win_inactive_cur_sel_fg=2
#▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
#▌ cursor on current selection ▐
#▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
set color_win_cur_sel_bg=6
set color_win_cur_sel_fg=234
set color_win_inactive_sel_bg=234
set color_win_inactive_sel_fg=6