Split keywords and punctuation
This commit is contained in:
parent
86b087c671
commit
6b06f6eaa8
1 changed files with 12 additions and 3 deletions
|
@ -69,10 +69,19 @@
|
|||
"scope": [
|
||||
"keyword",
|
||||
"storage",
|
||||
"punctuation",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#FFB691",
|
||||
"foreground": "#F79159", // axiom 70
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Punctuation",
|
||||
"scope": [
|
||||
"punctuation",
|
||||
"meta.brace", // TypeScript braces
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#B65E2D", // axiom 50
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -137,7 +146,7 @@
|
|||
"semanticHighlighting": true,
|
||||
"semanticTokenColors": {
|
||||
"comment": "#3C4279",
|
||||
"keyword": "#FFB691",
|
||||
"keyword": "#F79159",
|
||||
"function": "#D4C972",
|
||||
"interface": "#A2D399",
|
||||
"type": "#87D6BC",
|
||||
|
|
Loading…
Reference in a new issue