Created
March 25, 2015 20:40
-
-
Save developit/d380708c677a3bcf6962 to your computer and use it in GitHub Desktop.
Lovely scrollbars for Atom.
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, | |
.tree-view-resizer { | |
::-webkit-scrollbar { | |
width: 2px; | |
height: 2px; | |
} | |
::-webkit-scrollbar-track { | |
background: #1a2127; | |
} | |
::-webkit-scrollbar-thumb { | |
background: #77b878; | |
} | |
} |
Author
developit
commented
Mar 25, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment