Skip to content

krazov/chromatic-light-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chromatic-light-theme

Theme for Brackets.io, based on Chromium dev tools syntax highlight. Over the years, during countless debugging sessions, I learned reading code like so I decided to follow this trail.

Supported filetypes

  • JavaScript (*.js)
  • ClojureScript (*.clj, *cljs)
  • CSS (*.css)
  • Less (*.less)
  • HTML (*.html)
  • Markdown (*.md)

Notes

  • JavaScript has two changes, comparing to Chromium, that I found helpful: keywords (like function or return) are bolded and object properties are in italics.
  • ClojureScript files syntax highlith is not supported natively by Chromium so this is somewhat autheur’s approach but I worked a bit with this language and found it working for me.

About

Theme for Brackets.io based on Chromium dev tools syntax highlight

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages