diff options
Diffstat (limited to '.config/cmus')
-rw-r--r-- | .config/cmus/rc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc index 940ab5d..bed3f5b 100644 --- a/.config/cmus/rc +++ b/.config/cmus/rc @@ -4,5 +4,12 @@ bind -f common - vol -5% bind -f common + vol +5% bind -f common = vol +5% +set color_statusline_bg=black +set color_statusline_fg=gray +set color_statusline_progress_bg=black +set color_statusline_progress_fg=gray set color_titleline_bg=black -set color_titleline_fg=blue +set color_titleline_fg=gray +set color_win_sel_attr=bold +set color_win_sel_bg=black +set color_win_sel_fg=default |