dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 0f26f8956ed0e557ebb157fa526cc33b3440bf27
parent ee8f612b1dee09efc5fcf60c14e7e6ac7f62c9f4
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 27 Apr 2019 22:17:00 +0100

inactive selected row bg

Diffstat:
Mcmus/.cmus/venganza.theme | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmus/.cmus/venganza.theme b/cmus/.cmus/venganza.theme @@ -43,7 +43,7 @@ set color_win_cur_sel_bg=0 set color_win_cur_sel_fg=6 # Color of the selected row which is also the currently playing track in inactive window. -set color_win_inactive_cur_sel_bg=0 +set color_win_inactive_cur_sel_bg=default set color_win_inactive_cur_sel_fg=14 # Color of selected row in active window. @@ -51,5 +51,5 @@ set color_win_sel_bg=0 set color_win_sel_fg=2 # Color of selected row in inactive window. -set color_win_inactive_sel_bg=0 +set color_win_inactive_sel_bg=default set color_win_inactive_sel_fg=10