Improve contrast/scanability of constants
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user