diff --git a/styles/src/styleTree/editor.ts b/styles/src/styleTree/editor.ts index e0c73109fc6a9c9b3b02ebac6c2167f3344cbb90..304ba33b034cf9515cb5536e247919f88379d1e1 100644 --- a/styles/src/styleTree/editor.ts +++ b/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: {