diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 86076753b..2ed321069 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -436,9 +436,9 @@ | |||
436 | "id": "ralsp.variable.mut", | 436 | "id": "ralsp.variable.mut", |
437 | "description": "Color for mutable variables", | 437 | "description": "Color for mutable variables", |
438 | "defaults": { | 438 | "defaults": { |
439 | "dark": "#4e65c9", | 439 | "dark": "#4EC9B0", |
440 | "light": "#263199", | 440 | "light": "#267F99", |
441 | "highContrast": "#4e65c9" | 441 | "highContrast": "#4EC9B0" |
442 | } | 442 | } |
443 | }, | 443 | }, |
444 | { | 444 | { |