mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-12-19 20:54:42 -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
|
# 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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue