-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmusrc
83 lines (66 loc) · 2.13 KB
/
cmusrc
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
# settings
set continue=true
set repeat=false
set shuffle=false
set play_library=true
set play_sorted=false
set show_remaining_time=false
set lib_sort=album tracknumber artist discnumber title filename
set pl_sort=
set dsp.alsa.device=default
set mixer.alsa.channel=PCM
set mixer.alsa.device=default
set output_plugin=alsa
set altformat_current= %F%= %d
set altformat_playlist= %f%= %d
set altformat_title=cmus
set altformat_trackwin= %f%= %d
set format_current= %a - %l - %02n. %t%= %y %d
set format_playlist= %a - %l - %02n. %t%= %y %d
set format_title=cmus
set format_trackwin= %02n. %t%= %y %d
set format_trackwin_va= %02n. %a / %t%= %y %d
set confirm_run=true
set aaa_mode=all
set buffer_seconds=10
set show_hidden=false
set set_term_title=false
# colors zenburn (https://github.com/cmus/cmus/blob/master/data/zenburn.theme)
# Directory colors
set color_win_dir=108
# Normal text
set color_win_fg=188
# Window background color.
set color_win_bg=237
# Command line color.
set color_cmdline_bg=237
set color_cmdline_fg=108
# Color of error messages displayed on the command line.
set color_error=lightred
# Color of informational messages displayed on the command line.
set color_info=lightgreen
# Color of the separator line between windows in view (1).
set color_separator=246
# Color of window titles (topmost line of the screen).
set color_win_title_bg=235
set color_win_title_fg=174
# Status line color.
set color_statusline_bg=237
set color_statusline_fg=142
# Color of currently playing track.
set color_win_cur=172
# Color of the line displaying currently playing track.
set color_titleline_bg=235
set color_titleline_fg=144
# Color of the selected row which is also the currently playing track in active window.
set color_win_cur_sel_bg=235
set color_win_cur_sel_fg=223
# Color of the selected row which is also the currently playing track in inactive window.
set color_win_inactive_cur_sel_bg=238
set color_win_inactive_cur_sel_fg=116
# Color of selected row in active window.
set color_win_sel_bg=235
set color_win_sel_fg=223
# Color of selected row in inactive window.
set color_win_inactive_sel_bg=238
set color_win_inactive_sel_fg=116