Source Code Perseverance of vsc-material-theme
Find a file
2017-05-18 15:14:58 +02:00
.gulp chore: Update builder 2017-05-16 21:14:01 +02:00
.vscode chore: Versioning .vscode 2017-05-10 10:22:05 +02:00
assets chore: update assets 2017-05-01 00:17:42 +02:00
icons fix: Fix C file icon 2017-05-18 08:59:33 +02:00
src fix: Improve tree colors (wip) 2017-05-18 15:14:46 +02:00
test fix: Fix the waterfall of bleed words 2017-05-18 10:48:39 +02:00
themes fix: Improve tree colors (wip) 2017-05-18 15:14:46 +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 chore: Versioning .vscode 2017-05-10 10:22:05 +02:00
.vscodeignore chore: Add assets 2017-02-26 18:01:47 +01:00
CHANGELOG.md release 0.0.14 2017-05-16 23:28:36 +02:00
gulpfile.babel.js chore: Add watcher (to fix) 2017-05-10 09:37:48 +02: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: Add watcher (to fix) 2017-05-10 09:37:48 +02:00
package.json chore: build 0.0.15 2017-05-17 11:03:45 +02:00
README.md chore: Update readme 2017-05-17 10:33:40 +02:00
yarn.lock chore: Update dependencies 2017-05-11 08:51:48 +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

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,

run the Preferences: Color Theme command and select one of the Material Theme themes from the drop-down menu.

The color theme drop-down can alternatively be opened via File (Code on macOS) > Preferences > Color Theme.

Activate File Icons

Launch Quick Open,

run the icon theme command and select Material Theme Icons from the drop-down menu.

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,

Other resources

  • AppIcon: Download the official Material Theme app icon for Visual Studio code

Acknowledgements

Copyright © 2017 Mattia Astorino