Skip to content

Latest commit

 

History

History
97 lines (66 loc) · 2.9 KB

README.md

File metadata and controls

97 lines (66 loc) · 2.9 KB

SpaceBox Theme

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.

SpaceBox Theme

NEW Theme (Pro)

Pro color scheme, colors which you love to see in your code.

SpaceBox Theme Pro

NEW Theme (NOVA)

NOVA is here. Make your code shine!

SpaceBox Theme NOVA

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 with this theme to get some cool effects.
  6. We have built a perfect font for this theme Iosevka Code.
  7. Some settings.json tips
{
	"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

Terminal Theme

    {
        "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"
    }