From 2fede1c01fc4fca93ad8b9d9c6eae508842fe88c Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Mon, 27 Mar 2023 10:35:34 -0400 Subject: [PATCH] Use `syntax.predictive.color` to style suggestions --- styles/src/styleTree/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {