Source Code Perseverance of vsc-material-theme
Find a file
Mattia Astorino 6bf88a5607 Add 1 git-crypt collaborator
New collaborators:

	960F4327 David Gonzalez Polan <dav.polan@gmail.com>
2018-02-27 22:49:59 +01:00
.git-crypt Add 1 git-crypt collaborator 2018-02-27 22:49:59 +01:00
.github Added .github/ISSUE_TEMPLATE.md (optional) 2017-11-22 17:56:00 -05:00
.gulp chore: Update deps and remove missing tasks 2018-01-02 23:23:32 +01:00
.vscode chore: Update workspace settings 2017-11-14 17:20:13 +01:00
assets chore: update assets 2017-05-01 00:17:42 +02:00
extensions chore: Update meta data and add icons to theme commands 2018-02-23 23:30:06 +01:00
src Merge 2018-02-19 21:45:46 +01:00
test chore: update tests 2018-02-11 12:54:55 +01:00
typings chore: Essentials for TS coding 2017-05-23 18:41:56 +02:00
.babelrc chore: Add basic files 2017-02-04 11:42:25 +01:00
.eslintrc chore: Add basic files 2017-02-04 11:42:25 +01:00
.gitattributes Fixed .gitattributes 2017-12-27 11:43:22 +02:00
.gitignore feat: New folder icons 2017-11-04 22:58:22 +01:00
.npmrc chore: Fix current and new deps version 2017-09-12 10:18:21 +02:00
.vscodeignore chore: Update .vscodeignore 2017-11-14 17:13:45 +01:00
.yarnrc chore: Fix current and new deps version 2017-09-12 10:18:21 +02:00
CHANGELOG.md chore(release): 1.4.0 2018-02-19 22:15:51 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-01-02 22:16:39 +01:00
CONTRIBUTING.md Merge branch 'develop' of github.com:equinusocio/vsc-material-theme into develop 2017-12-29 10:08:00 +01:00
gulpfile.babel.ts chore: Cohercing type to any to allow build. 2017-07-02 20:08:52 +02:00
iconlist.json fix(Icons): Fix .ts and def ts icons 2017-02-28 08:58:55 +01:00
LICENSE chore: Restore license 2017-10-15 08:56:02 +02:00
logo.png chore: Update meta 2017-09-27 18:22:26 +02:00
package-lock.json chore(release): 1.4.0 2018-02-19 22:15:51 +01:00
package.json chore: Update meta data and add icons to theme commands 2018-02-23 23:30:06 +01:00
README.md chore: Update readme 2018-02-19 22:17:14 +01:00
tsconfig.json chore: Generated sourcemaps and excludes them from workspace 2017-05-23 23:25:24 +02:00

Twitter GitHub tag

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

Packaged VSIX Extension

Download the latest .vsix release file from the GitHub repository and install it from the command line

code --install-extension vsc-material-theme-*.*.*.vsix

or from within VS Code by launching Quick Open and running the Install from VSIX... command.

GitHub Repository Clone

Change to your .vscode/extensions VS Code extensions directory. Depending on your platform it is located in the following folders:

  • Linux ~/.vscode/extensions
  • macOs ~/.vscode/extensions
  • Windows %USERPROFILE%\.vscode\extensions

Clone the Material Theme repository as Equinusocio.vsc-material-theme:

git clone https://github.com/equinusocio/vsc-material-theme.git Equinusocio.vsc-material-theme

Activate theme

Launch Quick Open,

Type theme and choose Preferences: Color Theme, then select Material Theme from the list.

This theme provides different color variants, to change the active theme variant type Material Theme and choose Material Theme: Settings, then select Change color variant and pick one theme from the list.

Activate File Icons

Launch Quick Open,

type icon theme and select Material Theme Icons from the drop-down menu.

Set the accent color

Launch Quick Open,

Type Material Theme and choose Material Theme: Settings, then select Change 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.

"editor.tokenColorCustomizations": {
    "[Material Theme]": {
        "comments": "#229977"
    },
    "..."
},
"workbench.colorCustomizations": {
    "[Material Theme]": {
        "sideBar.background": "#347890"
    },
    "..."
}

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
}

Other resources

  • AppIcon: Download the official Material Theme app icon for Visual Studio code

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 © 2017 Mattia Astorino