diff options
author | Joe <rbo@gmx.us> | 2025-09-13 01:06:24 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-09-13 01:06:24 +0200 |
commit | 4dcc8c5063efd135bd41d09c4d4ad82e3df0bbc6 (patch) | |
tree | 0d7d6b77bfb63f5cbb4bd84681158e7048264068 | |
parent | up (diff) | |
download | dotfiles-bsd-4dcc8c5063efd135bd41d09c4d4ad82e3df0bbc6.tar.gz dotfiles-bsd-4dcc8c5063efd135bd41d09c4d4ad82e3df0bbc6.tar.bz2 dotfiles-bsd-4dcc8c5063efd135bd41d09c4d4ad82e3df0bbc6.tar.xz dotfiles-bsd-4dcc8c5063efd135bd41d09c4d4ad82e3df0bbc6.tar.zst dotfiles-bsd-4dcc8c5063efd135bd41d09c4d4ad82e3df0bbc6.zip |
-rw-r--r-- | .config/cmus/rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc index 697b849..b7dcde5 100644 --- a/.config/cmus/rc +++ b/.config/cmus/rc @@ -55,15 +55,15 @@ 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_attr=default set color_win_sel_bg=black -set color_win_sel_fg=red +set color_win_sel_fg=default set color_win_dir=lightblue set color_win_fg=gray -set color_win_inactive_cur_sel_attr=bold +set color_win_inactive_cur_sel_attr=default set color_win_inactive_cur_sel_bg=darkgray -set color_win_inactive_cur_sel_fg=red -set color_win_inactive_sel_attr=bold +set color_win_inactive_cur_sel_fg=default +set color_win_inactive_sel_attr=default set color_win_inactive_sel_bg=black set color_win_inactive_sel_fg=gray set color_win_title_attr=bold |