From: Andre Ramnitz Date: Tue, 24 Sep 2024 05:21:20 +0000 (+0200) Subject: ncmpcpp: inverse colors on active and inactive cols X-Git-Tag: v0.2~41 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=0325bd9521bd5581c6c8a1f1989c40e1d1954a0b;p=dotfiles.git ncmpcpp: inverse colors on active and inactive cols guess it's one of the few examples where less is more --- diff --git a/config/dot-config/ncmpcpp/config b/config/dot-config/ncmpcpp/config index d3f6c2f1..08171041 100644 --- a/config/dot-config/ncmpcpp/config +++ b/config/dot-config/ncmpcpp/config @@ -122,10 +122,8 @@ color2 = "blue" # UI APPEARANCE # --- -now_playing_prefix = "$b$2$7 " -now_playing_suffix = " $/b$8" -current_item_prefix = "$b$7$/b$3 " -current_item_suffix = " $8" +current_item_inactive_column_prefix = "$b$7$/b$4 " +current_item_inactive_column_suffix = " $8" song_columns_list_format = "(50)[]{t|fr:Title} (0)[magenta]{a}" song_list_format = " {%t $R  $8%a$8}|{%f $R  $8%l$8} $8"