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: 8 days ago
JSON representation

Themes to die for

Awesome Lists containing this project

README

          

# @alloc/vscode-themes

All of my favorite editor themes.

## πŸ‘‘ Tier 1

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

– Sainnhe Park

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

– Michael Doyle

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

– mvllow

### πŸŒ• [GruvDark-GBM Light](https://github.com/darianmorat/gruvdark-theme)

– Darian Morat

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

– Jeff Hykin

Β 

## πŸ† Tier 2

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

– Estevam Souza

### πŸŒ‘ [Nightcall](https://github.com/bpat86/nightcall-vscode-theme)

– Robert Patterson

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

– Sainnhe Park

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

– Dusty Pomerleau

Β 

## πŸ… Tier 3

### πŸŒ‘ [Abelfubu Everforest](https://github.com/abelfubu/abelfubu-dark-vscode-theme/blob/dc0de4d5a08910448e69f565ea22deedd92527ad/themes/abelfubu-everforest.json)

– Abel de la Fuente

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

– Craig O'Connor

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

– Robert Rossmann

### πŸŒ• [RosΓ© Pine Dawn](https://github.com/rose-pine/vscode)

– mvllow

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

– Ryan Olson

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

– enkia

Β 

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

Β 

## 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
```