From b196ca1bb705a2f8b79aef136386bd14ece38641 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Sat, 15 May 2021 15:44:29 +0200 Subject: [PATCH] Improve theme styles --- packs/themes/src/theme.vs-dark.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packs/themes/src/theme.vs-dark.ts b/packs/themes/src/theme.vs-dark.ts index e5fca96f..97fd543e 100644 --- a/packs/themes/src/theme.vs-dark.ts +++ b/packs/themes/src/theme.vs-dark.ts @@ -21,7 +21,7 @@ const prismTheme: PrismTheme = { } }, { - types: ["builtin", "changed", "keyword"], + types: ["builtin", "changed", "keyword", "interpolation-punctuation"], style: { color: "rgb(86, 156, 214)" } @@ -45,7 +45,7 @@ const prismTheme: PrismTheme = { } }, { - types: ["deleted", "string", "attr-value"], + types: ["deleted", "string", "attr-value", "template-punctuation"], style: { color: "rgb(206, 145, 120)" }