https://github.com/amnweb/spacebox-theme
A sleek and professional dark theme for Visual Studio Code, designed to minimize eye strain and maximize focus. SpaceBox offers a unique color palette that provides excellent contrast while maintaining a soothing atmosphere. This theme is perfect for developers who prefer a dark workspace that is easy on the eyes and enhances productivity.
https://github.com/amnweb/spacebox-theme
dark spacebox theme vscode vscode-theme
Last synced: 2 months ago
JSON representation
A sleek and professional dark theme for Visual Studio Code, designed to minimize eye strain and maximize focus. SpaceBox offers a unique color palette that provides excellent contrast while maintaining a soothing atmosphere. This theme is perfect for developers who prefer a dark workspace that is easy on the eyes and enhances productivity.
- Host: GitHub
- URL: https://github.com/amnweb/spacebox-theme
- Owner: amnweb
- License: mit
- Created: 2024-01-14T21:29:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T02:59:02.000Z (over 1 year ago)
- Last Synced: 2025-10-23T02:57:42.635Z (5 months ago)
- Topics: dark, spacebox, theme, vscode, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=SpaceBox.spacebox-theme
- Size: 1.88 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

# SpaceBox Dark Theme for VS Code
A sleek and professional dark theme for Visual Studio Code, designed to minimize eye strain and maximize focus. SpaceBox offers a unique color palette that provides excellent contrast while maintaining a soothing atmosphere. This theme is perfect for developers who prefer a dark workspace that is easy on the eyes and enhances productivity.

## NEW Theme (Pro)
Pro color scheme, colors which you love to see in your code.

## NEW Theme (NOVA)
NOVA is here. Make your code shine!

## Features
- Carefully selected color palette for optimal contrast and readability
- Customized syntax highlighting for various programming languages
- Distraction-free editing experience with minimal UI clutter
- Smooth and seamless integration with Visual Studio Code
- Terminal color included
## Installation
1. Open Visual Studio Code.
2. Go to the Extensions view (`Ctrl+Shift+P`).
3. Search for "SpaceBox".
4. Click on the Install button to download and install the theme.
5. Additional: Install [Spacebox UI Enhancer](https://marketplace.visualstudio.com/items?itemName=SpaceBox.spacebox-ui) with this theme to get some cool effects.
6. We have built a perfect font for this theme [Iosevka Code](https://github.com/amnweb/Iosevka-Code).
7. Some `settings.json` tips
```json
{
"editor.fontWeight": "300",
"editor.cursorBlinking": "expand",
"editor.cursorWidth": 2,
"editor.wordWrap": "on",
"editor.fontFamily": "Jetbrains Mono",
"editor.fontVariations": false,
"editor.renderWhitespace": "none",
"editor.fontSize": 14,
"editor.lineHeight": 1.5,
"editor.links": false
}
```
Experience the perfect balance between style and functionality with SpaceBox Dark Theme for VS Code. Happy coding!
## Terminal theme

```json
{
"background": "#0D1117",
"black": "#000D1C",
"blue": "#2B4FFF",
"brightBlack": "#666666",
"brightBlue": "#5C78FF",
"brightCyan": "#5AC8FF",
"brightGreen": "#9891FF",
"brightPurple": "#5EA2FF",
"brightRed": "#DE72FF",
"brightWhite": "#FFFFFF",
"brightYellow": "#A3A0FF",
"cursorColor": "#BDC0DA",
"cyan": "#28B9FF",
"foreground": "#C9CCE6",
"green": "#8E76FF",
"name": "SpaceBox",
"purple": "#2883FF",
"red": "#EF56FF",
"selectionBackground": "#98AEC9",
"white": "#F1F1F1",
"yellow": "#8069FF"
}
```