diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2014-07-14 17:01:10 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-07-14 20:23:56 +0100 |
| commit | 12cdfb316aed6ebf0a337ccc4dc88c9dd36bfbfb (patch) | |
| tree | f505b9b5590082099808fb6d448737099e32c7a3 /src | |
| parent | b96f653b6c210e019c57e68b9823bc7c5a99d27e (diff) | |
underline (MatchingChar|Search) faces
Diffstat (limited to 'src')
| -rw-r--r-- | src/face_registry.cc | 4 |
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 } }, } {} |
