mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Brighten comment colors in dark themes
This commit is contained in:
parent
0689006ba1
commit
26465cb608
3 changed files with 11 additions and 8 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 1.0.6
|
||||
2023-11-10
|
||||
- Brighten comment colors in dark themes
|
||||
|
||||
## 1.0.5
|
||||
`2023-10-13`
|
||||
- Specify js for module keyword
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
"editorSuggestWidget.selectedBackground": "#20222c",
|
||||
"editorSuggestWidget.highlightForeground": "#6183bb",
|
||||
|
||||
"editorCodeLens.foreground": "#484f70",
|
||||
"editorCodeLens.foreground": "#51597d",
|
||||
"editorLightBulb.foreground": "#e0af68",
|
||||
"editorLightBulbAutoFix.foreground": "#e0af68",
|
||||
|
||||
|
@ -452,7 +452,7 @@
|
|||
"comment.block.documentation punctuation"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#444b6a"
|
||||
"foreground": "#51597d"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -486,7 +486,6 @@
|
|||
],
|
||||
"settings": {
|
||||
"foreground": "#646e9c"
|
||||
//"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1523,7 +1522,7 @@
|
|||
"scope": "meta.separator",
|
||||
"settings": {
|
||||
"fontStyle": "bold",
|
||||
"foreground": "#444b6a"
|
||||
"foreground": "#51597d"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
"editorSuggestWidget.selectedBackground": "#282e44",
|
||||
"editorSuggestWidget.highlightForeground": "#668ac4",
|
||||
|
||||
"editorCodeLens.foreground": "#565f89",
|
||||
"editorCodeLens.foreground": "#5f6996",
|
||||
"editorLightBulb.foreground": "#e0af68",
|
||||
"editorLightBulbAutoFix.foreground": "#e0af68",
|
||||
|
||||
|
@ -451,7 +451,7 @@
|
|||
"comment.block.documentation punctuation"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#565f89"
|
||||
"foreground": "#5f6996"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -472,7 +472,7 @@
|
|||
"log.date"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#6a75a8" //"#7982a9"
|
||||
"foreground": "#6f7bb0" //"#7982a9"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1523,7 +1523,7 @@
|
|||
"scope": "meta.separator",
|
||||
"settings": {
|
||||
"fontStyle": "bold",
|
||||
"foreground": "#565f89"
|
||||
"foreground": "#5f6996"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue