create-quilltap-theme 2.0.12 → 2.0.13

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.12",
3
+ "version": "2.0.13",
4
4
  "description": "Scaffold a new Quilltap theme plugin",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -321,6 +321,19 @@
321
321
  /* --qt-rp-button-ooc-bg: hsl(152 60% 28%); */
322
322
  /* --qt-rp-button-ooc-fg: hsl(152 60% 80%); */
323
323
 
324
+ /* Roleplay-template palette (qt-roleplay-1..4): four distinct high-contrast
325
+ chips a delimiter can opt into. Override these four fg/bg pairs to dress them
326
+ in your theme's hues. The semantic chips (qt-roleplay-danger/warning/success/
327
+ info/muted/code) follow your --color-* tokens, so they need no overrides. */
328
+ /* --qt-roleplay-1-bg: hsl(217 91% 53%); */
329
+ /* --qt-roleplay-1-fg: hsl(0 0% 100%); */
330
+ /* --qt-roleplay-2-bg: hsl(270 65% 55%); */
331
+ /* --qt-roleplay-2-fg: hsl(0 0% 100%); */
332
+ /* --qt-roleplay-3-bg: hsl(38 92% 50%); */
333
+ /* --qt-roleplay-3-fg: hsl(30 45% 12%); */
334
+ /* --qt-roleplay-4-bg: hsl(168 78% 36%); */
335
+ /* --qt-roleplay-4-fg: hsl(0 0% 100%); */
336
+
324
337
  /* ======================================================================
325
338
  BADGE VARIABLES
326
339
  ====================================================================== */