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)" }