mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update JSDoc comment colors
This commit is contained in:
parent
206b7b2f0c
commit
32865c1944
4 changed files with 22 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.6.3
|
||||
`2020-08-13`
|
||||
- Update JSDoc comment colors
|
||||
|
||||
## 0.6.2
|
||||
`2020-08-10`
|
||||
- Fix Tokyo Night Light's windows menubar update reversion
|
||||
|
|
|
@ -359,7 +359,12 @@
|
|||
},
|
||||
{
|
||||
"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": {
|
||||
"foreground": "#646e9c"
|
||||
//"fontStyle": "bold"
|
||||
|
|
|
@ -381,7 +381,12 @@
|
|||
},
|
||||
{
|
||||
"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": {
|
||||
"foreground": "#73767d"
|
||||
//"fontStyle": "bold"
|
||||
|
|
|
@ -358,7 +358,12 @@
|
|||
},
|
||||
{
|
||||
"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": {
|
||||
"foreground": "#7582ba"
|
||||
//"fontStyle": "bold"
|
||||
|
|
Loading…
Reference in a new issue