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
- Host: GitHub
- URL: https://github.com/amnweb/monospace-idx-theme
- Owner: amnweb
- License: mit
- Created: 2024-05-19T01:48:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T13:34:22.000Z (almost 2 years ago)
- Last Synced: 2025-12-21T07:48:25.844Z (3 months ago)
- Topics: idx, idx-theme, monospace, monospace-idx-theme, monospace-theme, vscode-idx
- Homepage: https://marketplace.visualstudio.com/items?itemName=SpaceBox.monospace-idx-theme
- Size: 919 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

### Light

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