mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Improve contrast/scanability of constant
s
This commit is contained in:
parent
5b2dd8e4d0
commit
75c79d60fe
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue