diff options
Diffstat (limited to '.config/cmus')
-rw-r--r-- | .config/cmus/rc | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc index bed3f5b..d0872ec 100644 --- a/.config/cmus/rc +++ b/.config/cmus/rc @@ -4,12 +4,28 @@ bind -f common - vol -5% bind -f common + vol +5% bind -f common = vol +5% +fset grunge=genre="Grunge" + +set color_error=red +set color_info=default +set color_separator=black set color_statusline_bg=black -set color_statusline_fg=gray +set color_statusline_fg=yellow set color_statusline_progress_bg=black -set color_statusline_progress_fg=gray +set color_statusline_progress_fg=yellow set color_titleline_bg=black -set color_titleline_fg=gray +set color_titleline_fg=yellow +set color_win_bg=default +set color_win_cur_attr=bold +set color_win_cur=red +set color_win_cur_sel_attr=bold +set color_win_cur_sel_bg=black +set color_win_cur_sel_fg=red set color_win_sel_attr=bold set color_win_sel_bg=black -set color_win_sel_fg=default +set color_win_sel_fg=gray +set color_win_dir=lightblue +set color_win_fg=gray +set color_win_title_attr=bold +set color_win_title_bg=black +set color_win_title_fg=yellow |