From 75c79d60fedc5de5d8fdc4a5fd2e264e0ce16f90 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 19 Oct 2022 13:03:34 -0400 Subject: [PATCH] Improve contrast/scanability of `constant`s --- 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 9cc7215e06..dd6c5bead7 100644 --- a/styles/src/styleTree/editor.ts +++ b/styles/src/styleTree/editor.ts @@ -60,7 +60,7 @@ export default function editor(colorScheme: ColorScheme) { weight: fontWeights.normal, }, constant: { - color: elevation.ramps.neutral(0.57).hex(), + color: elevation.ramps.green(0.5).hex(), weight: fontWeights.normal, }, keyword: {