mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Add semantic highlighting support
This commit is contained in:
parent
6f4b5ed7c6
commit
ce2b1f101f
3 changed files with 45 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue