create-quilltap-theme 2.0.5 → 2.0.7
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-quilltap-theme",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "Scaffold a new Quilltap theme plugin",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"node": ">=18.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@types/node": "^22.19.
|
|
38
|
+
"@types/node": "^22.19.17",
|
|
39
39
|
"esbuild": "^0.28.0",
|
|
40
40
|
"typescript": "^5.9.3"
|
|
41
41
|
}
|
|
@@ -321,8 +321,8 @@
|
|
|
321
321
|
/* --qt-badge-outline-border: var(--color-border); */
|
|
322
322
|
/* --qt-badge-character-bg: hsl(225 55% 55% / 0.12); */
|
|
323
323
|
/* --qt-badge-character-fg: hsl(225 55% 42%); */
|
|
324
|
-
/* --qt-badge-
|
|
325
|
-
/* --qt-badge-
|
|
324
|
+
/* --qt-badge-user-character-bg: hsl(270 45% 55% / 0.12); */
|
|
325
|
+
/* --qt-badge-user-character-fg: hsl(270 45% 42%); */
|
|
326
326
|
/* --qt-badge-chat-bg: hsl(152 50% 38% / 0.12); */
|
|
327
327
|
/* --qt-badge-chat-fg: hsl(152 50% 30%); */
|
|
328
328
|
/* --qt-badge-tag-bg: hsl(25 70% 48% / 0.12); */
|