wesbos / cobalt2-vscode

Cobalt2 Theme for VS Code
MIT License
767 stars 251 forks source link

JS, Typescript and JSX/TSX Updates #172

Closed wesbos closed 3 years ago

wesbos commented 3 years ago

There are a bunch of fixes I want to change for Typescript/JSX. I'm going to document them here.

wesbos commented 3 years ago

Types, interfaces, functions, const/let/var are all blue.

Should be using the Pink, yellow and orange. Not sure what would look best

image
wesbos commented 3 years ago

The above is also true for JavaScript. I like the highlighting in "javascriptreact" better than "javascript"

wesbos commented 3 years ago

Semantic highlighting should be turned on before any updates: https://github.com/wesbos/cobalt2-vscode/issues/162

wesbos commented 3 years ago

This popup is too big, can we bring the font size of that down? Or is that a user setting?

image
wesbos commented 3 years ago

async function and function name are all the same colour:

In tsx:

image

in .js:

image
wesbos commented 3 years ago

all fixed in 2.2.0