Source Code Perseverance of vsc-material-theme
Find a file
2017-05-06 10:33:07 +02:00
.gulp chore: Update icons builder 2017-05-05 23:15:38 +02:00
assets chore: update assets 2017-05-01 00:17:42 +02:00
icons feat: Add build/dist folder icon 2017-05-05 17:15:42 +02:00
src fix: Fix statusbar background when no project opened 2017-05-06 10:33:07 +02:00
test chore: Add C and C++ file icon 2017-04-30 23:53:17 +02:00
themes fix: Fix statusbar background when no project opened 2017-05-06 10:33:07 +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: Release 0.0.10 2017-05-01 18:34:23 +02: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 icons builder 2017-05-05 23:15:38 +02:00
README.md chore: update assets 2017-05-01 00:33:22 +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. Type Material Theme and select one of the theme color 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,

Thanks

Thanks to @balanceiskey for the theme builder.