🎨 Penke Theme
A beautiful and modern dark theme for Visual Studio Code inspired by Git Bash Linux terminal aesthetics. Features a classic black background with vibrant green accents, providing excellent syntax highlighting and a comfortable coding experience.

✨ Features
- 🐧 Git Bash Linux-Inspired Design: Based on classic Git Bash terminal aesthetics with black backgrounds
- 🟢 Vibrant Green Accents: Classic green highlights for excellent visibility and authentic terminal feel
- 🎯 Comprehensive Syntax Highlighting: Optimized for multiple programming languages
- 🔍 High Contrast: Clear distinction between different code elements
- 🎨 Modern Design: Clean and professional appearance with authentic terminal colors
🎨 Color Palette
The theme features a carefully crafted color scheme inspired by Git Bash Linux terminal aesthetics:
Element |
Color |
Hex Code |
Preview |
Background |
Pure black |
#000000 |
 |
Foreground |
Bright green |
#00ff00 |
 |
Keywords |
Cyan |
#00ffff |
 |
Strings |
Purple |
#aa88ff |
 |
Comments |
Bright green |
#00ff00 |
 |
Functions |
Orange |
#ffaa00 |
 |
Variables |
Light green |
#00dd00 |
 |
Numbers |
Light orange |
#ffaa88 |
 |
Sidebar |
Dark gray |
#0a0a0a |
 |
🚀 Supported Languages
This theme provides excellent syntax highlighting for:
And many more programming languages!
📦 Installation
Method 1: VS Code Marketplace
- Open Visual Studio Code
- Go to Extensions (
Ctrl+Shift+X
)
- Search for "Penke Theme"
- Click Install
Method 2: Manual Installation
- Download the theme files
- Copy to your VS Code extensions folder
- Restart VS Code
🎯 Usage
After installation:
- Open Command Palette (
Ctrl+Shift+P
)
- Type "Preferences: Color Theme"
- Select "Penke Theme" from the list
Quick Setup
{
"workbench.colorTheme": "Penke Theme"
}
⚙️ Customization
You can customize the theme by modifying the color scheme in your VS Code settings:
{
"workbench.colorCustomizations": {
"[Penke Theme]": {
"editor.background": "#000000",
"sideBar.background": "#0a0a0a"
}
}
}
🤝 Contributing
We welcome contributions! Here's how you can help:
- 🍴 Fork the repository
- 🌿 Create a feature branch (
git checkout -b feature/AmazingFeature
)
- 💾 Commit your changes (
git commit -m 'Add some AmazingFeature'
)
- 📤 Push to the branch (
git push origin feature/AmazingFeature
)
- 🔄 Open a Pull Request
🐛 Reporting Issues
Found a bug? Please open an issue with:
- Theme version
- VS Code version
- Screenshot (if applicable)
- Steps to reproduce
📄 License
This theme is open source and available under the MIT License.
🙏 Acknowledgments
- Inspired by Git Bash Linux terminal aesthetics
- Built with ❤️ for the developer community
- Special thanks to all contributors and users
🎨 Enjoy coding with Penke Theme!
