aboutsummaryrefslogtreecommitdiff
path: root/themes/src/dark/yaru.ts
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-02-03 16:50:55 -0500
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-02-03 16:50:55 -0500
commitb8c7c56c28599ed85dbf1ad28ea632e053987eb3 (patch)
tree2dc539c8caed1515c86ab7fbf1c29d27f7ac8489 /themes/src/dark/yaru.ts
parent1bd1d0a274d53b339dc43b4d5a185918083d50fe (diff)
Use comment color for Markdown quotes for generated themes
Diffstat (limited to 'themes/src/dark/yaru.ts')
-rw-r--r--themes/src/dark/yaru.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/src/dark/yaru.ts b/themes/src/dark/yaru.ts
index 3252d31..c34fac5 100644
--- a/themes/src/dark/yaru.ts
+++ b/themes/src/dark/yaru.ts
@@ -17,7 +17,8 @@ const colors = {
bodyGray: '#383838',
editorGray: '#2f2f2f',
sideBarGray: '#3f3f3f',
- highlightGray: '#575757'
+ highlightGray: '#575757',
+ commentGray: '#a8a8a8',
}
const colorSet: IColorSet = {
@@ -30,7 +31,9 @@ const colorSet: IColorSet = {
color4: colors.cyan
},
syntax: {
+ comment: colors.commentGray,
keyword: colors.lightAubergine,
+ markdownQuote: colors.commentGray,
},
terminal: {
black: '#000000',