fix: lighten colour for comments

This commit is contained in:
Naomi Carrigan 2025-02-23 14:16:03 -08:00
parent 4114575c31
commit a70b4efdb0
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -64,7 +64,7 @@
{
"scope": ["comment", "punctuation.definition.comment"],
"settings": {
"foreground": "#113c33",
"foreground": "#35675c",
"fontStyle": "italic"
}
},