diff --git a/styles/src/styleTree/editor.ts b/styles/src/styleTree/editor.ts index e0c73109fc..304ba33b03 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: {