<<<<<<< HEAD
This Theme is made by Brave Programmer
Installation
- Open Extensions sidebar panel in VS Code.
View → Extensions
- Search for
Brave Theme - find the one by Mohit Pujari
- Click Install to install it.
- Code > Preferences > Color Theme > Brave Theme
License
@Mohit Pujari , Owner of Brave Programmer
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
- Open the Extensions view in VS Code (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Brave Theme"
- Click Install
- Click "Set Color Theme" or open Settings and search for "Color Theme"
- 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)