summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2025-11-24 10:53:09 +0100
committerAlbert Cervin <albert@acervin.com>2025-11-24 10:53:09 +0100
commit70c89b5c85f03d39f035c02946f7a3d9407103f6 (patch)
treee13d70b400085859eade930da4dced918931af25 /src
parent05c91de591ac3233c70cb86aa6293482fc4223a0 (diff)
downloaddged-70c89b5c85f03d39f035c02946f7a3d9407103f6.tar.gz
dged-70c89b5c85f03d39f035c02946f7a3d9407103f6.tar.xz
dged-70c89b5c85f03d39f035c02946f7a3d9407103f6.zip
Use bright for diagnostic fg
Diffstat (limited to 'src')
-rw-r--r--src/main/lsp.c2
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,
};