mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
26 lines
486 B
Plaintext
26 lines
486 B
Plaintext
/*
|
|
* Your Stylesheet
|
|
*
|
|
* This stylesheet is loaded when Atom starts up and is reloaded automatically
|
|
* when it is changed.
|
|
*
|
|
* If you are unfamiliar with LESS, you can read more about it here:
|
|
* http://www.lesscss.org
|
|
*/
|
|
|
|
.tree-view {
|
|
|
|
}
|
|
|
|
// style the background and foreground colors on the atom-text-editor-element
|
|
// itself
|
|
atom-text-editor {
|
|
|
|
}
|
|
|
|
// To style other content in the text editor's shadow DOM, use the ::shadow
|
|
// expression
|
|
atom-text-editor::shadow .cursor {
|
|
|
|
}
|