Improve contrast/scanability of constants

This commit is contained in:
Nate Butler 2022-10-19 13:03:34 -04:00
parent 5b2dd8e4d0
commit 75c79d60fe

View file

@ -60,7 +60,7 @@ export default function editor(colorScheme: ColorScheme) {
weight: fontWeights.normal, weight: fontWeights.normal,
}, },
constant: { constant: {
color: elevation.ramps.neutral(0.57).hex(), color: elevation.ramps.green(0.5).hex(),
weight: fontWeights.normal, weight: fontWeights.normal,
}, },
keyword: { keyword: {