Last active
October 14, 2016 18:15
-
-
Save tonatiuh/378f9da551041ed65ab6db24c7e64000 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// To keep highlighted the line of every pane in ~/.atom/styles.less (no matter if cursor leaves the pane) | |
atom-text-editor::shadow .lines .line.cursor-line { | |
background-color: rgba(255,255,134,0.3) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment