Skip to content

Commit b10178a

Browse files
committed
Change syntax theme names to avoid a bug
1 parent 122e5c5 commit b10178a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_design-system/syntax/dark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "k-colorable dark",
2+
"name": "k-colorable-dark",
33
"type": "dark",
44
"semanticHighlighting": true,
55
"colors": {

src/_design-system/syntax/light.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "k-colorable light",
2+
"name": "k-colorable-light",
33
"type": "light",
44
"semanticHighlighting": true,
55
"colors": {

0 commit comments

Comments
 (0)