diff options
author | Joe <rbo@gmx.us> | 2025-09-12 22:46:10 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-09-12 22:46:10 +0200 |
commit | ec7ecab2112c6ec8b0a83c7168ddfec72818cb12 (patch) | |
tree | 931cfa92103842c9b1e3fca881dce0f813ab0ea8 /.config/cmus | |
parent | up (diff) | |
download | dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.tar.gz dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.tar.bz2 dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.tar.xz dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.tar.zst dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.zip |
up
Diffstat (limited to '')
-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 |