From ae0647c3a994200142ea4ed2f353bdff8e3f6ffb Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Tue, 18 Apr 2023 14:29:08 -0400 Subject: [PATCH] Update predictive color Co-Authored-By: Mikayla Maki --- styles/src/themes/common/syntax.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/themes/common/syntax.ts b/styles/src/themes/common/syntax.ts index dcfd93628e..39fedbf5c2 100644 --- a/styles/src/themes/common/syntax.ts +++ b/styles/src/themes/common/syntax.ts @@ -139,7 +139,7 @@ function buildDefaultSyntax(colorScheme: ColorScheme): Syntax { primary: colorScheme.ramps.neutral(1).hex(), comment: colorScheme.ramps.neutral(0.71).hex(), punctuation: colorScheme.ramps.neutral(0.86).hex(), - predictive: colorScheme.ramps.neutral(0.57).hex(), + predictive: colorScheme.ramps.violet(0.38).hex(), emphasis: colorScheme.ramps.blue(0.5).hex(), string: colorScheme.ramps.orange(0.5).hex(), function: colorScheme.ramps.yellow(0.5).hex(),