Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerbsod/lego-dark-theme
A visually stunning and consistent dark theme for VS Code, inspired by the Material Theme Dark High Contrast and Visual Assist from Visual Studio.
https://github.com/kerbsod/lego-dark-theme
material-theme theme visual-assist vscode-extension vscode-theme
Last synced: about 6 hours ago
JSON representation
A visually stunning and consistent dark theme for VS Code, inspired by the Material Theme Dark High Contrast and Visual Assist from Visual Studio.
- Host: GitHub
- URL: https://github.com/kerbsod/lego-dark-theme
- Owner: KerbsOD
- License: mit
- Created: 2025-01-28T09:03:36.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2025-02-04T15:36:10.000Z (4 days ago)
- Last Synced: 2025-02-06T20:39:32.715Z (1 day ago)
- Topics: material-theme, theme, visual-assist, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=okerbs-publisher.lego-dark-theme
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Lego Dark Theme 🎨
A visually stunning and consistent dark theme for VS Code, inspired by the Material Theme Dark High Contrast and Visual Assist from Visual Studio.
## Install
⚠️ For better syntax highlighting add `"editor.semanticHighlighting.enabled": true` to your settings.json
Find it on the VSCode extension marketplace as `Lego Dark Theme`
or install it manually launching VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
```
ext install okerbs-publisher.lego-dark-theme
```## Features
- High Contrast: Clear and distinct syntax highlighting for better readability.
- Vibrant Colors: Carefully chosen vibrant colors to make your code pop.
- Easy on the Eyes: Designed for long coding sessions without eye strain.
## Showcase
Here are some examples of the Lego Dark Theme in action:
### Go (Golang)
![Golang Example](./showcase/GolangAPI.png)
### TypeScript (React)
![React TypeScript Example](./showcase/ReactTS.png)
### C++ (OpenGL)
![OpenGL C++ Example](./showcase/CPlusPlus.png)
## Contributing
Contributions are welcome! If you have suggestions, bug reports, or want to contribute to the theme, please follow these steps:
1. Fork the repository.
2. Create a new 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.
## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Acknowledgments
Inspired by Material Theme Dark High Contrast and Visual Assist.
---
Enjoy coding with Lego Dark Theme! If you love it, consider giving it a ⭐ on the VS Code Marketplace. 😊