mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
dark markdown
This commit is contained in:
15
themes/atom-dark-ui/markdown.css
Normal file
15
themes/atom-dark-ui/markdown.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.source.gfm {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.gfm .markup.heading {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.gfm .link {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.gfm .variable.list {
|
||||
color: #666;
|
||||
}
|
||||
@@ -8,4 +8,5 @@
|
||||
'command-panel.css'
|
||||
'command-logger.css'
|
||||
'blurred.css'
|
||||
'markdown.css'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user