READMEDahu is advanced color theme extension for Visual Studio Code. Features
The following image was used to generate the theme for Visual Studio Code.
Visual Studio Code theme:
Language supportThis extension currently offers code syntax highlighting support for these languages:
For other languages, it might not highlight the code syntax fully -> look for future updates. Requirements
About color generationThis extension uses some APIs to provide functionality of generating colors from a base color or image. For generating color palette from a base color, we used Palette.es API, and for creating set of colors from a image we chose Color Thief API. Extension SettingsTODO: add settings??Running
Notes for developersColors of the extension are automatically adapted based on the current vs code theme. To add more colors you can access global css variables in src/styles.css inside |