From f3f0361c4a544390a5022aed19aafff9615b1d52 Mon Sep 17 00:00:00 2001 From: Kristi Date: Mon, 5 Apr 2021 10:15:19 -0400 Subject: [PATCH] Update defaultLibrary semantic token colors --- themes/tokyo-night-color-theme.json | 6 ++++++ themes/tokyo-night-light-color-theme.json | 6 ++++++ themes/tokyo-night-storm-color-theme.json | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 8389442..f365ba9 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -16,6 +16,12 @@ "property.defaultLibrary": { "foreground": "#2ac3de" }, + "*.defaultLibrary": { + "foreground": "#2ac3de" + }, + "variable.defaultLibrary": { + "foreground": "#2ac3de" + }, "variable.declaration": { "foreground": "#bb9af7" }, diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index fe1c1d5..d84737b 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -16,6 +16,12 @@ "property.defaultLibrary": { "foreground": "#166775" }, + "*.defaultLibrary": { + "foreground": "#166775" + }, + "variable.defaultLibrary": { + "foreground": "#166775" + }, "variable.declaration": { "foreground": "#5a4a78" }, diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 7c0bd33..e2fcc87 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -16,6 +16,12 @@ "property.defaultLibrary": { "foreground": "#2ac3de" }, + "*.defaultLibrary": { + "foreground": "#2ac3de" + }, + "variable.defaultLibrary": { + "foreground": "#2ac3de" + }, "variable.declaration": { "foreground": "#bb9af7" },