Add 'statusbar_time_color' and 'player_state_color' configuration variables

This commit is contained in:
Andrzej Rybczak
2016-12-24 23:51:54 +01:00
parent eaac6ad062
commit 05ed6b6cfa
7 changed files with 66 additions and 19 deletions

View File

@@ -501,6 +501,7 @@
## visualizer_color, color1, color2, empty_tag_color,
## volume_color, state_line_color, state_flags_color,
## progressbar_color, progressbar_elapsed_color,
## player_state_color, statusbar_time_color,
## alternative_ui_separator_color.
##
## Note: due to technical limitations of older ncurses
@@ -534,6 +535,10 @@
#
#statusbar_color = default
#
#statusbar_time_color = default:b
#
#player_state_color = default:b
#
#alternative_ui_separator_color = black:b
#
#active_column_color = red

View File

@@ -378,9 +378,15 @@ Color of progressbar.
.B progressbar_elapsed_color = COLOR
Color of part of progressbar that represents elapsed time.
.TP
.B player_state_color = COLOR
Color of player state shown in statusbar.
.TP
.B statusbar_color = COLOR
Color of statusbar.
.TP
.B statusbar_time_color = COLOR
Color of current track time shown in statusbar.
.TP
.B alternative_ui_separator_color = COLOR
Color of separators used in alternative user interface.
.TP