I don't know about y'all but the comments color isn't very nice tbh. It's hard to see them, so I think we should make them brighter. Just a suggestion, not a issue nor a demand. Just a thought. This should do it.
{
"name": "Comments",
"scope": "comment",
"settings": {
"foreground": "#B3B3B3",
"fontStyle": "italic"
}
}
Or just add those lines to the vscode settings file
"editor.tokenColorCustomizations": {
"[Celestial]": {
"comments": "#B3B3B3"
}
} ```
I don't know about y'all but the comments color isn't very nice tbh. It's hard to see them, so I think we should make them brighter. Just a suggestion, not a issue nor a demand. Just a thought. This should do it.
Or just add those lines to the vscode settings file