diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-19 13:08:06 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-19 13:08:06 +0100 |
commit | c0e36ab0c33a7c721c0919b4285e0b23e10ce9d5 (patch) | |
tree | d8628de91673d4d40b46ef62b994613f365f6b32 /editors/code/package.json | |
parent | f209843e31af7f0e0212aa28ffec2efad2a70c6f (diff) | |
parent | e4188899962774713707629d4e15255e3bc9c85e (diff) |
Merge #1550
1550: underline mutable bindings r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
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 | { |