create-quilltap-theme 1.0.2 → 1.0.4
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
|
@@ -10,6 +10,26 @@
|
|
|
10
10
|
* - Typography: --theme-font-sans, --theme-font-size-base, etc.
|
|
11
11
|
* - Spacing: --theme-radius-md, --theme-spacing-4, etc.
|
|
12
12
|
* - Effects: --theme-shadow-md, --theme-transition-normal, etc.
|
|
13
|
+
*
|
|
14
|
+
* Left Sidebar variables (for customizing app navigation):
|
|
15
|
+
* - --qt-left-sidebar-width: 16rem (expanded width)
|
|
16
|
+
* - --qt-left-sidebar-collapsed-width: 4rem (collapsed icon-only width)
|
|
17
|
+
* - --qt-left-sidebar-bg: var(--color-background)
|
|
18
|
+
* - --qt-left-sidebar-border: var(--color-border)
|
|
19
|
+
* - --qt-left-sidebar-transition: width 200ms ease, transform 300ms ease
|
|
20
|
+
* - --qt-left-sidebar-header-height: 4rem
|
|
21
|
+
* - --qt-left-sidebar-section-title-fg: var(--color-muted-foreground)
|
|
22
|
+
* - --qt-left-sidebar-overlay-bg: rgb(0 0 0 / 0.5) (mobile backdrop)
|
|
23
|
+
*
|
|
24
|
+
* App Header variables:
|
|
25
|
+
* - --qt-app-header-height: 4rem
|
|
26
|
+
* - --qt-app-header-bg: var(--color-background)
|
|
27
|
+
* - --qt-app-header-border: var(--color-border)
|
|
28
|
+
* - --qt-app-header-blur: blur(8px)
|
|
29
|
+
*
|
|
30
|
+
* Avatar variables:
|
|
31
|
+
* - --qt-avatar-name-fg: var(--color-foreground) (color for avatar name text)
|
|
32
|
+
* - --qt-avatar-title-fg: var(--color-muted-foreground) (color for avatar title/subtitle)
|
|
13
33
|
*/
|
|
14
34
|
|
|
15
35
|
[data-theme="{{THEME_ID}}"] {
|