Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Created January 7, 2017 03:11
Show Gist options
  • Save lee-dohm/d6fdbdf5c301e1fe27aeb6cc88299573 to your computer and use it in GitHub Desktop.
Save lee-dohm/d6fdbdf5c301e1fe27aeb6cc88299573 to your computer and use it in GitHub Desktop.
Atom Style Tweak - Highlight the cursor line
atom-text-editor::shadow {
.cursor-line {
background-color: @background-color-highlight;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment