Skip to content

Instantly share code, notes, and snippets.

@d-ikeda
Created March 2, 2016 10:27
Show Gist options
  • Save d-ikeda/b92a96e0bfe825ac1efb to your computer and use it in GitHub Desktop.
Save d-ikeda/b92a96e0bfe825ac1efb to your computer and use it in GitHub Desktop.
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
}
// To style other content in the text editor's shadow DOM, use the ::shadow expression
atom-text-editor::shadow .cursor {
// border-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment