Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mikhnenko
Copy link

  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

…s in jsx.less

2) added "syntax--" for shadow DOM elements. removed ":host". (for Atom v1.13.0 and highter)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant