From 0c0baaaadf116cbc9ec0c91663efe283a80f1381 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Tue, 17 May 2022 12:00:02 +0200 Subject: [PATCH] [ncmpcpp] feat: tweak colors to be readable in both ligh and dark themes --- .config/ncmpcpp/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 5efb1a6..26d9c20 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -234,7 +234,7 @@ mpd_music_dir = ~/music song_list_format = "{$3[%l]$9} {$6%t$9}|{$6%30f$9} %n" #song_list_format = {%a - }{%t}|{$8%f$9}$R{$3%l$9} # -song_status_format = $b {$3%a$9 - $7{%t}}|{%f} {(%b)} +song_status_format = $b {$7%a$9 - $6{%t}}|{%f} {(%b)} #song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f} # #song_library_format = {%n - }{%t}|{%f} @@ -313,7 +313,7 @@ song_status_format = $b {$3%a$9 - $7{%t}}|{%f} {(%b)} ## available. ## # -song_columns_list_format = (6f)[green]{NE} (30)[white]{t|f:Title} (7f)[green]{l} (30)[]{a} (30)[]{b} +song_columns_list_format = (6f)[]{NE} (30)[magenta]{t|f:Title} (7f)[green]{l} (30)[blue]{a} (30)[blue]{b} #song_columns_list_format = (20)[]{a} (6f)[green]{NE} (50)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l} # ##### various settings #####