diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:21:34 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:21:34 +0200 |
| commit | 5592ea0256cf0739c671a0f477684e7a6a847990 (patch) | |
| tree | d34c3b3ed652f05ac0c373e02c7fa7bc996e1252 /config/ncmpcpp | |
| parent | 34eb520236eeeb4eb5417c184541bfb9d0d5efee (diff) | |
Light mode color improvement
Diffstat (limited to 'config/ncmpcpp')
| -rw-r--r-- | config/ncmpcpp/config | 16 |
1 files changed, 11 insertions, 5 deletions
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 |