Source Code Perseverance of vsc-material-theme
Find a file
2017-10-19 19:34:30 +02:00
.gulp chore: Adds theme variants command to "Material Theme Settings" 2017-07-21 20:20:17 +02:00
.vscode feat: Add sidebar git colors support 2017-10-19 11:12:25 +02:00
assets chore: update assets 2017-05-01 00:17:42 +02:00
extensions chore: Add darker high contrast model (wip) 2017-10-15 23:22:51 +02:00
icons chore: Add darker high contrast model (wip) 2017-10-15 23:22:51 +02:00
src feat: Add set italic style for keyword operators 2017-10-19 19:34:30 +02:00
test feat: Add .mjs file icon 2017-09-27 18:46:35 +02:00
themes feat: Add set italic style for keyword operators 2017-10-19 19:34:30 +02:00
typings chore: Essentials for TS coding 2017-05-23 18:41:56 +02:00
.babelrc chore: Add basic files 2017-02-04 11:42:25 +01:00
.eslintrc chore: Add basic files 2017-02-04 11:42:25 +01:00
.gitignore chore: Adds sourcemaps to ignored files list 2017-05-23 23:27:36 +02:00
.npmrc chore: Fix current and new deps version 2017-09-12 10:18:21 +02:00
.vscodeignore chore: Added .log files to ignore list 2017-05-22 10:24:23 +02:00
.yarnrc chore: Fix current and new deps version 2017-09-12 10:18:21 +02:00
CHANGELOG.md chore: Release 1.0.5 2017-10-12 21:48:36 +02:00
gulpfile.babel.ts chore: Cohercing type to any to allow build. 2017-07-02 20:08:52 +02:00
iconlist.json fix(Icons): Fix .ts and def ts icons 2017-02-28 08:58:55 +01:00
LICENSE chore: Restore license 2017-10-15 08:56:02 +02:00
logo.png chore: Update meta 2017-09-27 18:22:26 +02:00
material-theme-icons.json chore: Add watcher (to fix) 2017-05-10 09:37:48 +02:00
package-lock.json chore: Updare Darker HC sidebar foreground 2017-10-16 16:36:10 +02:00
package.json chore: Update package.json 2017-10-16 21:44:20 +02:00
README.md chore: Update README 2017-10-16 21:49:03 +02:00
tsconfig.json chore: Generated sourcemaps and excludes them from workspace 2017-05-23 23:25:24 +02:00

GitHub tag GitHub tag

The most epic theme meets Visual Studio Code. 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,

Type theme and choose Preferences: Color Theme, then select Material Theme from the list.

This theme provides different color variants, to change the active theme variant type Material Theme and choose Material Theme: Settings, then select Change color variant and pick one theme from the list.

Activate File Icons

Launch Quick Open,

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

Set the accent color

Launch Quick Open,

Type Material Theme and choose Material Theme: Settings, then select Change accent color and pick one color from the list.

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,
    // Controls if file decorations should use badges.
    "explorer.decorations.badges": false,

Other resources

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

Acknowledgements

  • @OctoD for the typescript theme builder.

Copyright © 2017 Mattia Astorino and Paolo Roth