No description
Find a file
2017-02-11 14:55:46 +01:00
.gulp chore: Remove icons 2017-02-04 22:55:05 +01:00
src chore: fix markup icon 2017-02-11 14:22:52 +01:00
test feat(Icons): Add new icons 2017-02-11 14:08:12 +01:00
themes feat: Add lighter theme (wip) 2017-02-09 22:21:00 +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: Update package extension 2017-02-09 22:07:35 +01:00
CHANGELOG.md chore: release 0.0.4 2017-02-09 22:22:08 +01:00
gulpfile.babel.js chore: Add basic files 2017-02-04 11:42:25 +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
package.json chore: Update scripts 2017-02-11 14:12:01 +01:00
README.md chore: Update readme 2017-02-11 14:55:46 +01:00
vsc-extension-quickstart.md chore: add initial files 2017-01-27 22:01:25 +01:00
yarn.lock feat: first beta release 2017-02-06 22:38:46 +01:00

Beta (β) release

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 fromt 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,