Skip to content

Instantly share code, notes, and snippets.

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