Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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. 😊