mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Merge pull request #270 from github/markdown-movearound
Moving markdown styles to syntax styles.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -8,5 +8,4 @@
|
||||
'command-panel.css'
|
||||
'command-logger.css'
|
||||
'blurred.css'
|
||||
'markdown.css'
|
||||
]
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
.source.gfm {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.gfm .markup.heading {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.gfm .link {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.gfm .variable.list {
|
||||
color: #888;
|
||||
}
|
||||
@@ -8,5 +8,4 @@
|
||||
'command-panel.css'
|
||||
'command-logger.css'
|
||||
'blurred.css'
|
||||
'markdown.css'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user