mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 14:15:54 -06:00
Fixed deprecations in color coding
This commit is contained in:
parent
32a4d118d9
commit
72fb9d8554
1 changed files with 11 additions and 11 deletions
|
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue