Skip to content

Instantly share code, notes, and snippets.

@rawsh
Created February 17, 2018 03:03
Show Gist options
  • Select an option

  • Save rawsh/4420392d7a9b35a7a9db668b9bbfd0df to your computer and use it in GitHub Desktop.

Select an option

Save rawsh/4420392d7a9b35a7a9db668b9bbfd0df to your computer and use it in GitHub Desktop.
atom
.tree-view-resizer, atom-text-editor::shadow {
::-webkit-scrollbar {
background-color: #262626;
&-track {}
&-thumb {
background-color: #404040;
&:window-inactive {
background-color: rgb(116, 115, 105);
}
}
&-corner {
background-color: #262626;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment