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

Update JSDoc comment colors

This commit is contained in:
Kristi 2020-08-13 09:31:46 -04:00
parent 206b7b2f0c
commit 32865c1944
4 changed files with 22 additions and 3 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.6.3
`2020-08-13`
- Update JSDoc comment colors
## 0.6.2 ## 0.6.2
`2020-08-10` `2020-08-10`
- Fix Tokyo Night Light's windows menubar update reversion - Fix Tokyo Night Light's windows menubar update reversion

View file

@ -359,7 +359,12 @@
}, },
{ {
"name": "Comment Doc Emphasized", "name": "Comment Doc Emphasized",
"scope": "meta.other.type.phpdoc.php support.class", "scope": [
"meta.other.type.phpdoc.php support.class",
"comment.block.documentation storage.type",
"comment.block.documentation punctuation.definition.block.tag",
"comment.block.documentation entity.name.type.instance"
],
"settings": { "settings": {
"foreground": "#646e9c" "foreground": "#646e9c"
//"fontStyle": "bold" //"fontStyle": "bold"

View file

@ -381,7 +381,12 @@
}, },
{ {
"name": "Comment Doc Emphasized", "name": "Comment Doc Emphasized",
"scope": "meta.other.type.phpdoc.php support.class", "scope": [
"meta.other.type.phpdoc.php support.class",
"comment.block.documentation storage.type",
"comment.block.documentation punctuation.definition.block.tag",
"comment.block.documentation entity.name.type.instance"
],
"settings": { "settings": {
"foreground": "#73767d" "foreground": "#73767d"
//"fontStyle": "bold" //"fontStyle": "bold"

View file

@ -358,7 +358,12 @@
}, },
{ {
"name": "Comment Doc Emphasized", "name": "Comment Doc Emphasized",
"scope": "meta.other.type.phpdoc.php support.class", "scope": [
"meta.other.type.phpdoc.php support.class",
"comment.block.documentation storage.type",
"comment.block.documentation punctuation.definition.block.tag",
"comment.block.documentation entity.name.type.instance"
],
"settings": { "settings": {
"foreground": "#7582ba" "foreground": "#7582ba"
//"fontStyle": "bold" //"fontStyle": "bold"