diff options
| author | Loric Brevet <loric.brevet@gmail.com> | 2023-09-28 15:05:46 +0200 |
|---|---|---|
| committer | Loric Brevet <loric.brevet@gmail.com> | 2023-09-28 15:06:29 +0200 |
| commit | a2fd401cfac29e5deab014f7475a449ac4910a95 (patch) | |
| tree | c8a9a27be3867cb28acb72af1317e84b5c2852f2 /src/face_registry.cc | |
| parent | 23afed056b14f66b345a4b36dd742848bec91ea2 (diff) | |
Add an InlineInformation face distinct from Information
Diffstat (limited to 'src/face_registry.cc')
| -rw-r--r-- | src/face_registry.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/face_registry.cc b/src/face_registry.cc index 31590b72..7364cc2a 100644 --- a/src/face_registry.cc +++ b/src/face_registry.cc @@ -191,6 +191,7 @@ FaceRegistry::FaceRegistry() { "MenuBackground", {Face{ Color::Blue, Color::White }} }, { "MenuInfo", {Face{ Color::Cyan, Color::Default }} }, { "Information", {Face{ Color::Black, Color::Yellow }} }, + { "InlineInformation", {Face{}, "Information"} }, { "Error", {Face{ Color::Black, Color::Red }} }, { "DiagnosticError", {Face{ Color::Red, Color::Default }} }, { "DiagnosticWarning", {Face{ Color::Yellow, Color::Default }} }, |
