40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
set color_win_fg=227
|
|
set color_win_bg=default
|
|
set color_cmdline_fg=220
|
|
set color_cmdline_bg=default
|
|
set color_error=9
|
|
set color_info=106
|
|
set color_separator=11
|
|
set color_statusline_fg=208
|
|
set color_statusline_bg=default
|
|
set color_statusline_progress_fg=162
|
|
set color_statusline_progress_bg=default
|
|
set color_titleline_fg=214
|
|
set color_titleline_bg=default
|
|
set color_win_title_fg=166
|
|
set color_win_title_bg=default
|
|
|
|
set color_win_cur=9
|
|
# When track is hovered and playing
|
|
set color_win_cur_sel_fg=88
|
|
set color_win_cur_sel_bg=220
|
|
# When track is playing and selected but not hovered
|
|
set color_win_inactive_cur_sel_fg=88
|
|
set color_win_inactive_cur_sel_bg=222
|
|
# When track is not playing and hovered
|
|
set color_win_sel_fg=232
|
|
set color_win_sel_bg=190
|
|
# When some track is selected but is not playing and not hovered
|
|
set color_win_inactive_sel_fg=232
|
|
set color_win_inactive_sel_bg=172
|
|
|
|
set color_win_dir=155
|
|
|
|
unbind -f common h
|
|
bind -f common j seek -5
|
|
bind -f common k win-down
|
|
bind -f common l win-up
|
|
bind -f common ; seek +5
|
|
bind -f common R source ~/.config/cmus/rc
|
|
|