Fixed deprecations in color coding

This commit is contained in:
Carlos Santos 2015-01-16 10:45:17 +00:00
parent 32a4d118d9
commit 72fb9d8554

View file

@ -1,18 +1,18 @@
/*
* 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
*/
* 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 {
atom-text-editor {
//background-color: #222222;
.api.meteor{
color: #ffffff;
@ -35,7 +35,7 @@
.api.meteor.router{
color: #52F3F5;
}
.api.mongo.collection{
.api.meteor.collection{
color: #E8D361;
}
.api.meteor.session{
@ -44,6 +44,6 @@
}
.editor .cursor {
atom-text-editor .cursor {
}