diff options
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/arc-dark.json | 7 | ||||
-rw-r--r-- | themes/dark/yaru.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/themes/dark/arc-dark.json b/themes/dark/arc-dark.json index e22311b..01bbd09 100644 --- a/themes/dark/arc-dark.json +++ b/themes/dark/arc-dark.json @@ -215,6 +215,13 @@ } }, { + "name": "Markdown block quote", + "scope": "text.html.markdown markup.quote", + "settings": { + "foreground": "#a8b4de" + } + }, + { "name": "Markdown list item", "scope": "text.html.markdown beginning.punctuation.definition.list", "settings": { diff --git a/themes/dark/yaru.json b/themes/dark/yaru.json index 42f7ba5..ec59fa0 100644 --- a/themes/dark/yaru.json +++ b/themes/dark/yaru.json @@ -215,6 +215,13 @@ } }, { + "name": "Markdown block quote", + "scope": "text.html.markdown markup.quote", + "settings": { + "foreground": "#a8a8a8" + } + }, + { "name": "Markdown list item", "scope": "text.html.markdown beginning.punctuation.definition.list", "settings": { |