diff --git a/themes/codeSTACKr-theme-muted.json b/themes/codeSTACKr-theme-muted.json index e76b54f..c752d27 100644 --- a/themes/codeSTACKr-theme-muted.json +++ b/themes/codeSTACKr-theme-muted.json @@ -1,6 +1,22 @@ { "$schema": "vscode://schemas/color-theme", "name": "codeSTACKr", + "semanticTokenColors": { + "function": { + "foreground": "#bae0f8" + }, + "variable": "#ffa2b6", + "interface": { + "foreground": "#8df1c9", + "italic": true + }, + "type": { + "foreground": "#8df1c9", + "italic": true + }, + // This colours both object definiton properties, as well as references. If the property does not exist, it will be white\. + "property": "#9effff" + }, "tokenColors": [ { "name": "Global settings", @@ -444,7 +460,6 @@ "titleBar.activeBackground": "#070f15", "pickerGroup.border": "#FFFFFF1a", "debugToolBar.background": "#0c1a25", - "selection.background": "#ffb59a", "sash.hoverBorder": "#ffb59a" } } diff --git a/themes/codeSTACKr-theme.json b/themes/codeSTACKr-theme.json index 20a0b06..addb8c4 100644 --- a/themes/codeSTACKr-theme.json +++ b/themes/codeSTACKr-theme.json @@ -1,6 +1,23 @@ { "$schema": "vscode://schemas/color-theme", "name": "codeSTACKr", + "semanticHighlighting": true, + "semanticTokenColors": { + "function": { + "foreground": "#5eb7ee" + }, + "variable": "#ff5177", + "interface": { + "foreground": "#14A76C", + "italic": true + }, + "type": { + "foreground": "#14A76C", + "italic": true + }, + // This colours both object definiton properties, as well as references. If the property does not exist, it will be white\. + "property": "#9effff" + }, "tokenColors": [ { "name": "Global settings", @@ -444,7 +461,6 @@ "titleBar.activeBackground": "#070f15", "pickerGroup.border": "#FFFFFF1a", "debugToolBar.background": "#0c1a25", - "selection.background": "#FF652F", "sash.hoverBorder": "#ff652F" } }