tokyo-night / tokyo-night-vscode-theme

A clean, dark Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.
MIT License
1.74k stars 119 forks source link

Colors seem a bit off #71

Closed CarlosCB1986 closed 1 year ago

CarlosCB1986 commented 1 year ago
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 1 year ago

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

CarlosCB1986 commented 1 year ago

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.