An open API service indexing awesome lists of open source software.

https://github.com/alloc/vscode-themes

Themes to die for
https://github.com/alloc/vscode-themes

vscode-theme

Last synced: 6 months ago
JSON representation

Themes to die for

Awesome Lists containing this project

README

          

# @alloc/vscode-themes

All of my favorite editor themes.

### [Minimal Green](https://github.com/mdoyleaz/vs-code-theme-minimal_green)

### [Noir Rosé Pine Moon](https://github.com/andrewberty/Noir-vscode-theme?tab=readme-ov-file#noir-ros%C3%A9-pine-moon)

### [Gruvbox Material Dark](https://marketplace.visualstudio.com/items?itemName=EstevamSouza.the-best-themes-for-programmers)

### [Gruvbox Dark Moist](https://github.com/CraigglesO/gruvbox-dark-moist-vscode)

### [Seoul Dark](https://github.com/aleclarson/vscode-seoul-dark)

### [Everforest Dark](https://github.com/sainnhe/everforest-vscode)

### Numa Pro v1.0

_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.

### [Vim Light Medium](https://github.com/jeff-hykin/vim-light-medium)

### [Rosé Pine Dawn](https://github.com/rose-pine/vscode)

### [New England](https://github.com/dustypomerleau/new-england)

### [Remedy Bright](https://github.com/robertrossmann/vscode-remedy)

### [Everforest Light](https://github.com/sainnhe/everforest-vscode)

### [Tokyo Night Light](https://github.com/enkia/tokyo-night-vscode-theme)

 

## Adding new themes

1. Clone the repository

```sh
git clone https://github.com/alloc/vscode-themes
cd vscode-themes
pnpm install
```

2. Add themes to the `themes` folder.

3. Update the package.json

```
pnpm run update
```