vshvedov / dark-plus-material

The default Dark+ Theme, with material palette and always up to date

Home Page:https://lshi.ru/dark-plus-material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dark+ Material

Dark+ Material 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.

Screenshots

JavaScript

JavaScript example

LESS

LESS example

TypeScript

TypeScript example

Installing

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

ext install dark-plus-material

Recommended Plugins and settings

About

The default Dark+ Theme, with material palette and always up to date

https://lshi.ru/dark-plus-material

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%