Space Wars Theme for Visual Studio Code
A dark theme inspired by Star Wars, designed to provide a comfortable coding experience with support for all programming languages.
Preview
Dark Theme
Main editor view with JavaScript code
File explorer and sidebar view
Integrated terminal and editor view
Features
- 🌙 Dark theme optimized for long coding sessions
- 🎨 Carefully selected color palette inspired by Star Wars
- 📚 Full support for all programming languages
- 🎯 Enhanced syntax highlighting
- 🖥️ Optimized for both light and dark environments
- 🔍 Improved readability with carefully chosen contrast ratios
Installation
- Open Visual Studio Code
- Press
Ctrl+Shift+X
(Windows/Linux) or Cmd+Shift+X
(Mac) to open the Extensions view
- Search for "Space Wars Theme"
- Click "Install"
- Press
Ctrl+K Ctrl+T
(Windows/Linux) or Cmd+K Cmd+T
(Mac) to open the theme selector
- Select "Space Wars Dark" from the list
Supported Languages
The theme provides optimized syntax highlighting for:
- JavaScript/TypeScript
- Python
- Java
- C/C++
- C#
- PHP
- Ruby
- Go
- Rust
- Swift
- Kotlin
- HTML/CSS
- SQL
- XML/JSON/YAML
- Markdown
- And many more!
Color Palette
The theme uses a carefully selected color palette:
- Background:
#1a1a2e
(Dark space blue)
- Foreground:
#F8F8FF
(Ghost white)
- Accent:
#00FFFF
(Cyan)
- Keywords:
#FF0000
(Red)
- Strings:
#32CD32
(Lime green)
- Comments:
#8A2BE2
(Blue violet)
- Functions:
#00BFFF
(Deep sky blue)
- Variables:
#32CD32
(Lime green)
- Types:
#8A2BE2
(Blue violet)
- Constants:
#FF6347
(Tomato)
- Operators:
#00BFFF
(Deep sky blue)
Customization
You can customize the theme by modifying your settings.json
:
{
"workbench.colorCustomizations": {
"[Space Wars Dark]": {
"editor.background": "#1a1a2e",
"sideBar.background": "#0B0B1A",
// Add your custom colors here
}
}
}
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
)
- Commit your changes (
git commit -m 'Add some amazing feature'
)
- Push to the branch (
git push origin feature/amazing-feature
)
- Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Inspired by the Star Wars universe
- Built with ❤️ for the coding community
- Special thanks to all contributors and users
Support
If you find any issues or have suggestions, please open an issue on GitHub.
May the Force be with you! 🚀