summaryrefslogtreecommitdiff
path: root/autocomplete.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-22 23:46:17 -0500
committerpommicket <pommicket@gmail.com>2022-12-22 23:46:17 -0500
commitdaee4283b56603e172aac547c20c5534e588f60d (patch)
treea271d0f1a0754945e08f10fca2061f194b74882e /autocomplete.c
parentb906df08a805e704e45cb7f2bc4b31e83d3222fe (diff)
finish up capabilities (for now)
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;