Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #45 from atom/sm-bracket-matcher
Browse files Browse the repository at this point in the history
Fix bracket matcher
  • Loading branch information
simurai committed Nov 2, 2018
2 parents 3875597 + 1e6d619 commit f9fb7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/syntax-variables.less
Expand Up @@ -52,4 +52,4 @@
@syntax-comment-color: @base1;
@syntax-subtle-color: @base00;
@syntax-emphasized-color: @base01;
@syntax-cursor-line: desaturate(darken(@syntax-background-color, 4%), 20%);
@syntax-cursor-line: fade(darken(@syntax-background-color, 30%), 15%); // needs to be semi-transparent

0 comments on commit f9fb7dd

Please sign in to comment.