Set default MatchingChar face to bold instead of underline

This commit is contained in:
Maxime Coste 2015-04-24 20:34:38 +01:00
parent 075c5013a1
commit dc46eda279

View File

@ -104,7 +104,7 @@ FaceRegistry::FaceRegistry()
{ "StatusLine", Face{ Colors::Cyan, Colors::Default } },
{ "StatusCursor", Face{ Colors::Black, Colors::Cyan } },
{ "Prompt", Face{ Colors::Yellow, Colors::Default } },
{ "MatchingChar", Face{ Colors::Default, Colors::Default, Attribute::Underline } },
{ "MatchingChar", Face{ Colors::Default, Colors::Default, Attribute::Bold } },
{ "Search", Face{ Colors::Default, Colors::Default, Attribute::Underline } },
}
{}