Skip to content

Instantly share code, notes, and snippets.

@romelperez
Last active February 6, 2017 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romelperez/5a02fb32782acc9e286ed23035230c30 to your computer and use it in GitHub Desktop.
Save romelperez/5a02fb32782acc9e286ed23035230c30 to your computer and use it in GitHub Desktop.
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
atom-text-editor,
atom-text-editor::shadow {
.gutter {
.line-number {
&.git-line-added,
&.git-line-modified {
border-left-width: 5px;
}
.git-line-removed:before {
bottom: -8px;
border-width: 8px;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment