Skip to content

krazov/chromatic-light-theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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