Source Code Perseverance of vsc-material-theme
Find a file
2017-11-04 21:08:58 +01:00
.gulp chore: Fixes accents replacement regexp. 2017-11-01 14:33:47 +01:00
.vscode feat: Add sidebar git colors support 2017-10-19 11:12:25 +02:00
assets chore: update assets 2017-05-01 00:17:42 +02:00
extensions chore: Add folder_gulp icon (wip) 2017-11-01 21:30:14 +01:00
src fix: Add postcss icon to .pcss files 2017-11-04 21:08:58 +01:00
test fix: Add postcss icon to .pcss files 2017-11-04 21:08:58 +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
.gitignore chore: Update icons and .gitignore 2017-11-01 10:54:44 +01:00
.npmrc chore: Fix current and new deps version 2017-09-12 10:18:21 +02:00
.vscodeignore chore: Added .log files to ignore list 2017-05-22 10:24:23 +02:00
.yarnrc chore: Fix current and new deps version 2017-09-12 10:18:21 +02:00
CHANGELOG.md chore: Release 1.0.5 2017-10-12 21:48:36 +02:00
CONTRIBUTING.md chore: Updates icons contributing guidelines 2017-11-01 14:37:24 +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
material-theme-icons.json chore: Add watcher (to fix) 2017-05-10 09:37:48 +02:00
package-lock.json chore: Reworking the icons build system in order to make it less painful 2017-10-24 00:11:48 +02:00
package.json chore: Fix default theme 2017-11-01 21:12:28 +01:00
README.md chore: Fix README commands to open command palette 2017-10-24 09:27:04 +02:00
tsconfig.json chore: Generated sourcemaps and excludes them from workspace 2017-05-23 23:25:24 +02:00

GitHub tag 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.

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

Acknowledgements

  • @OctoD for the typescript theme builder.

Copyright © 2017 Mattia Astorino and Paolo Roth