summaryrefslogtreecommitdiff
path: root/autocomplete.c
diff options
context:
space:
mode:
Diffstat (limited to 'autocomplete.c')
-rw-r--r--autocomplete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocomplete.c b/autocomplete.c
index f6c6ff6..67da65a 100644
--- a/autocomplete.c
+++ b/autocomplete.c
@@ -361,7 +361,7 @@ static void autocomplete_frame(Ted *ted) {
if (completion->deprecated) {
gl_geometry_rect(rect(V2(label_x, y + (char_height - border_thickness) * 0.5f),
V2((float)state.x - label_x, 1)),
- colors[COLOR_TEXT]);
+ colors[label_color]);
}
y += char_height;