summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-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,
};