All Projects → yyx990803 → material-color-scheme-es6

yyx990803 / material-color-scheme-es6

Licence: other
Material Theme color scheme tweaked for ES6

Programming Languages

javascript
184084 projects - #8 most used programming language

Material Theme syntax highlighting tweaked for JavaScript Next.

Problems with the original color scheme

  • Module keywords such as import and export are not highlighted.
  • Method and accessor short hands in class declarations / object literals are not highlighted.
  • All variables are in bright red, which is too noisy and causes visual fatigue.

Screenshots

Before

screen shot 2015-07-24 at 10 50 45 pm

After

screen shot 2015-07-24 at 10 50 36 pm

Installation

Copy the file into your Sublime's Packages/User folder, then in your settings, change the color scheme to:

{
  "color_scheme": "Packages/User/Material-Theme.tmTheme"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].