Skip to content

Commit f184c9a

Browse files
authored
Improve theme styles (#114)
1 parent 5a4a1a0 commit f184c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/vsDark.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var theme: PrismTheme = {
2222
},
2323
},
2424
{
25-
types: ["builtin", "changed", "keyword"],
25+
types: ["builtin", "changed", "keyword", "interpolation-punctuation"],
2626
style: {
2727
color: "rgb(86, 156, 214)",
2828
},
@@ -46,7 +46,7 @@ var theme: PrismTheme = {
4646
},
4747
},
4848
{
49-
types: ["deleted", "string", "attr-value"],
49+
types: ["deleted", "string", "attr-value", "template-punctuation"],
5050
style: {
5151
color: "rgb(206, 145, 120)",
5252
},

0 commit comments

Comments
 (0)