Ivytag Theme
November 12, 2025 ยท View on GitHub
Meet my Awesome theme!
Available on:
- Vscode Marketplace
- Google Shell Cloud CLI
- Eclipse IDE
A well-crafted dark theme with vibrant touches of dark greens and blues for an immersive coding experience.
Features
- ๐ฒ Dark Theme - Easy on the eyes with deep, rich colors
- ๐ Green & Blue Accents - Vibrant color scheme that makes code pop
- ๐จ Comprehensive Syntax Support - Carefully crafted colors for multiple languages including:
- JavaScript/TypeScript
- Python
- Java
- C/C++
- PHP
- Go
- Rust
- CSS/SCSS/LESS
- HTML
- Markdown
- And many more...
- โจ Semantic Highlighting - Enhanced code understanding with semantic token colors
- ๐ง Complete UI Theming - Consistent dark theme across the entire VS Code interface
Installation
Via VS Code Marketplace
- Open Extensions sidebar in VS Code (
Ctrl+Shift+XorCmd+Shift+Xon Mac) - Search for
ivytag theme - Click Install
- Click Reload to reload your editor
- Go to
File > Preferences > Color Theme > Ivytag color theme
Via Command Line
ext install MikaelKraft.ivytag-theme
Manual Installation
- Copy the extension folder to your VS Code extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions - macOS/Linux:
~/.vscode/extensions
- Windows:
- Restart VS Code
- Go to
File > Preferences > Color Theme > Ivytag color theme
Customization
You can customize the theme colors by adding settings to your settings.json:
{
"workbench.colorCustomizations": {
"[Ivytag color theme]": {
"editor.background": "#000000",
"editor.foreground": "#ffffff"
}
},
"editor.tokenColorCustomizations": {
"[Ivytag color theme]": {
"comments": "#55565a"
}
}
}
Development
To customize and test the theme locally:
- Press
F5to open a new window with your extension loaded - Open
File > Preferences > Color Themesand pick your color theme - Make changes to the theme file - changes are automatically applied to the Extension Development Host window
- To examine token scopes, use
Developer: Inspect Editor Tokens and Scopescommand (Ctrl+Shift+PorCmd+Shift+P)
For more information on theme development, check out the VS Code Color Theme Guide.
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
License
MIT License - Copyright ยฉ 2023-2025 Michael Kraft
Changelog
See CHANGELOG.md for a list of changes.
Enjoy coding with Ivytag Theme! ๐ฒโจ