aboutsummaryrefslogtreecommitdiff
path: root/themes/src/dark/arc-dark.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/arc-dark.ts
parent1bd1d0a274d53b339dc43b4d5a185918083d50fe (diff)
Use comment color for Markdown quotes for generated themes
Diffstat (limited to 'themes/src/dark/arc-dark.ts')
-rw-r--r--themes/src/dark/arc-dark.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/src/dark/arc-dark.ts b/themes/src/dark/arc-dark.ts
index 51cc2ae..c59f760 100644
--- a/themes/src/dark/arc-dark.ts
+++ b/themes/src/dark/arc-dark.ts
@@ -9,6 +9,7 @@ const colors = {
arcGray4: '#7c818c',
arcGray5: '#21232c',
arcBlue: '#5294e2',
+ commentBlue: '#a8b4de',
black: '#262b36',
red: '#9c3528',
green: '#61bc3b',
@@ -38,8 +39,10 @@ const colorSet: IColorSet = {
},
syntax: {
boolean: colors.yellow,
+ comment: colors.commentBlue,
functionCall: colors.brightCyan,
identifier: colors.brightRed,
+ markdownQuote: colors.commentBlue,
},
terminal: {
black: colors.black,