diff options
| author | Albert Cervin <albert@acervin.com> | 2025-11-24 10:53:09 +0100 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2025-11-24 10:53:09 +0100 |
| commit | 70c89b5c85f03d39f035c02946f7a3d9407103f6 (patch) | |
| tree | e13d70b400085859eade930da4dced918931af25 /src/main/lsp.c | |
| parent | 05c91de591ac3233c70cb86aa6293482fc4223a0 (diff) | |
| download | dged-70c89b5c85f03d39f035c02946f7a3d9407103f6.tar.gz dged-70c89b5c85f03d39f035c02946f7a3d9407103f6.tar.xz dged-70c89b5c85f03d39f035c02946f7a3d9407103f6.zip | |
Use bright for diagnostic fg
Diffstat (limited to 'src/main/lsp.c')
| -rw-r--r-- | src/main/lsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/lsp.c b/src/main/lsp.c index 6c5999c..e09f308 100644 --- a/src/main/lsp.c +++ b/src/main/lsp.c @@ -208,7 +208,7 @@ static void buffer_updated(struct buffer *buffer, void *userdata) { prop.data.colors = (struct text_property_colors){ .set_bg = true, .set_fg = true, - .fg = Color_White, + .fg = Color_BrightWhite, .bg = color, .underline = true, }; |
