A professional Visual Studio Code theme inspired by the Systemset brand, featuring beautiful green gradients and modern minimalistic design.
A sleek dark theme with pure black backgrounds and vibrant green accents that's perfect for long coding sessions and reduces eye strain.
A clean light theme with crisp white backgrounds and carefully balanced green highlights for those who prefer bright interfaces.
The theme is built around the official Systemset brand colors:
| Color | Hex Code | Usage |
|---|---|---|
| Primary Green | #6EE54E |
Keywords, active elements, cursors |
| Darker Green | #2EBF46 |
Functions, classes, secondary highlights |
| Accent Yellow-Green | #D8F060 |
Strings, constants, special elements |
| Deep Black | #000000 |
Dark theme backgrounds |
| Pure White | #FFFFFF |
Light theme backgrounds, dark theme text |
| Charcoal Gray | #1E1E1E |
Dark theme secondary backgrounds |
| Light Gray | #B0B0B0 |
Comments, inactive elements |
- 🎯 Brand-Aligned: Perfectly matches Systemset's visual identity
- 👀 Eye-Friendly: Carefully chosen contrast ratios for optimal readability
- 🌟 Modern Design: Clean, minimalistic interface with subtle gradients
- 📝 Comprehensive: Supports all major programming languages and file types
- 🔧 Consistent: Unified color scheme across all VS Code elements
- ⚡ Performance: Lightweight and fast-loading theme files
- Open VS Code
- Press
Ctrl+Shift+X(Windows/Linux) orCmd+Shift+X(macOS) to open Extensions - Search for "Systemset Theme"
- Click Install
- Go to
File > Preferences > Color Theme(orCode > Preferences > Color Themeon macOS) - Select either Systemset Dark or Systemset Light
- Download the theme files
- Copy the folder to your VS Code extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions - macOS:
~/.vscode/extensions - Linux:
~/.vscode/extensions
- Windows:
- Restart VS Code
- Go to
File > Preferences > Color Theme - Select your preferred Systemset theme
- Clone this repository
- Copy the folder to your VS Code extensions directory
- Restart VS Code or press
F5to open a development host
You can customize the theme by modifying the JSON files in the themes/ directory:
systemset-dark-color-theme.json- Dark variant settingssystemset-light-color-theme.json- Light variant settings
To change the cursor color, modify the editorCursor.foreground property:
{
"colors": {
"editorCursor.foreground": "#your-color-here"
}
}To adjust syntax highlighting, modify the tokenColors array:
{
"tokenColors": [
{
"name": "Comments",
"scope": ["comment"],
"settings": {
"foreground": "#your-color-here",
"fontStyle": "italic"
}
}
]
}- Pure black editor background (
#000000) - Vibrant green syntax highlighting
- Subtle green accents in UI elements
- Clean white editor background (
#FFFFFF) - Professional green color scheme
- High contrast for excellent readability
The Systemset theme provides excellent syntax highlighting for:
- Web Technologies: HTML, CSS, SCSS, JavaScript, TypeScript, React, Vue, Angular
- Backend Languages: Python, Java, C#, PHP, Ruby, Go, Rust
- Data & Config: JSON, YAML, XML, TOML, INI
- Documentation: Markdown, reStructuredText
- Database: SQL, NoSQL query languages
- DevOps: Docker, Kubernetes, CI/CD configurations
- And many more!
We welcome contributions to improve the Systemset theme! Here's how you can help:
- Fork this repository
- Create a new branch for your feature (
git checkout -b feature/amazing-feature) - Make your changes to the theme files
- Test your changes thoroughly
- Commit your changes (
git commit -m 'Add amazing feature') - Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request
# Clone the repository
git clone https://github.com/systemset/SystemsetTheme
cd SystemsetTheme
# Install dependencies (if any)
npm install
# Open in VS Code
code .- 🎉 Initial release
- ✨ Added Systemset Dark theme
- ✨ Added Systemset Light theme
- 🎨 Implemented full Systemset brand color palette
- 📚 Comprehensive language support
- 🔧 Optimized for VS Code latest features
This theme is released under the MIT License. See the LICENSE file for details.
This theme is created with ❤️ for the Systemset brand and community.
Systemset is committed to delivering high-quality, professional tools and experiences. This VS Code theme reflects our dedication to clean design, functionality, and brand consistency.
If you enjoy using the Systemset theme, please:
- ⭐ Star this repository
- 🐛 Report any issues you find
- 💬 Share it with your fellow developers
- 📝 Leave a review on the VS Code Marketplace
Happy Coding with Systemset! 🚀
Made with 💚 for developers everywhere

