From 12cdfb316aed6ebf0a337ccc4dc88c9dd36bfbfb Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Mon, 14 Jul 2014 17:01:10 +0200 Subject: [PATCH] underline (MatchingChar|Search) faces --- src/face_registry.cc | 4 ++-- 1 file 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 } }, } {}