Skip to content

Instantly share code, notes, and snippets.

@xseignard
Created November 24, 2016 10:09
Show Gist options
  • Save xseignard/5691c186b7388c93fd2a9c34ee3c2f4c to your computer and use it in GitHub Desktop.
Save xseignard/5691c186b7388c93fd2a9c34ee3c2f4c to your computer and use it in GitHub Desktop.
atom-text-editor::shadow .hard-tab {
text-decoration: line-through;
}
atom-text-editor::shadow .indent-guide {
box-shadow: inset 1px 0 rgba(48, 64, 71, 0.2);
}
atom-pane-resize-handle::before {
background: #009688!important;
opacity: 0.3!important;
}
.tree-view-resize-handle {
background: #009688;
width: 0.2rem!important;
opacity: 0.3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment