settings: change default modified_item_prefix a bit

This commit is contained in:
Andrzej Rybczak
2012-09-13 01:40:31 +02:00
parent 7d8365cea4
commit 491f28377f
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@
# #
#selected_item_suffix = "$9" #selected_item_suffix = "$9"
# #
#modified_item_prefix = "$2> $9" #modified_item_prefix = "$3> $9"
# #
## colors are not supported for below variable ## colors are not supported for below variable
# #

View File

@@ -181,7 +181,7 @@ void Configuration::SetDefaults()
selected_item_suffix << NC::clEnd; selected_item_suffix << NC::clEnd;
now_playing_prefix << NC::fmtBold; now_playing_prefix << NC::fmtBold;
now_playing_suffix << NC::fmtBoldEnd; now_playing_suffix << NC::fmtBoldEnd;
modified_item_prefix << NC::clRed << "> " << NC::clEnd; modified_item_prefix << NC::clGreen << "> " << NC::clEnd;
color1 = NC::clWhite; color1 = NC::clWhite;
color2 = NC::clGreen; color2 = NC::clGreen;
empty_tags_color = NC::clCyan; empty_tags_color = NC::clCyan;