settings: change default modified_item_prefix a bit
This commit is contained in:
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user