underline (MatchingChar|Search) faces

This commit is contained in:
Alex Leferry 2 2014-07-14 17:01:10 +02:00 committed by Maxime Coste
parent b96f653b6c
commit 12cdfb316a

View File

@ -81,8 +81,8 @@ FaceRegistry::FaceRegistry()
{ "StatusLine", { Colors::Cyan, Colors::Default } },
{ "StatusCursor", { Colors::Black, Colors::Cyan } },
{ "Prompt", { Colors::Yellow, Colors::Default } },
{ "MatchingChar", { Colors::Default, Colors::Magenta } },
{ "Search", { Colors::Default, Colors::Magenta } },
{ "MatchingChar", { Colors::Default, Colors::Default, Underline } },
{ "Search", { Colors::Default, Colors::Default, Underline } },
}
{}