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
-----------------------------------