From e4188899962774713707629d4e15255e3bc9c85e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 19 Jul 2019 14:43:36 +0300 Subject: underline mutable bindings --- editors/code/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/code/package.json') 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 @@ "id": "ralsp.variable.mut", "description": "Color for mutable variables", "defaults": { - "dark": "#4e65c9", - "light": "#263199", - "highContrast": "#4e65c9" + "dark": "#4EC9B0", + "light": "#267F99", + "highContrast": "#4EC9B0" } }, { -- cgit v1.2.3