Skip to content

Instantly share code, notes, and snippets.

@developit
Created March 25, 2015 20:40
Show Gist options
  • Save developit/d380708c677a3bcf6962 to your computer and use it in GitHub Desktop.
Save developit/d380708c677a3bcf6962 to your computer and use it in GitHub Desktop.
Lovely scrollbars for Atom.
atom-text-editor::shadow,
.tree-view-resizer {
::-webkit-scrollbar {
width: 2px;
height: 2px;
}
::-webkit-scrollbar-track {
background: #1a2127;
}
::-webkit-scrollbar-thumb {
background: #77b878;
}
}
@developit
Copy link
Author

preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment