diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-11-24 13:53:15 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-11-24 13:53:15 +0000 |
| commit | e45b0c3ffca9f1b0f4842ef2f76feac2f1c62ff1 (patch) | |
| tree | 4718440c5372ae84736879f3dbf081da1d823662 /src/face_registry.cc | |
| parent | ad5c8db7a8aa25203900f667898aa0e5b8972b22 (diff) | |
Add StatusLine{Mode,Info,Value} built in faces
Fixes #491
Diffstat (limited to 'src/face_registry.cc')
| -rw-r--r-- | src/face_registry.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/face_registry.cc b/src/face_registry.cc index 1bbd5c4d..5e10c540 100644 --- a/src/face_registry.cc +++ b/src/face_registry.cc @@ -110,6 +110,9 @@ FaceRegistry::FaceRegistry() { "Information", Face{ Color::Black, Color::Yellow } }, { "Error", Face{ Color::Black, Color::Red } }, { "StatusLine", Face{ Color::Cyan, Color::Default } }, + { "StatusLineMode", Face{ Color::Yellow, Color::Default } }, + { "StatusLineInfo", Face{ Color::Blue, Color::Default } }, + { "StatusLineValue", Face{ Color::Green, Color::Default } }, { "StatusCursor", Face{ Color::Black, Color::Cyan } }, { "Prompt", Face{ Color::Yellow, Color::Default } }, { "MatchingChar", Face{ Color::Default, Color::Default, Attribute::Bold } }, |
