From 5592ea0256cf0739c671a0f477684e7a6a847990 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 20 Oct 2025 22:21:34 +0200 Subject: Light mode color improvement --- config/ncmpcpp/config | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'config/ncmpcpp') diff --git a/config/ncmpcpp/config b/config/ncmpcpp/config index 56fd775..4001d04 100644 --- a/config/ncmpcpp/config +++ b/config/ncmpcpp/config @@ -20,18 +20,24 @@ state_flags_color = blue_white:b window_border_color = green main_window_color = blue -progressbar_elapsed_color = white_blue:b -progressbar_color = white_blue:b +progressbar_elapsed_color = blue_0:b +progressbar_color = blue_0:b statusbar_color = white_green player_state_color = white_green:b -statusbar_time_color = green_white +statusbar_time_color = black_white # Progress Bar progressbar_look = █◗ # Playlist -song_columns_list_format = (20)[blue]{a} (50)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l} +song_columns_list_format = (20)[blue]{a} (50)[black]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l} # Library -song_library_format = $(black){%n}$(white) {%t}|{%f} +song_library_format = $(blue){%n}$(black) {%t}|{%f} + +# Selected Formatting +current_item_prefix = $(black_yellow) +current_item_suffix = $0 +current_item_inactive_column_prefix = $(white_cyan) +current_item_inactive_column_suffix = $0 -- cgit