https://github.com/mikaelkraft/ivytag-theme
A well crafted dark color theme with touch of greens and blues you will love
https://github.com/mikaelkraft/ivytag-theme
dark-theme darkmode json node themes vscode
Last synced: 3 months ago
JSON representation
A well crafted dark color theme with touch of greens and blues you will love
- Host: GitHub
- URL: https://github.com/mikaelkraft/ivytag-theme
- Owner: mikaelkraft
- License: mit
- Created: 2023-01-21T07:19:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T05:00:02.000Z (8 months ago)
- Last Synced: 2025-11-07T07:04:33.858Z (8 months ago)
- Topics: dark-theme, darkmode, json, node, themes, vscode
- Homepage:
- Size: 2.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ivytag Theme
[](https://marketplace.visualstudio.com/items?itemName=MikaelKraft.ivytag-theme)
[](https://marketplace.visualstudio.com/items?itemName=MikaelKraft.ivytag-theme)
[](https://marketplace.visualstudio.com/items?itemName=MikaelKraft.ivytag-theme)
[](LICENSE.txt)
# 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
1. Open **Extensions** sidebar in VS Code (`Ctrl+Shift+X` or `Cmd+Shift+X` on Mac)
2. Search for `ivytag theme`
3. Click **Install**
4. Click **Reload** to reload your editor
5. Go to `File > Preferences > Color Theme > Ivytag color theme`
### Via Command Line
```bash
ext install MikaelKraft.ivytag-theme
```
### Manual Installation
1. Copy the extension folder to your VS Code extensions directory:
- **Windows**: `%USERPROFILE%\.vscode\extensions`
- **macOS/Linux**: `~/.vscode/extensions`
2. Restart VS Code
3. Go to `File > Preferences > Color Theme > Ivytag color theme`
## Customization
You can customize the theme colors by adding settings to your `settings.json`:
```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:
1. Press `F5` to open a new window with your extension loaded
2. Open `File > Preferences > Color Themes` and pick your color theme
3. Make changes to the theme file - changes are automatically applied to the Extension Development Host window
4. To examine token scopes, use `Developer: Inspect Editor Tokens and Scopes` command (`Ctrl+Shift+P` or `Cmd+Shift+P`)
For more information on theme development, check out the [VS Code Color Theme Guide](https://code.visualstudio.com/api/extension-guides/color-theme).
## Contributing
Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
## License
[MIT License](LICENSE.txt) - Copyright © 2023-2025 [Michael Kraft](https://github.com/mikaelkraft)
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for a list of changes.
---
**Enjoy coding with Ivytag Theme!** 🌲✨