Skip to content

yyx990803/material-color-scheme-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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"
}

About

Material Theme color scheme tweaked for ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published