From ce2b1f101f4ea4f17c85161c822e9c68ce9ba104 Mon Sep 17 00:00:00 2001 From: Kristi Date: Wed, 24 Mar 2021 15:15:01 -0400 Subject: [PATCH] Add semantic highlighting support --- themes/tokyo-night-color-theme.json | 15 +++++++++++++++ themes/tokyo-night-light-color-theme.json | 15 +++++++++++++++ themes/tokyo-night-storm-color-theme.json | 15 +++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index a3a299f..1f4d8b1 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -3,6 +3,21 @@ "author": "Enkia", "maintainers": ["Enkia "], "type": "dark", + "semanticHighlighting": true, + "semanticTokenColors": { + "parameter.declaration": { + "foreground": "#e0af68" + }, + "parameter": { + "foreground": "#9aa5ce" + }, + "variable.declaration": { + "foreground": "#bb9af7" + }, + "variable": { + "foreground": "#c0caf5" + } + }, "semanticClass": "tokyo-night", "colors": { "foreground": "#787c99", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index bde7a08..259617a 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -3,6 +3,21 @@ "author": "Enkia", "maintainers": ["Enkia "], "type": "dark", + "semanticHighlighting": true, + "semanticTokenColors": { + "parameter.declaration": { + "foreground": "#8f5e15" + }, + "parameter": { + "foreground": "#565a6e" + }, + "variable.declaration": { + "foreground": "#5a4a78" + }, + "variable": { + "foreground": "#343b58" + } + }, "semanticClass": "tokyo-night-light", "colors": { "foreground": "#4c505e", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 3cc64b8..67e0d84 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -3,6 +3,21 @@ "author": "Enkia", "maintainers": ["Enkia "], "type": "dark", + "semanticHighlighting": true, + "semanticTokenColors": { + "parameter.declaration": { + "foreground": "#e0af68" + }, + "parameter": { + "foreground": "#9aa5ce" + }, + "variable.declaration": { + "foreground": "#bb9af7" + }, + "variable": { + "foreground": "#c0caf5" + } + }, "semanticClass": "tokyo-night-storm", "colors": { "foreground": "#7982a9",