From b8c7c56c28599ed85dbf1ad28ea632e053987eb3 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sun, 3 Feb 2019 16:50:55 -0500 Subject: Use comment color for Markdown quotes for generated themes --- themes/dark/arc-dark.json | 7 +++++++ themes/dark/yaru.json | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'themes/dark') 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 @@ -214,6 +214,13 @@ "foreground": "#d64937" } }, + { + "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", 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 @@ -214,6 +214,13 @@ "foreground": "#ff7e30" } }, + { + "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", -- cgit v1.2.3