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

https://github.com/amnweb/monospace-idx-theme

Monospace theme for VSCode
https://github.com/amnweb/monospace-idx-theme

idx idx-theme monospace monospace-idx-theme monospace-theme vscode-idx

Last synced: 2 months ago
JSON representation

Monospace theme for VSCode

Awesome Lists containing this project

README

          



Monospace IDX Theme for VSCode


This is a clean and minimalistic Visual Studio Code theme that features subtle yet striking purple accents.


The theme is similar to the theme used in the IDX Project.

## Usage

1. Open VSCode
2. Search for `Monospace IDX Theme` in Extensions or click [here](https://marketplace.visualstudio.com/items?itemName=SpaceBox.monospace-idx-theme)
3. Install the theme and choose your variant in `Preferences > Color Theme`
4. Optionally enable the included icon theme in `Preferences > File Icon Theme`

## Gallery

### Dark

![Dark](https://github.com/amnweb/monospace-idx-theme/raw/main/images/preview-dark.png)

### Light

![Light](https://github.com/amnweb/monospace-idx-theme/raw/main/images/preview-light.png)

### Terminal Theme
```json
{
"background": "#10151D",
"black": "#738295",
"blue": "#708FFF",
"brightBlack": "#8B98A9",
"brightBlue": "#A2B6FF",
"brightCyan": "#71C2EE",
"brightGreen": "#66CE98",
"brightPurple": "#C8AAFF",
"brightRed": "#FC8F8E",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFC26E",
"cursorColor": "#C8AAFF",
"cyan": "#25A6E9",
"foreground": "#A4AFBD",
"green": "#00FF9C",
"name": "IDX",
"purple": "#A87FFB",
"red": "#F76769",
"selectionBackground": "#FFFFFF",
"white": "#C7C7C7",
"yellow": "#FFA23E"
}
```