From f74356418220af5d0568add726ad8f36c24a2c59 Mon Sep 17 00:00:00 2001 From: Kristi Date: Fri, 22 Jul 2022 03:09:07 -0400 Subject: [PATCH] Update object reference color --- themes/tokyo-night-color-theme.json | 13 ++++--------- themes/tokyo-night-light-color-theme.json | 13 ++++--------- themes/tokyo-night-storm-color-theme.json | 13 ++++--------- 3 files changed, 12 insertions(+), 27 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 725eada..b029e6b 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -695,19 +695,13 @@ "variable", "support.variable", "string constant.other.placeholder", - "variable.parameter.handlebars" + "variable.parameter.handlebars", + "variable.other.object" ], "settings": { "foreground": "#c0caf5" } }, - { - "name": "Object Variable", - "scope": "variable.other.object", - "settings": { - "foreground": "#c0caf5" - } - }, { "name": "Variable Array Key", "scope": "meta.array.literal variable", @@ -859,7 +853,8 @@ "support.type.object.module", "support.constant.json", "entity.name.namespace", - "meta.import.qualifier" + "meta.import.qualifier", + "variable.other.constant.object" ], "settings": { "foreground": "#0db9d7" diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 742344e..fe99c06 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -715,19 +715,13 @@ "variable", "support.variable", "string constant.other.placeholder", - "variable.parameter.handlebars" + "variable.parameter.handlebars", + "variable.other.object", ], "settings": { "foreground": "#343b58" } }, - { - "name": "Object Variable", - "scope": "variable.other.object", - "settings": { - "foreground": "#343b58" - } - }, { "name": "Variable Array Key", "scope": "meta.array.literal variable", @@ -880,7 +874,8 @@ "support.type.object.module", "support.constant.json", "entity.name.namespace", - "meta.import.qualifier" + "meta.import.qualifier", + "variable.other.constant.object" ], "settings": { "foreground": "#166775" diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 954a8e1..78f9593 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -694,19 +694,13 @@ "variable", "support.variable", "string constant.other.placeholder", - "variable.parameter.handlebars" + "variable.parameter.handlebars", + "variable.other.object", ], "settings": { "foreground": "#c0caf5" } }, - { - "name": "Object Variable", - "scope": "variable.other.object", - "settings": { - "foreground": "#c0caf5" - } - }, { "name": " Variable Array Key", "scope": "meta.array.literal variable", @@ -859,7 +853,8 @@ "support.type.object.module", "support.constant.json", "entity.name.namespace", - "meta.import.qualifier" + "meta.import.qualifier", + "variable.other.constant.object" ], "settings": { "foreground": "#2ac3de"