mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-16 06:06:11 -06:00
63 lines
1,005 B
Text
63 lines
1,005 B
Text
/*
|
|
* 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 {
|
|
|
|
}
|
|
|
|
.editor {
|
|
//background-color: #222222;
|
|
.api.meteor{
|
|
color: #ffffff;
|
|
}
|
|
.api.meteor.core{
|
|
color: #E8C6B8;
|
|
}
|
|
.api.meteor.ddp{
|
|
color: #FFA581;
|
|
}
|
|
.api.meteor.ddp.functions{
|
|
color: #E87E75;
|
|
}
|
|
.api.meteor.http{
|
|
color: #FF514F;
|
|
}
|
|
.api.meteor.template{
|
|
color: #FFF443;
|
|
}
|
|
.api.meteor.template.api{
|
|
color: #FFF56D;
|
|
}
|
|
.api.meteor.template.functions{
|
|
color: #B3ABF5;
|
|
}
|
|
.api.meteor.blaze{
|
|
color: #F51B15;
|
|
}
|
|
.api.meteor.blaze.functions{
|
|
color: #F53B27;
|
|
}
|
|
.api.meteor.router{
|
|
color: #52F3F5;
|
|
}
|
|
.api.meteor.router.functions{
|
|
color: #83F5ED;
|
|
}
|
|
.api.meteor.collection{
|
|
color: #E8D361;
|
|
}
|
|
.api.meteor.collection.functions{
|
|
color: #F5EA66;
|
|
}
|
|
}
|
|
|
|
.editor .cursor {
|
|
|
|
}
|