0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Add semantic highlighting support

This commit is contained in:
Kristi 2021-03-24 15:15:01 -04:00
parent 6f4b5ed7c6
commit ce2b1f101f
3 changed files with 45 additions and 0 deletions

View file

@ -3,6 +3,21 @@
"author": "Enkia",
"maintainers": ["Enkia <enki77@gmail.com>"],
"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",

View file

@ -3,6 +3,21 @@
"author": "Enkia",
"maintainers": ["Enkia <enki77@gmail.com>"],
"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",

View file

@ -3,6 +3,21 @@
"author": "Enkia",
"maintainers": ["Enkia <enki77@gmail.com>"],
"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",