aemx / dark-plus-material-legacy

The default Dark+ theme, using Material's color palette.

Home Page:https://marketplace.visualstudio.com/items?itemName=CERiNG.dark-plus-material-legacy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dark+ Material Legacy

This theme is forked from Dark+ Material Version v2.4.4. You can find the current version here.

Dark+ Material Legacy logo

Reason behind this

I really love the default Dark+ Theme that comes with Visual Studio Code, but also love the Material Design Palette. The thing is I didn't found a good material theme (the coloring is always ugly for my taste). So I made this theme that implements the Material Design Palette in the Dark+ theme that comes with Visual Studio Code.

How is this theme updated?

When VSCode makes an update, I run a script that takes the code from the VSCode repository, pipes it trough a mapping function and it results in the json file for this theme:

VSCode update -> mapping (1 VSCode color => 1 Material color) -> Dark+ Material update.

Installing

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install dark-plus-material-legacy

About

The default Dark+ theme, using Material's color palette.

https://marketplace.visualstudio.com/items?itemName=CERiNG.dark-plus-material-legacy

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%