Set default MatchingChar face to bold instead of underline
This commit is contained in:
parent
075c5013a1
commit
dc46eda279
|
@ -104,7 +104,7 @@ FaceRegistry::FaceRegistry()
|
||||||
{ "StatusLine", Face{ Colors::Cyan, Colors::Default } },
|
{ "StatusLine", Face{ Colors::Cyan, Colors::Default } },
|
||||||
{ "StatusCursor", Face{ Colors::Black, Colors::Cyan } },
|
{ "StatusCursor", Face{ Colors::Black, Colors::Cyan } },
|
||||||
{ "Prompt", Face{ Colors::Yellow, Colors::Default } },
|
{ "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 } },
|
{ "Search", Face{ Colors::Default, Colors::Default, Attribute::Underline } },
|
||||||
}
|
}
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user