tokyo-night/tokyo-night-vscode-theme

Colors seem a bit off

Closed this issue · 2 comments

image

The below piece of code does not seem to have consistent colors:
const exampleFunction = ( example: string[] ): { example: Map<string, number>; test: Set<string>; another: Array<{ siteId: string; cveId: string }>; } | null => null

This is using tokyo night storm v0.9.8 in Visual code 1.76.2

enkia commented

Try enabling semantic highlighting:
"editor.semanticHighlighting.enabled": true,

Tried it but I still see incoherences. The closing character > is still red but the opening < is not which does not seem to be correct.