Skip to content

The original owner of the Material UI theme for VS Code is grumpy, so I made a version you are safe to use as you please :)

License

Notifications You must be signed in to change notification settings

t3dotgg/vsc-material-but-i-wont-sue-you

 
 

Repository files navigation

Material Theme (But I won't sue you)

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:

Table of contents

The most epic theme meets Visual Studio Code.

Getting started

You can install this awesome theme through the Visual Studio Code Marketplace.

Installation

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.

Activate theme

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.

Set the accent color

Launch Quick Open:

Type material theme, choose Material Theme: Set accent color, and pick one color from the list.

Override theme colors

Learn how to customize every part of this theme by using Visual Studio Code API. Read more.

Recommended settings for a better experience

{
    // 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
}

Official Portings

You can find all the official portings and resources here.

Want to use the legacy version?

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.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Attribution

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.

About

The original owner of the Material UI theme for VS Code is grumpy, so I made a version you are safe to use as you please :)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.3%
  • CSS 3.3%
  • HTML 2.4%