Skip to content

Instantly share code, notes, and snippets.

@brandonheyer
Created August 16, 2016 02:39
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 brandonheyer/a18709aeba38a1fd8ad9edd97a7bee36 to your computer and use it in GitHub Desktop.
Save brandonheyer/a18709aeba38a1fd8ad9edd97a7bee36 to your computer and use it in GitHub Desktop.
My Atom style example
atom-text-editor::shadow {
.gutter-container {
border-right: 1px dashed rgba(100, 120, 190, 0.2);
}
.gutter {
background-color: hsl(220, 13%, 17%);
}
[gutter-name=linter] {
font-size: 0.1em;
}
.linter-gutter {
opacity: 0.75;
border-radius: 0;
left: 0;
height: 100% !important;
}
div.line {
padding-left: 0.5em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment