pulsar/dot-atom/styles.less

33 lines
712 B
Plaintext
Raw Normal View History

/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
2015-06-19 17:21:36 +03:00
* when it is changed and saved.
*
2015-06-19 17:21:36 +03:00
* Add your own CSS or Less to fully customize Atom.
2015-06-19 15:37:57 +03:00
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
2015-06-19 17:21:36 +03:00
/*
* Examples
* (To see them, uncomment and save)
*/
// style the background color of the tree view
2013-01-31 03:30:18 +04:00
.tree-view {
// background-color: whitesmoke;
2013-01-31 03:30:18 +04:00
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
2013-02-01 23:13:22 +04:00
}
2014-01-31 04:57:27 +04:00
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
// border-color: red;
2014-01-31 04:57:27 +04:00
}