@shikijs/colorized-brackets 4.0.0 → 4.0.1

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 +3 -3
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -234,9 +234,9 @@ var themes_default = {
234
234
  "rgba(255, 18, 18, 0.8)"
235
235
  ],
236
236
  "horizon-bright": [
237
- "#FFD700",
238
- "#DA70D6",
239
- "#179FFF",
237
+ "#0431FA",
238
+ "#319331",
239
+ "#7B3814",
240
240
  "rgba(255, 18, 18, 0.8)"
241
241
  ],
242
242
  "houston": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shikijs/colorized-brackets",
3
3
  "type": "module",
4
- "version": "4.0.0",
4
+ "version": "4.0.1",
5
5
  "description": "VSCode-style colorized brackets transformer for Shiki",
6
6
  "author": "Michael Moore <mscottmoore@pm.me>",
7
7
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "node": ">=20"
31
31
  },
32
32
  "dependencies": {
33
- "shiki": "4.0.0"
33
+ "shiki": "4.0.1"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsdown",