Skip to content

alloc/vscode-themes

Repository files navigation

@alloc/vscode-themes

All of my favorite editor themes.

Numa Pro v1.0

A light theme you can't find anywhere else, where colors are used to help you understand your code.

⚠️ Currently only optimized for TypeScript/TSX.

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.

 

Adding new themes

  1. Clone the repository
git clone https://github.com/alloc/vscode-themes
cd vscode-themes
pnpm install
  1. Add themes to the themes folder.

  2. Update the package.json

pnpm run update