extend configuration

This commit is contained in:
unK
2008-09-14 17:02:50 +02:00
parent 9ae8249b73
commit 2b8d90a264
7 changed files with 92 additions and 36 deletions

View File

@@ -100,9 +100,14 @@ struct ncmpcpp_config
string tag_editor_album_format;
string browser_playlist_prefix;
string pattern;
string selected_item_prefix;
string selected_item_suffix;
string color1;
string color2;
Color empty_tags_color;
Color header_color;
Color volume_color;
@@ -114,6 +119,9 @@ struct ncmpcpp_config
Color statusbar_color;
Color active_column_color;
Border window_border;
Border active_window_border;
bool colors_enabled;
bool fancy_scrolling;
bool columns_in_playlist;