Reposition player_state_color in man page and settings

This commit is contained in:
Andrzej Rybczak
2016-12-25 00:40:35 +01:00
parent 51d7c9d7d5
commit 92d2b73974
2 changed files with 4 additions and 4 deletions

View File

@@ -507,9 +507,9 @@ bool Configuration::read(const std::vector<std::string> &config_paths, bool igno
p.add("main_window_highlight_color", &main_highlight_color, "yellow");
p.add("progressbar_color", &progressbar_color, "black:b");
p.add("progressbar_elapsed_color", &progressbar_elapsed_color, "green:b");
p.add("player_state_color", &player_state_color, "default:b");
p.add("statusbar_color", &statusbar_color, "default");
p.add("statusbar_time_color", &statusbar_time_color, "default:b");
p.add("player_state_color", &player_state_color, "default:b");
p.add("alternative_ui_separator_color", &alternative_ui_separator_color, "black:b");
p.add("active_column_color", &active_column_color, "red");
p.add("window_border_color", &window_border, "green", verbose_lexical_cast<NC::Color>);