Randagio13 / babel-react-syntax

Simple colorful Atom syntax-theme for Babel ES6 Javascript
MIT License
5 stars 3 forks source link

several fixes. for Atom v1.13.0 and higher and for improvement visibility of start and finish of brackets #6

Open mikhnenko opened 6 years ago

mikhnenko commented 6 years ago

1) moved colors from jsx.less to colors.less and replaced by variables in jsx.less 2) added "syntax--" for shadow DOM elements. removed ":host". (for Atom v1.13.0 and higher) 3) changed "cursor-line" style from "background" to "border top and border bottom" 4) changed "bracket-matcher" style, added background color. 3 and 4 improves visibility of start and finish of brackets 5) changed editor's background color from #222c34 to #222222