mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-12-19 20:54:42 -05:00
Update comment doc colors
This commit is contained in:
parent
e62969346b
commit
6fbb4f76d0
4 changed files with 17 additions and 9 deletions
|
@ -1,4 +1,9 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## 0.5.4
|
||||||
|
`2020-20-04`
|
||||||
|
- Update comment doc colors
|
||||||
|
|
||||||
## 0.5.3
|
## 0.5.3
|
||||||
`2020-11-04`
|
`2020-11-04`
|
||||||
- Update welcome page button background color
|
- Update welcome page button background color
|
||||||
|
|
|
@ -327,7 +327,8 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"comment",
|
"comment",
|
||||||
"comment.block.documentation",
|
"comment.block.documentation",
|
||||||
"punctuation.definition.comment"
|
"punctuation.definition.comment",
|
||||||
|
"comment.block.documentation punctuation",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#444b6a"
|
"foreground": "#444b6a"
|
||||||
|
@ -338,15 +339,15 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"comment.block.documentation variable",
|
"comment.block.documentation variable",
|
||||||
"comment.block.documentation storage",
|
"comment.block.documentation storage",
|
||||||
"comment.block.documentation punctuation",
|
|
||||||
"comment.block.documentation keyword",
|
"comment.block.documentation keyword",
|
||||||
"comment.block.documentation support",
|
"comment.block.documentation support",
|
||||||
"comment.block.documentation markup",
|
"comment.block.documentation markup",
|
||||||
"comment.block.documentation markup.inline.raw.string.markdown",
|
"comment.block.documentation markup.inline.raw.string.markdown",
|
||||||
|
"meta.other.type.phpdoc.php keyword.other.type.php",
|
||||||
"keyword.other.phpdoc.php"
|
"keyword.other.phpdoc.php"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#7982a9"
|
"foreground": "#5a638c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -349,7 +349,8 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"comment",
|
"comment",
|
||||||
"comment.block.documentation",
|
"comment.block.documentation",
|
||||||
"punctuation.definition.comment"
|
"punctuation.definition.comment",
|
||||||
|
"comment.block.documentation punctuation",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#9699a3"
|
"foreground": "#9699a3"
|
||||||
|
@ -360,15 +361,15 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"comment.block.documentation variable",
|
"comment.block.documentation variable",
|
||||||
"comment.block.documentation storage",
|
"comment.block.documentation storage",
|
||||||
"comment.block.documentation punctuation",
|
|
||||||
"comment.block.documentation keyword",
|
"comment.block.documentation keyword",
|
||||||
"comment.block.documentation support",
|
"comment.block.documentation support",
|
||||||
"comment.block.documentation markup",
|
"comment.block.documentation markup",
|
||||||
"comment.block.documentation markup.inline.raw.string.markdown",
|
"comment.block.documentation markup.inline.raw.string.markdown",
|
||||||
|
"meta.other.type.phpdoc.php keyword.other.type.php",
|
||||||
"keyword.other.phpdoc.php"
|
"keyword.other.phpdoc.php"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#4c505e"
|
"foreground": "#7c7f87"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -326,7 +326,8 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"comment",
|
"comment",
|
||||||
"comment.block.documentation",
|
"comment.block.documentation",
|
||||||
"punctuation.definition.comment"
|
"punctuation.definition.comment",
|
||||||
|
"comment.block.documentation punctuation",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#565f89"
|
"foreground": "#565f89"
|
||||||
|
@ -337,15 +338,15 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"comment.block.documentation variable",
|
"comment.block.documentation variable",
|
||||||
"comment.block.documentation storage",
|
"comment.block.documentation storage",
|
||||||
"comment.block.documentation punctuation",
|
|
||||||
"comment.block.documentation keyword",
|
"comment.block.documentation keyword",
|
||||||
"comment.block.documentation support",
|
"comment.block.documentation support",
|
||||||
"comment.block.documentation markup",
|
"comment.block.documentation markup",
|
||||||
"comment.block.documentation markup.inline.raw.string.markdown",
|
"comment.block.documentation markup.inline.raw.string.markdown",
|
||||||
|
"meta.other.type.phpdoc.php keyword.other.type.php",
|
||||||
"keyword.other.phpdoc.php"
|
"keyword.other.phpdoc.php"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#7982a9"
|
"foreground": "#6a75a8" //"#7982a9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue