From be94f14d61769fe9f672aa759b52bdc704fa56e3 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 12 Feb 2013 12:08:38 -0800 Subject: [PATCH] dark markdown --- themes/atom-dark-ui/markdown.css | 15 +++++++++++++++ themes/atom-dark-ui/package.cson | 1 + 2 files changed, 16 insertions(+) create mode 100644 themes/atom-dark-ui/markdown.css diff --git a/themes/atom-dark-ui/markdown.css b/themes/atom-dark-ui/markdown.css new file mode 100644 index 000000000..c2e3028bb --- /dev/null +++ b/themes/atom-dark-ui/markdown.css @@ -0,0 +1,15 @@ +.source.gfm { + color: #ccc; +} + +.gfm .markup.heading { + color: #eee; +} + +.gfm .link { + color: #666; +} + +.gfm .variable.list { + color: #666; +} diff --git a/themes/atom-dark-ui/package.cson b/themes/atom-dark-ui/package.cson index 53831688d..759272a9d 100644 --- a/themes/atom-dark-ui/package.cson +++ b/themes/atom-dark-ui/package.cson @@ -8,4 +8,5 @@ 'command-panel.css' 'command-logger.css' 'blurred.css' + 'markdown.css' ]