summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/face_registry.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/face_registry.cc b/src/face_registry.cc
index a0f3a8a4..74868151 100644
--- a/src/face_registry.cc
+++ b/src/face_registry.cc
@@ -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 } },
}
{}