@shikijs/colorized-brackets 3.21.0 → 3.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +30 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -19,6 +19,18 @@ const builtInThemes = {
19
19
  "#179FFF",
20
20
  "rgba(255, 18, 18, 0.8)"
21
21
  ],
22
+ "ayu-light": [
23
+ "#0431FA",
24
+ "#319331",
25
+ "#7B3814",
26
+ "rgba(255, 18, 18, 0.8)"
27
+ ],
28
+ "ayu-mirage": [
29
+ "#FFD700",
30
+ "#DA70D6",
31
+ "#179FFF",
32
+ "rgba(255, 18, 18, 0.8)"
33
+ ],
22
34
  "catppuccin-frappe": [
23
35
  "#e78284",
24
36
  "#ef9f76",
@@ -214,6 +226,18 @@ const builtInThemes = {
214
226
  "#d65d0e",
215
227
  "#cc241d"
216
228
  ],
229
+ "horizon": [
230
+ "#FFD700",
231
+ "#DA70D6",
232
+ "#179FFF",
233
+ "rgba(255, 18, 18, 0.8)"
234
+ ],
235
+ "horizon-bright": [
236
+ "#FFD700",
237
+ "#DA70D6",
238
+ "#179FFF",
239
+ "rgba(255, 18, 18, 0.8)"
240
+ ],
217
241
  "houston": [
218
242
  "#FFD700",
219
243
  "#DA70D6",
@@ -313,6 +337,12 @@ const builtInThemes = {
313
337
  "#179FFF",
314
338
  "rgba(255, 18, 18, 0.8)"
315
339
  ],
340
+ "night-owl-light": [
341
+ "#0431FA",
342
+ "#319331",
343
+ "#7B3814",
344
+ "rgba(255, 18, 18, 0.8)"
345
+ ],
316
346
  "nord": [
317
347
  "#8fbcbb",
318
348
  "#88c0d0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shikijs/colorized-brackets",
3
3
  "type": "module",
4
- "version": "3.21.0",
4
+ "version": "3.23.0",
5
5
  "description": "VSCode-style colorized brackets transformer for Shiki",
6
6
  "author": "Michael Moore <mscottmoore@pm.me>",
7
7
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "dist"
28
28
  ],
29
29
  "dependencies": {
30
- "shiki": "3.21.0"
30
+ "shiki": "3.23.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "unbuild",