Vsc Material Theme

Material Theme, the most epic theme for Visual Studio Code
Alternatives To Vsc Material Theme
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Vscode23,406
15 days ago71cc0-1.0JavaScript
🎨 A curated list of delightful VS Code packages and resources.
Vsc Material Theme11,114
2 months ago1August 29, 2018apache-2.0TypeScript
Material Theme, the most epic theme for Visual Studio Code
Polacode6,673
a year ago72JavaScript
📸 Polaroid for your code
Aura Theme2,8382a month ago7October 15, 202120mitTypeScript
✨ A beautiful dark theme for your favorite apps.
Vscode Icons1,401
a year ago9mitJavaScript
Custom Visual Studio Code Icons
Marp Vscode1,372
a month ago9mitTypeScript
Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
New Moon1,188
3 months ago14mitLess
🌙 ‎ The optimized dark theme for web development.
Visual Studio Code1,039
5 months ago30mitJavaScript
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Visual Studio Code714
3 months ago73July 15, 202338mitJavaScript
🧛🏻‍♂️ Dark theme for Visual Studio Code
Vscode380
3 months ago6mitJavaScript
Soho vibes for Visual Studio Code
Alternatives To Vsc Material Theme
Select To Compare


Alternative Project Comparisons
Readme


Table of contents

The most epic theme meets Visual Studio Code. You can help by reporting issues here.

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 material theme

And pick the one by Mattia Astorino (Equinusocio) 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

You can override the Material Theme UI and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the relative section on the VS Code documentation.

Color Scheme override

Basic example

"editor.tokenColorCustomizations": {
    "[Material Theme]": {
        "comments": "#229977"
    }
},

Advanced example

"editor.tokenColorCustomizations": {
    "[Material Theme*]": {
        "textMateRules": [
            {
                "scope": [
                    "comment",
                    "comment punctuation.definition.comment"
                ],
                "settings": {
                    "foreground": "#FF0000"
                }
            }
        ]
    },
},

"workbench.colorCustomizations": {
	"[Material Theme*]": {
		"sideBar.background": "#ff0000",
	}
},

Recommended settings for a better experience

{
    // Controls the font family.
    "editor.fontFamily": "Operator Mono",
    // Controls the line height. Use 0 to compute the lineHeight from the fontSize.
    "editor.lineHeight": 24,
    // Enables font ligatures
    "editor.fontLigatures": true,
    // Controls if file decorations should use badges.
    "explorer.decorations.badges": false
}

Official Portings

Thanks to the Material Theme community you can use it with other software, here are the official portings:

Other resources

  • Vscode Dock Icon: Download the official Material Theme app icon for Visual Studio code
  • Color palettes: You can check the official Material Theme colors here

Contributors

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

Backers

Thank you to all our backers! [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]


Copyright © 2019 Mattia Astorino & Alessio Occhipinti

Popular Theme Projects
Popular Visual Studio Code Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Theme
Material Design
Visual Studio Code
Material Theme
Visual Studio Extension