Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Brave ThemeNew to Visual Studio Code? Get it now.
Brave Theme

Brave Theme

Mohit Pujari

|
1,500 installs
| (1) | Free
A darker vibe based theme for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

<<<<<<< HEAD This Theme is made by Brave Programmer

Installation

  1. Open Extensions sidebar panel in VS Code. View → Extensions
  2. Search for Brave Theme - find the one by Mohit Pujari
  3. Click Install to install it.
  4. Code > Preferences > Color Theme > Brave Theme

License

@Mohit Pujari , Owner of Brave Programmer

Licenced under the MIT License.

Brave Theme

A modern dark theme for Visual Studio Code with a sophisticated color palette inspired by brave, bold design principles.

Overview

Brave Theme is a dark VS Code theme featuring a carefully curated color palette that provides excellent contrast and readability while maintaining visual harmony. The theme emphasizes semantic highlighting and supports a wide range of programming languages and file types.

Color Palette

The theme uses a harmonious blend of colors:

  • Primary Background: #06090f - Deep, cool dark base
  • Foreground: #dedce4 - Soft, readable text color
  • Accent Colors:
    • Yellow: #ffcb00 - Operators and punctuation
    • Cyan: #50c6ff - Types and language variables
    • Magenta: #fb80c5 - Functions and methods
    • Purple: #baa0b8 - Strings and special values
    • Blue: #82b3c9 - Constants and numbers
    • Gray: #a5b7c0 - Secondary elements

Features

✨ Syntax Highlighting - Comprehensive support for:

  • JavaScript/TypeScript (including JSX/TSX)
  • Python
  • Java
  • C/C++
  • Rust
  • PHP
  • Go
  • CSS/SCSS/LESS
  • HTML/Markdown
  • JSON/YAML
  • And many more...

🎨 UI Customization:

  • Consistent color scheme across all UI elements
  • Beautiful status bar styling
  • Carefully designed editor widgets
  • Terminal color support

🔍 Semantic Highlighting - Enhanced syntax coloring based on language semantics for improved code understanding

Installation

  1. Open the Extensions view in VS Code (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for "Brave Theme"
  3. Click Install
  4. Click "Set Color Theme" or open Settings and search for "Color Theme"
  5. Select "Brave Theme" from the dropdown

Usage

Once installed, the theme will be available in your VS Code color theme selection. You can switch to it anytime by:

  • Using the Command Palette (Ctrl+K Ctrl+T / Cmd+K Cmd+T) and selecting Brave Theme
  • Going to File → Preferences → Color Theme and selecting Brave Theme
  • Editing your settings.json with: "workbench.colorTheme": "Brave Theme"

Customization

You can further customize the theme by modifying colors in your VS Code settings.json:

"workbench.colorCustomizations": {
  "[Brave Theme]": {
    "editor.background": "#06090f",
    "editor.foreground": "#dedce4"
  }
}

License

This theme is available under the MIT License.

Enjoy the Brave Theme!

00d5e27 (Initial commit for brave theme)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft