Created
August 16, 2016 02:39
-
-
Save brandonheyer/a18709aeba38a1fd8ad9edd97a7bee36 to your computer and use it in GitHub Desktop.
My Atom style example
This file contains 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
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