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

Brighten comment colors in dark themes

This commit is contained in:
Kristi Russell 2023-11-10 13:00:37 -05:00
parent 0689006ba1
commit 26465cb608
3 changed files with 11 additions and 8 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 1.0.6
2023-11-10
- Brighten comment colors in dark themes
## 1.0.5 ## 1.0.5
`2023-10-13` `2023-10-13`
- Specify js for module keyword - Specify js for module keyword

View file

@ -225,7 +225,7 @@
"editorSuggestWidget.selectedBackground": "#20222c", "editorSuggestWidget.selectedBackground": "#20222c",
"editorSuggestWidget.highlightForeground": "#6183bb", "editorSuggestWidget.highlightForeground": "#6183bb",
"editorCodeLens.foreground": "#484f70", "editorCodeLens.foreground": "#51597d",
"editorLightBulb.foreground": "#e0af68", "editorLightBulb.foreground": "#e0af68",
"editorLightBulbAutoFix.foreground": "#e0af68", "editorLightBulbAutoFix.foreground": "#e0af68",
@ -452,7 +452,7 @@
"comment.block.documentation punctuation" "comment.block.documentation punctuation"
], ],
"settings": { "settings": {
"foreground": "#444b6a" "foreground": "#51597d"
} }
}, },
{ {
@ -486,7 +486,6 @@
], ],
"settings": { "settings": {
"foreground": "#646e9c" "foreground": "#646e9c"
//"fontStyle": "bold"
} }
}, },
{ {
@ -1523,7 +1522,7 @@
"scope": "meta.separator", "scope": "meta.separator",
"settings": { "settings": {
"fontStyle": "bold", "fontStyle": "bold",
"foreground": "#444b6a" "foreground": "#51597d"
} }
}, },
{ {

View file

@ -225,7 +225,7 @@
"editorSuggestWidget.selectedBackground": "#282e44", "editorSuggestWidget.selectedBackground": "#282e44",
"editorSuggestWidget.highlightForeground": "#668ac4", "editorSuggestWidget.highlightForeground": "#668ac4",
"editorCodeLens.foreground": "#565f89", "editorCodeLens.foreground": "#5f6996",
"editorLightBulb.foreground": "#e0af68", "editorLightBulb.foreground": "#e0af68",
"editorLightBulbAutoFix.foreground": "#e0af68", "editorLightBulbAutoFix.foreground": "#e0af68",
@ -451,7 +451,7 @@
"comment.block.documentation punctuation" "comment.block.documentation punctuation"
], ],
"settings": { "settings": {
"foreground": "#565f89" "foreground": "#5f6996"
} }
}, },
{ {
@ -472,7 +472,7 @@
"log.date" "log.date"
], ],
"settings": { "settings": {
"foreground": "#6a75a8" //"#7982a9" "foreground": "#6f7bb0" //"#7982a9"
} }
}, },
{ {
@ -1523,7 +1523,7 @@
"scope": "meta.separator", "scope": "meta.separator",
"settings": { "settings": {
"fontStyle": "bold", "fontStyle": "bold",
"foreground": "#565f89" "foreground": "#5f6996"
} }
}, },
{ {