All of my favorite editor themes.
A light & dark theme duo you can't find anywhere else, where colors are used to help you read your code.
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.
- Clone the repository
git clone https://github.com/alloc/vscode-themes
cd vscode-themes
pnpm install
-
Add themes to the
themes
folder. -
Update the package.json
pnpm run update