create-quilltap-theme 2.0.13 → 2.0.15

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.13",
3
+ "version": "2.0.15",
4
4
  "description": "Scaffold a new Quilltap theme plugin",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -35,8 +35,8 @@
35
35
  "node": ">=18.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@types/node": "^24.12.4",
39
- "esbuild": "^0.28.0",
38
+ "@types/node": "^24.13.2",
39
+ "esbuild": "^0.28.1",
40
40
  "typescript": "^5.9.3"
41
41
  }
42
42
  }
@@ -538,6 +538,18 @@
538
538
  /* --qt-tab-active-border: var(--color-border); */
539
539
  /* --qt-tab-group-gap: 0.1875rem; */
540
540
  /* --qt-tab-divider-color: var(--color-border); */
541
+
542
+ /* ======================================================================
543
+ WORKSPACE VARIABLES (the tabbed two-pane workspace shell)
544
+ Set --qt-workspace-accent to re-tint the active tab, the pane divider,
545
+ and the split drop-zone in one move (it falls back to --color-primary).
546
+ The finer hooks below override individual surfaces if you need them.
547
+ ====================================================================== */
548
+ /* --qt-workspace-accent: var(--color-primary); */
549
+ /* --qt-workspace-tab-active-fg: var(--color-foreground); */
550
+ /* --qt-workspace-tab-active-border: var(--qt-workspace-accent); */
551
+ /* --qt-workspace-divider-active-bg: color-mix(in srgb, var(--qt-workspace-accent) 60%, transparent); */
552
+ /* --qt-tab-drop-zone-border: color-mix(in srgb, var(--qt-workspace-accent) 70%, transparent); */
541
553
  }
542
554
 
543
555
  /* ========================================================================