Source Code Perseverance of vsc-material-theme
Find a file
2017-02-26 18:08:29 +01:00
.gulp chore: Add icons theme builder 2017-02-18 19:29:35 +01:00
assets chore: Update assets 2017-02-26 18:08:29 +01:00
icons feat(Icons): Add new filetype icons 2017-02-26 17:54:32 +01:00
src/icons feat(Icons): Add new filetype icons 2017-02-26 17:54:32 +01:00
test feat(Icons): Add new icons 2017-02-11 14:08:12 +01:00
themes fix: fix lighter scheme colors 2017-02-11 15:03:08 +01: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: release 0.0.6 2017-02-26 18:06:39 +01:00
gulpfile.babel.js chore: Add basic files 2017-02-04 11:42:25 +01:00
iconlist.json feat(Icons): Add new filetype icons 2017-02-26 17:54:32 +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 feat(Icons): Add new filetype icons 2017-02-26 17:54:32 +01:00
package.json chore: release 0.0.6 2017-02-26 18:06:39 +01:00
README.md chore: update readme 2017-02-26 18:05:30 +01:00
vsc-extension-quickstart.md chore: add initial files 2017-01-27 22:01:25 +01:00
yarn.lock chore: Add icons theme builder 2017-02-18 19:29:35 +01:00

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,