Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>penke-themeNew to Visual Studio Code? Get it now.
penke-theme

penke-theme

Gabriel Penke

|
65 installs
| (0) | Free
A beautiful and modern dark theme for VS Code and Cursor 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.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🎨 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.

VS Code Marketplace License Version


✨ 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 #000000
Foreground Bright green #00ff00 #00ff00
Keywords Cyan #00ffff #00ffff
Strings Purple #aa88ff #aa88ff
Comments Bright green #00ff00 #00ff00
Functions Orange #ffaa00 #ffaa00
Variables Light green #00dd00 #00dd00
Numbers Light orange #ffaa88 #ffaa88
Sidebar Dark gray #0a0a0a #0a0a0a

🚀 Supported Languages

This theme provides excellent syntax highlighting for:

JavaScript TypeScript HTML5 CSS3 Python PHP JSON Markdown

And many more programming languages!


📦 Installation

Method 1: VS Code Marketplace

  1. Open Visual Studio Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Penke Theme"
  4. Click Install

Method 2: Manual Installation

  1. Download the theme files
  2. Copy to your VS Code extensions folder
  3. Restart VS Code

🎯 Usage

After installation:

  1. Open Command Palette (Ctrl+Shift+P)
  2. Type "Preferences: Color Theme"
  3. 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:

  1. 🍴 Fork the repository
  2. 🌿 Create a feature branch (git checkout -b feature/AmazingFeature)
  3. 💾 Commit your changes (git commit -m 'Add some AmazingFeature')
  4. 📤 Push to the branch (git push origin feature/AmazingFeature)
  5. 🔄 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!

GitHub stars GitHub forks

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