Merge pull request #270 from github/markdown-movearound

Moving markdown styles to syntax styles.
This commit is contained in:
Jon Rohan
2013-02-13 09:06:58 -08:00
6 changed files with 45 additions and 41 deletions

View File

@@ -221,4 +221,31 @@
.meta.line.error.logfile {
background-color: #751012;
}
/* Markdown Styles */
.editor .source.gfm {
color: #999;
}
.editor .gfm .markup.heading {
color: #eee;
}
.editor .gfm .link {
color: #555;
}
.editor .gfm .variable.list,
.editor .gfm .support.quote {
color: #555;
}
.editor .gfm .link .entity {
color: #ddd;
}
.editor .gfm .raw {
color: #aaa;
}

View File

@@ -1,24 +0,0 @@
.source.gfm {
color: #999;
}
.gfm .markup.heading {
color: #eee;
}
.gfm .link {
color: #555;
}
.gfm .variable.list,
.gfm .support.quote {
color: #555;
}
.gfm .link .entity {
color: #ddd;
}
.gfm .raw {
color: #aaa;
}

View File

@@ -8,5 +8,4 @@
'command-panel.css'
'command-logger.css'
'blurred.css'
'markdown.css'
]

View File

@@ -159,4 +159,22 @@
.editor .css.constant {
color: #099;
}
/* Markdown */
.editor .source.gfm {
color: #444;
}
.editor .gfm .markup.heading {
color: #111;
}
.editor .gfm .link {
color: #888;
}
.editor .gfm .variable.list {
color: #888;
}

View File

@@ -1,15 +0,0 @@
.source.gfm {
color: #444;
}
.gfm .markup.heading {
color: #111;
}
.gfm .link {
color: #888;
}
.gfm .variable.list {
color: #888;
}

View File

@@ -8,5 +8,4 @@
'command-panel.css'
'command-logger.css'
'blurred.css'
'markdown.css'
]