Skip to content

Commit 8edf84c

Browse files
authored
chore: bump shiki deps and add theme generator (#40)
1 parent 59f9203 commit 8edf84c

4 files changed

Lines changed: 64 additions & 40 deletions

File tree

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [ opened, synchronize, reopened ]
99

1010
jobs:
11-
build:
11+
test:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v5

src-js-bundle/shiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"vite": "npm:rolldown-vite@7.3.1"
1919
},
2020
"dependencies": {
21-
"shiki": "^3.22.0"
21+
"shiki": "^4.0.0"
2222
}
2323
}

src-js-bundle/shiki/pnpm-lock.yaml

Lines changed: 56 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/extensions/settings.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ spec:
185185
value: gruvbox-light-soft
186186
- label: Horizon(dark)
187187
value: horizon
188+
- label: Horizon Bright(dark)
189+
value: horizon-bright
188190
- label: Houston(dark)
189191
value: houston
190192
- label: Kanagawa Dragon(dark)
@@ -341,6 +343,8 @@ spec:
341343
value: gruvbox-light-soft
342344
- label: Horizon(dark)
343345
value: horizon
346+
- label: Horizon Bright(dark)
347+
value: horizon-bright
344348
- label: Houston(dark)
345349
value: houston
346350
- label: Kanagawa Dragon(dark)
@@ -478,6 +482,8 @@ spec:
478482
value: gruvbox-light-soft
479483
- label: Horizon(dark)
480484
value: horizon
485+
- label: Horizon Bright(dark)
486+
value: horizon-bright
481487
- label: Houston(dark)
482488
value: houston
483489
- label: Kanagawa Dragon(dark)

0 commit comments

Comments
 (0)