dotfiles

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

commit 4d901f8d9526e7894835eeed1fd64c2046c74763
parent dc8a94067b2861bb9d227e662ead55fe90b23961
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  5 Jan 2017 12:01:24 +0000

active column color changed from black to cyan

Diffstat:
Mncmpcpp/.ncmpcpp/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config @@ -32,7 +32,7 @@ song_status_format = "$7%a $6$b> $5%t $6$b> $2%b$6" statusbar_color = "black" main_window_color = "cyan" main_window_highlight_color = "magenta" -active_column_color = "black" +active_column_color = "cyan" header_visibility = "no" statusbar_visibility = "yes" colors_enabled = "yes"