fix for bug with colors, more clean-ups

This commit is contained in:
unK
2008-09-03 03:02:20 +02:00
parent 723de0687e
commit 3bdac53feb
8 changed files with 139 additions and 158 deletions

View File

@@ -46,7 +46,7 @@
## value with { }|{ } eg. {%a - %t}|{%f}
##
## text can also have different color than the main window has,
## eg. if you want length to have other color, write [color]%t[/color]
## eg. if you want length to have other color, write [.color]%t[/color]
##
## available colors:
##
@@ -60,7 +60,7 @@
## - white
##
#
#song_list_format = "{[green](%l)[/green] }{%a - }{%t}|{[white]%f[/white]}"
#song_list_format = "{[.green](%l)[/green] }{%a - }{%t}|{[.white]%f[/white]}"
#
#song_status_format = "{(%l) }{%a - }{%t}|{%f}"
#
@@ -68,9 +68,9 @@
#
#song_library_format = "{%n - }{%t}|{%f}"
#
#browser_playlist_prefix = "[red]playlist[/red] "
#browser_playlist_prefix = "[.red]playlist[/red] "
#
#selected_item_prefix = "[magenta]"
#selected_item_prefix = "[.magenta]"
#
#selected_item_suffix = "[/magenta]"
#