Welcome to the Tomorrow Night Eighties Deluxe theme for Visual Studio Code! This theme is inspired by the classic Tomorrow Night Eighties color scheme but extended with quality-of-life improvements to enhance your coding experience.
- Enhanced Readability: underline external imports to make it clear which code comes from external files.
- Optimized for Python: Specifically tested and optimized for Python development, ensuring a smooth and visually appealing coding experience.
- Based on Proven Themes: Built upon the popular Tomorrow and Tomorrow Night Operator Mono Theme, bringing you the best of both worlds.
For the best experience, we recommend using this theme together with basedpyright, which provides more detailed semantic tokens for constants.
Feature | Pylance | Basedpyright |
---|---|---|
Constants (Capitalized var names) | 0 | 1 |
Constants (Final type annotation) |
0 | 1 |
Deprecated | 1 | 0 |
Enums | 1 | 0 |
To release new versions of this theme, use the following command:
vcse publish major|minor|patch