So, uh, the guy who made the VS Code Material Theme is threatening everyone who uses it in their products. He seems to have forgotten it was originally licensed under the Apache License, 2.0.. He wiped the commit history to make it look like it was always his weird fake license.
What he has done is fraudulent and shameful. I have created this fork to maintain the original license and keep the project alive.
I permit you to do whatever you want with this code as long as it follows the original license. I won't sue you for it. I promise.
Sources:
The most epic theme meets Visual Studio Code.
You can install this awesome theme through the Visual Studio Code Marketplace.
Launch Quick Open:
Paste the following command and press Enter
:
ext install t3dotgg.vsc-material-theme-but-i-wont-sue-you
And pick the one by Theo (t3dotgg) as author.
Launch Quick Open:
Type theme
, choose Preferences: Color Theme
, and select one of the Material Theme variants from the list. After activation, the theme will set the correct icon theme based on your active theme variant.
Launch Quick Open:
Type material theme
, choose Material Theme: Set accent color
, and pick one color from the list.
Learn how to customize every part of this theme by using Visual Studio Code API. Read more.
{
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 28,
// Enables font ligatures
"editor.fontLigatures": "'ss01','ss05','dlig'",
// Controls if file decorations should use badges.
"explorer.decorations.badges": false
}
You can find all the official portings and resources here.
If you're looking for the deprecated Community Material Theme you can find it here. This version has been deprecated and removed from the official marketplace.
This project exists thanks to all the people who contribute. [Contribute].
The code in this project was previously hosted at this url, but the original author has wiped all history of it, making it incredibly hard to credit him and the other original contributors. Full credit has been preserved in the git history here to our best ability.