Use `syntax.predictive.color` to style suggestions

Nate Butler created

Change summary

styles/src/styleTree/editor.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

styles/src/styleTree/editor.ts 🔗

@@ -44,7 +44,7 @@ export default function editor(colorScheme: ColorScheme) {
         activeLineBackground: withOpacity(background(layer, "on"), 0.75),
         highlightedLineBackground: background(layer, "on"),
         suggestion: {
-          color: foreground(layer, "disabled")
+            color: syntax.predictive.color,
         },
         codeActions: {
             indicator: {