Source Code Perseverance of vsc-material-theme
Find a file
2017-04-10 10:02:48 +02:00
.gulp chore: Change themes output folder and update paths 2017-04-10 09:45:53 +02:00
assets chore: Update README 2017-02-26 18:10:05 +01:00
icons fix(Icons): Fix .ts and def ts icons 2017-02-28 08:58:55 +01:00
src chore: Update theme template 2017-04-10 10:02:48 +02:00
test chore: update .tmcolor 2017-04-03 22:10:24 +02:00
themes chore: Update theme template 2017-04-10 10:02:48 +02:00
.babelrc chore: Add basic files 2017-02-04 11:42:25 +01:00
.editorconfig chore: add initial files 2017-01-27 22:01:25 +01:00
.eslintrc chore: Add basic files 2017-02-04 11:42:25 +01:00
.gitignore feat: Add Material Theme icon-theme 2017-02-06 21:31:52 +01:00
.vscodeignore chore: Add assets 2017-02-26 18:01:47 +01:00
CHANGELOG.md chore: relase 0.0.7 2017-02-26 18:13:26 +01:00
gulpfile.babel.js chore: Add basic files 2017-02-04 11:42:25 +01:00
iconlist.json fix(Icons): Fix .ts and def ts icons 2017-02-28 08:58:55 +01:00
LICENSE.md chore: Add basic files 2017-02-04 11:42:25 +01:00
logo.png chore: Updat logo and readme 2017-02-07 08:53:35 +01:00
material-theme-icons.json chore: Change themes output folder and update paths 2017-04-10 09:45:53 +02:00
package.json chore: Update dependencies and replace colors with gutil 2017-04-10 09:08:37 +02:00
README.md chore: Update readme 2017-04-04 08:43:47 +02:00
vsc-extension-quickstart.md chore: add initial files 2017-01-27 22:01:25 +01:00
yarn.lock chore: Update dependencies and replace colors with gutil 2017-04-10 09:08:37 +02:00

GitHub tag GitHub tag Beerpay

The most epic theme meet Visual Studio Code. Please note that this theme is still in Beta (β) release. You can help by reporting issues here

Easy installation

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

  1. Press cmd/ctrl + P
  2. Type ext install vsc-material-theme

Activate the theme

  1. Press cmd/ctrl + Shift + P and type color, then select Color Theme
  2. Select Material Theme Darker or Material Theme Lighter from the list, then press Enter

Activate File Icons Theme

  1. Press cmd/ctrl + Shift + P and type icon theme, then select File Icon Theme
  2. Select Material Theme Icons from the list, then press Enter

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,