A light & dark theme duo you can't find anywhere else, where colors are used to help you read your code.
⚠️ Currently only optimized for TypeScript/TSX/HTML/CSS/JSON.
Special Features
JSX and TypeScript syntax each has its own color palette, to help separate it from the JavaScript implementation.
JSX tags are light green and JSX attributes are dark blue.
Primitive types are orange and other type references are magenta.
Function calls are a deep blue, function/class/type declaration names are a bright purple, and function parameters are navy.
The curly braces of an object literal are a blood orange, while all other curly braces (including those of an object type) are black, so you can easily identify a runtime object declaration.