Improve contrast/scanability of `constant`s

Nate Butler created

Change summary

styles/src/styleTree/editor.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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: {