Skip to content

Instantly share code, notes, and snippets.

@shunkino
Created November 30, 2018 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shunkino/02e88602973682ae408346f5c7021a2f to your computer and use it in GitHub Desktop.
Save shunkino/02e88602973682ae408346f5c7021a2f to your computer and use it in GitHub Desktop.
My atom styles.less
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
/*
* Examples
* (To see them, uncomment and save)
*/
// style the background color of the tree view
.tree-view {
// background-color: whitesmoke;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
// border-color: white;
}
atom-text-editor .line-number.cursor-line-no-selection {
// background-color: #aaaaaa;
}
.nteract-display-area-traceback > span[style*="rgb(0, 0, 187)"] { color: #abb2bf!important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment