From e576243d51d134e6e25ef976d9589ba82df8d7dd Mon Sep 17 00:00:00 2001 From: kieferrm Date: Thu, 9 Jun 2016 18:46:34 +0200 Subject: [PATCH] fix quiet light theme for markdown --- .../themes/QuietLight.tmTheme | 50 ++++++++++++++++++- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/extensions/theme-quietlight/themes/QuietLight.tmTheme b/extensions/theme-quietlight/themes/QuietLight.tmTheme index 64e2519b7ba..34ee12f54ca 100644 --- a/extensions/theme-quietlight/themes/QuietLight.tmTheme +++ b/extensions/theme-quietlight/themes/QuietLight.tmTheme @@ -490,8 +490,8 @@ markup.heading settings - fontStyle - bold + foreground + #AA3731 @@ -527,6 +527,52 @@ underline + + name + Markup Quote + scope + markup.quote + settings + + foreground + #7A3E9D + + + + name + Markup Lists + scope + markup.list + settings + + foreground + #4B83CD + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #448C27 + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #AB6526 + + name -----------------------------------