Design tokens

Design token reference

A standalone map of the global --zui-* CSS variable contract so consumers know which foundation tokens to override before tuning individual components.

Variables

5401

Components

43

Dark tokens

2341

Contract pattern

Token naming

Every global token keeps the same --zui- prefix as component-level variables. Light and dark values are separate CSS variables so consumers can override either theme without changing component code.

--zui-<component>-<slot?>-<variant?>-<property>-<state?>-dark?

Override snippet

Global theme variables

Start with these root-level variables, then add component-specific overrides from the CSS variable section on each component page.

:root {
  --zui-focus-ring: oklch(44.6% 0.043 257.281);
  --zui-ring-offset: oklch(98.4% 0.003 247.858);
  --zui-radius-xl: 0.75rem;
}

/* Dark theme tokens use the same contract with -dark appended. */
.dark {
  --zui-focus-ring-dark: oklch(86.9% 0.022 252.894);
  --zui-ring-offset-dark: oklch(12.9% 0.042 264.695);
}

Reference table

Global tokens from source

This table is derived from the exported constants in src/design-system/tokens.ts. The fallback column is the value Zentauri UI uses when no consumer override is present.

zuiFocusRing.default

Focus indicator color used by keyboard-visible focus states.

VariableFallbackThemePair
--zui-focus-ringoklch(44.6% 0.043 257.281)Light--zui-focus-ring-dark
--zui-focus-ring-darkoklch(86.9% 0.022 252.894)Dark--zui-focus-ring

zuiRingOffset.default

Surface color used behind focus rings when a ring offset is applied.

VariableFallbackThemePair
--zui-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-ring-offset-dark
--zui-ring-offset-darkoklch(12.9% 0.042 264.695)Dark--zui-ring-offset

zuiRadius.xl

Shared large radius primitive used by rounded component surfaces.

VariableFallbackThemePair
--zui-radius-xl0.75remSharednone

Component tokens

Variables by component

Open a component to see its available --zui-* variables. The fallback value is shown when the component docs data includes it; inferred dark rows still show the exact variable name to override.

Accordion

Override these accordion variables on :root, a theme selector, or a component wrapper.

168 tokens83 dark
VariableFallbackThemePair
--zui-accordion-default-divider#0000001aLight--zui-accordion-default-divider-dark
--zui-accordion-default-border#0000001aLight--zui-accordion-default-border-dark
--zui-accordion-outline-divider#0000001aLight--zui-accordion-outline-divider-dark
--zui-accordion-outline-border#00000026Light--zui-accordion-outline-border-dark
--zui-accordion-ghost-divider#0000000dLight--zui-accordion-ghost-divider-dark
--zui-accordion-sky-divideroklch(44.3% 0.11 240.79)Light--zui-accordion-sky-divider-dark
--zui-accordion-sky-borderoklch(44.3% 0.11 240.79)Light--zui-accordion-sky-border-dark
--zui-accordion-rose-divideroklch(45.5% 0.188 13.697)Light--zui-accordion-rose-divider-dark
--zui-accordion-rose-borderoklch(45.5% 0.188 13.697)Light--zui-accordion-rose-border-dark
--zui-accordion-purple-divideroklch(43.8% 0.218 303.724)Light--zui-accordion-purple-divider-dark
--zui-accordion-purple-borderoklch(43.8% 0.218 303.724)Light--zui-accordion-purple-border-dark
--zui-accordion-pink-divideroklch(45.9% 0.187 3.815)Light--zui-accordion-pink-divider-dark
--zui-accordion-pink-borderoklch(45.9% 0.187 3.815)Light--zui-accordion-pink-border-dark
--zui-accordion-orange-divideroklch(47% 0.157 37.304)Light--zui-accordion-orange-divider-dark
--zui-accordion-orange-borderoklch(47% 0.157 37.304)Light--zui-accordion-orange-border-dark
--zui-accordion-yellow-divideroklch(47.6% 0.114 61.907)Light--zui-accordion-yellow-divider-dark
--zui-accordion-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-accordion-yellow-border-dark
--zui-accordion-teal-divideroklch(43.7% 0.078 188.216)Light--zui-accordion-teal-divider-dark
--zui-accordion-teal-borderoklch(43.7% 0.078 188.216)Light--zui-accordion-teal-border-dark
--zui-accordion-indigo-divideroklch(39.8% 0.195 277.366)Light--zui-accordion-indigo-divider-dark
--zui-accordion-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-accordion-indigo-border-dark
--zui-accordion-emerald-divideroklch(43.2% 0.095 166.913)Light--zui-accordion-emerald-divider-dark
--zui-accordion-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-accordion-emerald-border-dark
--zui-accordion-gradient-blue-divideroklch(42.4% 0.199 265.638)Light--zui-accordion-gradient-blue-divider-dark
--zui-accordion-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-accordion-gradient-blue-border-dark
--zui-accordion-gradient-green-divideroklch(44.8% 0.119 151.328)Light--zui-accordion-gradient-green-divider-dark
--zui-accordion-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-accordion-gradient-green-border-dark
--zui-accordion-gradient-red-divideroklch(44.4% 0.177 26.899)Light--zui-accordion-gradient-red-divider-dark
--zui-accordion-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-accordion-gradient-red-border-dark
--zui-accordion-gradient-yellow-divideroklch(47.6% 0.114 61.907)Light--zui-accordion-gradient-yellow-divider-dark
--zui-accordion-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-accordion-gradient-yellow-border-dark
--zui-accordion-gradient-purple-divideroklch(43.8% 0.218 303.724)Light--zui-accordion-gradient-purple-divider-dark
--zui-accordion-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-accordion-gradient-purple-border-dark
--zui-accordion-gradient-teal-divideroklch(43.7% 0.078 188.216)Light--zui-accordion-gradient-teal-divider-dark
--zui-accordion-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-accordion-gradient-teal-border-dark
--zui-accordion-gradient-indigo-divideroklch(39.8% 0.195 277.366)Light--zui-accordion-gradient-indigo-divider-dark
--zui-accordion-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-accordion-gradient-indigo-border-dark
--zui-accordion-gradient-pink-divideroklch(45.9% 0.187 3.815)Light--zui-accordion-gradient-pink-divider-dark
--zui-accordion-gradient-pink-borderoklch(45.9% 0.187 3.815)Light--zui-accordion-gradient-pink-border-dark
--zui-accordion-gradient-orange-divideroklch(47% 0.157 37.304)Light--zui-accordion-gradient-orange-divider-dark
--zui-accordion-gradient-orange-borderoklch(47% 0.157 37.304)Light--zui-accordion-gradient-orange-border-dark
--zui-accordion-item-fgoklch(20.8% 0.042 265.755)Light--zui-accordion-item-fg-dark
--zui-accordion-item-card-border#0000001aLight--zui-accordion-item-card-border-dark
--zui-accordion-item-card-bg#0000000dLight--zui-accordion-item-card-bg-dark
--zui-accordion-item-separated-border#0000001aLight--zui-accordion-item-separated-border-dark
--zui-accordion-item-separated-bgoklch(98.4% 0.003 247.858 / 0.4)Light--zui-accordion-item-separated-bg-dark
--zui-accordion-item-sky-borderoklch(44.3% 0.11 240.79)Light--zui-accordion-item-sky-border-dark
--zui-accordion-item-sky-bgoklch(95.1% 0.026 236.824 / 0.5)Light--zui-accordion-item-sky-bg-dark
--zui-accordion-item-rose-borderoklch(45.5% 0.188 13.697)Light--zui-accordion-item-rose-border-dark
--zui-accordion-item-rose-bgoklch(94.1% 0.03 12.58 / 0.5)Light--zui-accordion-item-rose-bg-dark
--zui-accordion-item-purple-borderoklch(43.8% 0.218 303.724)Light--zui-accordion-item-purple-border-dark
--zui-accordion-item-purple-bgoklch(94.6% 0.033 307.174 / 0.5)Light--zui-accordion-item-purple-bg-dark
--zui-accordion-item-pink-borderoklch(45.9% 0.187 3.815)Light--zui-accordion-item-pink-border-dark
--zui-accordion-item-pink-bgoklch(94.8% 0.028 342.258 / 0.5)Light--zui-accordion-item-pink-bg-dark
--zui-accordion-item-orange-borderoklch(47% 0.157 37.304)Light--zui-accordion-item-orange-border-dark
--zui-accordion-item-orange-bgoklch(95.4% 0.038 75.164 / 0.5)Light--zui-accordion-item-orange-bg-dark
--zui-accordion-item-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-accordion-item-yellow-border-dark
--zui-accordion-item-yellow-bgoklch(97.3% 0.071 103.193 / 0.5)Light--zui-accordion-item-yellow-bg-dark
--zui-accordion-item-teal-borderoklch(43.7% 0.078 188.216)Light--zui-accordion-item-teal-border-dark
--zui-accordion-item-teal-bgoklch(95.3% 0.051 180.801 / 0.5)Light--zui-accordion-item-teal-bg-dark
--zui-accordion-item-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-accordion-item-indigo-border-dark
--zui-accordion-item-indigo-bgoklch(93% 0.034 272.788 / 0.5)Light--zui-accordion-item-indigo-bg-dark
--zui-accordion-item-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-accordion-item-emerald-border-dark
--zui-accordion-item-emerald-bgoklch(95% 0.052 163.051 / 0.5)Light--zui-accordion-item-emerald-bg-dark
--zui-accordion-item-gradient-blue-fromoklch(80.9% 0.105 251.813)Light--zui-accordion-item-gradient-blue-from-dark
--zui-accordion-item-gradient-blue-tooklch(82.7% 0.119 306.383)Light--zui-accordion-item-gradient-blue-to-dark
--zui-accordion-item-gradient-green-fromoklch(87.1% 0.15 154.449)Light--zui-accordion-item-gradient-green-from-dark
--zui-accordion-item-gradient-green-tooklch(89.7% 0.196 126.665)Light--zui-accordion-item-gradient-green-to-dark
--zui-accordion-item-gradient-red-fromoklch(80.8% 0.114 19.571)Light--zui-accordion-item-gradient-red-from-dark
--zui-accordion-item-gradient-red-tooklch(82.3% 0.12 346.018)Light--zui-accordion-item-gradient-red-to-dark
--zui-accordion-item-gradient-yellow-fromoklch(90.5% 0.182 98.111)Light--zui-accordion-item-gradient-yellow-from-dark
--zui-accordion-item-gradient-yellow-tooklch(83.7% 0.128 66.29)Light--zui-accordion-item-gradient-yellow-to-dark
--zui-accordion-item-gradient-purple-fromoklch(82.7% 0.119 306.383)Light--zui-accordion-item-gradient-purple-from-dark
--zui-accordion-item-gradient-purple-tooklch(82.3% 0.12 346.018)Light--zui-accordion-item-gradient-purple-to-dark
--zui-accordion-item-gradient-teal-fromoklch(85.5% 0.138 181.071)Light--zui-accordion-item-gradient-teal-from-dark
--zui-accordion-item-gradient-teal-tooklch(86.5% 0.127 207.078)Light--zui-accordion-item-gradient-teal-to-dark
--zui-accordion-item-gradient-indigo-fromoklch(78.5% 0.115 274.713)Light--zui-accordion-item-gradient-indigo-from-dark
--zui-accordion-item-gradient-indigo-tooklch(82.7% 0.119 306.383)Light--zui-accordion-item-gradient-indigo-to-dark
--zui-accordion-item-gradient-pink-fromoklch(82.3% 0.12 346.018)Light--zui-accordion-item-gradient-pink-from-dark
--zui-accordion-item-gradient-pink-tooklch(81% 0.117 11.638)Light--zui-accordion-item-gradient-pink-to-dark
--zui-accordion-item-gradient-orange-fromoklch(83.7% 0.128 66.29)Light--zui-accordion-item-gradient-orange-from-dark
--zui-accordion-item-gradient-orange-tooklch(80.8% 0.114 19.571)Light--zui-accordion-item-gradient-orange-to-dark
--zui-accordion-trigger-fgoklch(27.9% 0.041 260.031)Light--zui-accordion-trigger-fg-dark
--zui-accordion-trigger-fg-hoveroklch(20.8% 0.042 265.755)Sharednone
--zui-accordion-trigger-ring-focus#0000004dSharednone
--zui-accordion-default-divider-dark#ffffff1aDark--zui-accordion-default-divider
--zui-accordion-default-border-dark#ffffff1aDark--zui-accordion-default-border
--zui-accordion-outline-divider-darkOverride with your dark theme valueDark--zui-accordion-outline-divider
--zui-accordion-outline-border-darkOverride with your dark theme valueDark--zui-accordion-outline-border
--zui-accordion-ghost-divider-darkOverride with your dark theme valueDark--zui-accordion-ghost-divider
--zui-accordion-sky-divider-darkOverride with your dark theme valueDark--zui-accordion-sky-divider
--zui-accordion-sky-border-darkOverride with your dark theme valueDark--zui-accordion-sky-border
--zui-accordion-rose-divider-darkOverride with your dark theme valueDark--zui-accordion-rose-divider
--zui-accordion-rose-border-darkOverride with your dark theme valueDark--zui-accordion-rose-border
--zui-accordion-purple-divider-darkOverride with your dark theme valueDark--zui-accordion-purple-divider
--zui-accordion-purple-border-darkOverride with your dark theme valueDark--zui-accordion-purple-border
--zui-accordion-pink-divider-darkOverride with your dark theme valueDark--zui-accordion-pink-divider
--zui-accordion-pink-border-darkOverride with your dark theme valueDark--zui-accordion-pink-border
--zui-accordion-orange-divider-darkOverride with your dark theme valueDark--zui-accordion-orange-divider
--zui-accordion-orange-border-darkOverride with your dark theme valueDark--zui-accordion-orange-border
--zui-accordion-yellow-divider-darkOverride with your dark theme valueDark--zui-accordion-yellow-divider
--zui-accordion-yellow-border-darkOverride with your dark theme valueDark--zui-accordion-yellow-border
--zui-accordion-teal-divider-darkOverride with your dark theme valueDark--zui-accordion-teal-divider
--zui-accordion-teal-border-darkOverride with your dark theme valueDark--zui-accordion-teal-border
--zui-accordion-indigo-divider-darkOverride with your dark theme valueDark--zui-accordion-indigo-divider
--zui-accordion-indigo-border-darkOverride with your dark theme valueDark--zui-accordion-indigo-border
--zui-accordion-emerald-divider-darkOverride with your dark theme valueDark--zui-accordion-emerald-divider
--zui-accordion-emerald-border-darkOverride with your dark theme valueDark--zui-accordion-emerald-border
--zui-accordion-gradient-blue-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-blue-divider
--zui-accordion-gradient-blue-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-blue-border
--zui-accordion-gradient-green-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-green-divider
--zui-accordion-gradient-green-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-green-border
--zui-accordion-gradient-red-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-red-divider
--zui-accordion-gradient-red-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-red-border
--zui-accordion-gradient-yellow-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-yellow-divider
--zui-accordion-gradient-yellow-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-yellow-border
--zui-accordion-gradient-purple-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-purple-divider
--zui-accordion-gradient-purple-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-purple-border
--zui-accordion-gradient-teal-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-teal-divider
--zui-accordion-gradient-teal-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-teal-border
--zui-accordion-gradient-indigo-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-indigo-divider
--zui-accordion-gradient-indigo-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-indigo-border
--zui-accordion-gradient-pink-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-pink-divider
--zui-accordion-gradient-pink-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-pink-border
--zui-accordion-gradient-orange-divider-darkOverride with your dark theme valueDark--zui-accordion-gradient-orange-divider
--zui-accordion-gradient-orange-border-darkOverride with your dark theme valueDark--zui-accordion-gradient-orange-border
--zui-accordion-item-fg-darkOverride with your dark theme valueDark--zui-accordion-item-fg
--zui-accordion-item-card-border-darkOverride with your dark theme valueDark--zui-accordion-item-card-border
--zui-accordion-item-card-bg-darkOverride with your dark theme valueDark--zui-accordion-item-card-bg
--zui-accordion-item-separated-border-darkOverride with your dark theme valueDark--zui-accordion-item-separated-border
--zui-accordion-item-separated-bg-darkOverride with your dark theme valueDark--zui-accordion-item-separated-bg
--zui-accordion-item-sky-border-darkOverride with your dark theme valueDark--zui-accordion-item-sky-border
--zui-accordion-item-sky-bg-darkOverride with your dark theme valueDark--zui-accordion-item-sky-bg
--zui-accordion-item-rose-border-darkOverride with your dark theme valueDark--zui-accordion-item-rose-border
--zui-accordion-item-rose-bg-darkOverride with your dark theme valueDark--zui-accordion-item-rose-bg
--zui-accordion-item-purple-border-darkOverride with your dark theme valueDark--zui-accordion-item-purple-border
--zui-accordion-item-purple-bg-darkOverride with your dark theme valueDark--zui-accordion-item-purple-bg
--zui-accordion-item-pink-border-darkOverride with your dark theme valueDark--zui-accordion-item-pink-border
--zui-accordion-item-pink-bg-darkOverride with your dark theme valueDark--zui-accordion-item-pink-bg
--zui-accordion-item-orange-border-darkOverride with your dark theme valueDark--zui-accordion-item-orange-border
--zui-accordion-item-orange-bg-darkOverride with your dark theme valueDark--zui-accordion-item-orange-bg
--zui-accordion-item-yellow-border-darkOverride with your dark theme valueDark--zui-accordion-item-yellow-border
--zui-accordion-item-yellow-bg-darkOverride with your dark theme valueDark--zui-accordion-item-yellow-bg
--zui-accordion-item-teal-border-darkOverride with your dark theme valueDark--zui-accordion-item-teal-border
--zui-accordion-item-teal-bg-darkOverride with your dark theme valueDark--zui-accordion-item-teal-bg
--zui-accordion-item-indigo-border-darkOverride with your dark theme valueDark--zui-accordion-item-indigo-border
--zui-accordion-item-indigo-bg-darkOverride with your dark theme valueDark--zui-accordion-item-indigo-bg
--zui-accordion-item-emerald-border-darkOverride with your dark theme valueDark--zui-accordion-item-emerald-border
--zui-accordion-item-emerald-bg-darkOverride with your dark theme valueDark--zui-accordion-item-emerald-bg
--zui-accordion-item-gradient-blue-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-blue-from
--zui-accordion-item-gradient-blue-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-blue-to
--zui-accordion-item-gradient-green-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-green-from
--zui-accordion-item-gradient-green-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-green-to
--zui-accordion-item-gradient-red-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-red-from
--zui-accordion-item-gradient-red-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-red-to
--zui-accordion-item-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-yellow-from
--zui-accordion-item-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-yellow-to
--zui-accordion-item-gradient-purple-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-purple-from
--zui-accordion-item-gradient-purple-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-purple-to
--zui-accordion-item-gradient-teal-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-teal-from
--zui-accordion-item-gradient-teal-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-teal-to
--zui-accordion-item-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-indigo-from
--zui-accordion-item-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-indigo-to
--zui-accordion-item-gradient-pink-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-pink-from
--zui-accordion-item-gradient-pink-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-pink-to
--zui-accordion-item-gradient-orange-from-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-orange-from
--zui-accordion-item-gradient-orange-to-darkOverride with your dark theme valueDark--zui-accordion-item-gradient-orange-to
--zui-accordion-trigger-fg-darkOverride with your dark theme valueDark--zui-accordion-trigger-fg

Alert

Override these alert variables on :root, a theme selector, or a component wrapper.

150 tokens70 dark
VariableFallbackThemePair
--zui-alert-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-alert-ring-offset-dark
--zui-alert-default-border#0000001aLight--zui-alert-default-border-dark
--zui-alert-default-bg#0000000dLight--zui-alert-default-bg-dark
--zui-alert-default-fgoklch(20.8% 0.042 265.755)Light--zui-alert-default-fg-dark
--zui-alert-success-borderoklch(69.6% 0.17 162.48 / 0.4)Light--zui-alert-success-border-dark
--zui-alert-success-bgoklch(69.6% 0.17 162.48 / 0.1)Light--zui-alert-success-bg-dark
--zui-alert-success-fgoklch(26.2% 0.051 172.552)Light--zui-alert-success-fg-dark
--zui-alert-warning-borderoklch(76.9% 0.188 70.08 / 0.4)Light--zui-alert-warning-border-dark
--zui-alert-warning-bgoklch(76.9% 0.188 70.08 / 0.1)Light--zui-alert-warning-bg-dark
--zui-alert-warning-fgoklch(27.9% 0.077 45.635)Light--zui-alert-warning-fg-dark
--zui-alert-error-borderoklch(64.5% 0.246 16.439 / 0.5)Light--zui-alert-error-border-dark
--zui-alert-error-bgoklch(64.5% 0.246 16.439 / 0.1)Light--zui-alert-error-bg-dark
--zui-alert-error-fgoklch(27.1% 0.105 12.094)Light--zui-alert-error-fg-dark
--zui-alert-info-borderoklch(68.5% 0.169 237.323 / 0.4)Light--zui-alert-info-border-dark
--zui-alert-info-bgoklch(68.5% 0.169 237.323 / 0.1)Light--zui-alert-info-bg-dark
--zui-alert-info-fgoklch(29.3% 0.066 243.157)Light--zui-alert-info-fg-dark
--zui-alert-ghost-bordertransparentLight--zui-alert-ghost-border-dark
--zui-alert-ghost-bgtransparentLight--zui-alert-ghost-bg-dark
--zui-alert-ghost-fgoklch(37.2% 0.044 257.287)Light--zui-alert-ghost-fg-dark
--zui-alert-purple-borderoklch(43.8% 0.218 303.724)Light--zui-alert-purple-border-dark
--zui-alert-purple-bgoklch(97.7% 0.014 308.299)Light--zui-alert-purple-bg-dark
--zui-alert-purple-fgoklch(20.8% 0.042 265.755)Light--zui-alert-purple-fg-dark
--zui-alert-pink-borderoklch(45.9% 0.187 3.815)Light--zui-alert-pink-border-dark
--zui-alert-pink-bgoklch(97.1% 0.014 343.198)Light--zui-alert-pink-bg-dark
--zui-alert-pink-fgoklch(20.8% 0.042 265.755)Light--zui-alert-pink-fg-dark
--zui-alert-orange-borderoklch(47% 0.157 37.304)Light--zui-alert-orange-border-dark
--zui-alert-orange-bgoklch(98% 0.016 73.684)Light--zui-alert-orange-bg-dark
--zui-alert-orange-fgoklch(20.8% 0.042 265.755)Light--zui-alert-orange-fg-dark
--zui-alert-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-alert-yellow-border-dark
--zui-alert-yellow-bgoklch(98.7% 0.026 102.212)Light--zui-alert-yellow-bg-dark
--zui-alert-yellow-fgoklch(20.8% 0.042 265.755)Light--zui-alert-yellow-fg-dark
--zui-alert-teal-borderoklch(43.7% 0.078 188.216)Light--zui-alert-teal-border-dark
--zui-alert-teal-bgoklch(98.4% 0.014 180.72)Light--zui-alert-teal-bg-dark
--zui-alert-teal-fgoklch(20.8% 0.042 265.755)Light--zui-alert-teal-fg-dark
--zui-alert-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-alert-indigo-border-dark
--zui-alert-indigo-bgoklch(96.2% 0.018 272.314)Light--zui-alert-indigo-bg-dark
--zui-alert-indigo-fgoklch(20.8% 0.042 265.755)Light--zui-alert-indigo-fg-dark
--zui-alert-gray-borderoklch(27.8% 0.033 256.848)Light--zui-alert-gray-border-dark
--zui-alert-gray-bgoklch(98.5% 0.002 247.839)Light--zui-alert-gray-bg-dark
--zui-alert-gray-fgoklch(20.8% 0.042 265.755)Light--zui-alert-gray-fg-dark
--zui-alert-violet-borderoklch(43.2% 0.232 292.759)Light--zui-alert-violet-border-dark
--zui-alert-violet-bgoklch(96.9% 0.016 293.756)Light--zui-alert-violet-bg-dark
--zui-alert-violet-fgoklch(20.8% 0.042 265.755)Light--zui-alert-violet-fg-dark
--zui-alert-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-alert-gradient-blue-border-dark
--zui-alert-gradient-blue-fromoklch(97% 0.014 254.604)Light--zui-alert-gradient-blue-from-dark
--zui-alert-gradient-blue-tooklch(97.7% 0.014 308.299)Light--zui-alert-gradient-blue-to-dark
--zui-alert-gradient-blue-fgoklch(20.8% 0.042 265.755)Light--zui-alert-gradient-blue-fg-dark
--zui-alert-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-alert-gradient-green-border-dark
--zui-alert-gradient-green-fromoklch(98.2% 0.018 155.826)Light--zui-alert-gradient-green-from-dark
--zui-alert-gradient-green-tooklch(98.6% 0.031 120.757)Light--zui-alert-gradient-green-to-dark
--zui-alert-gradient-green-fgoklch(20.8% 0.042 265.755)Light--zui-alert-gradient-green-fg-dark
--zui-alert-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-alert-gradient-red-border-dark
--zui-alert-gradient-red-fromoklch(97.1% 0.013 17.38)Light--zui-alert-gradient-red-from-dark
--zui-alert-gradient-red-tooklch(97.1% 0.014 343.198)Light--zui-alert-gradient-red-to-dark
--zui-alert-gradient-red-fgoklch(20.8% 0.042 265.755)Light--zui-alert-gradient-red-fg-dark
--zui-alert-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-alert-gradient-yellow-border-dark
--zui-alert-gradient-yellow-fromoklch(98.7% 0.026 102.212)Light--zui-alert-gradient-yellow-from-dark
--zui-alert-gradient-yellow-tooklch(98% 0.016 73.684)Light--zui-alert-gradient-yellow-to-dark
--zui-alert-gradient-yellow-fgoklch(20.8% 0.042 265.755)Light--zui-alert-gradient-yellow-fg-dark
--zui-alert-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-alert-gradient-purple-border-dark
--zui-alert-gradient-purple-fromoklch(97.7% 0.014 308.299)Light--zui-alert-gradient-purple-from-dark
--zui-alert-gradient-purple-tooklch(97.1% 0.014 343.198)Light--zui-alert-gradient-purple-to-dark
--zui-alert-gradient-purple-fgoklch(20.8% 0.042 265.755)Light--zui-alert-gradient-purple-fg-dark
--zui-alert-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-alert-gradient-teal-border-dark
--zui-alert-gradient-teal-fromoklch(98.4% 0.014 180.72)Light--zui-alert-gradient-teal-from-dark
--zui-alert-gradient-teal-tooklch(98.4% 0.019 200.873)Light--zui-alert-gradient-teal-to-dark
--zui-alert-gradient-teal-fgoklch(20.8% 0.042 265.755)Light--zui-alert-gradient-teal-fg-dark
--zui-alert-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-alert-gradient-indigo-border-dark
--zui-alert-gradient-indigo-fromoklch(96.2% 0.018 272.314)Light--zui-alert-gradient-indigo-from-dark
--zui-alert-gradient-indigo-tooklch(97.7% 0.014 308.299)Light--zui-alert-gradient-indigo-to-dark
--zui-alert-gradient-indigo-fgoklch(20.8% 0.042 265.755)Sharednone
--zui-alert-gradient-pink-borderoklch(45.9% 0.187 3.815)Sharednone
--zui-alert-gradient-pink-fromoklch(97.1% 0.014 343.198)Sharednone
--zui-alert-gradient-pink-tooklch(96.9% 0.015 12.422)Sharednone
--zui-alert-gradient-pink-fgoklch(20.8% 0.042 265.755)Sharednone
--zui-alert-gradient-orange-borderoklch(47% 0.157 37.304)Sharednone
--zui-alert-gradient-orange-fromoklch(98% 0.016 73.684)Sharednone
--zui-alert-gradient-orange-tooklch(97.1% 0.013 17.38)Sharednone
--zui-alert-gradient-orange-fgoklch(20.8% 0.042 265.755)Sharednone
--zui-alert-description-fgoklch(44.6% 0.043 257.281)Sharednone
--zui-alert-ring-offset-darkoklch(12.9% 0.042 264.695)Dark--zui-alert-ring-offset
--zui-alert-default-border-dark#ffffff1aDark--zui-alert-default-border
--zui-alert-default-bg-darkOverride with your dark theme valueDark--zui-alert-default-bg
--zui-alert-default-fg-darkOverride with your dark theme valueDark--zui-alert-default-fg
--zui-alert-success-border-darkOverride with your dark theme valueDark--zui-alert-success-border
--zui-alert-success-bg-darkOverride with your dark theme valueDark--zui-alert-success-bg
--zui-alert-success-fg-darkOverride with your dark theme valueDark--zui-alert-success-fg
--zui-alert-warning-border-darkOverride with your dark theme valueDark--zui-alert-warning-border
--zui-alert-warning-bg-darkOverride with your dark theme valueDark--zui-alert-warning-bg
--zui-alert-warning-fg-darkOverride with your dark theme valueDark--zui-alert-warning-fg
--zui-alert-error-border-darkOverride with your dark theme valueDark--zui-alert-error-border
--zui-alert-error-bg-darkOverride with your dark theme valueDark--zui-alert-error-bg
--zui-alert-error-fg-darkOverride with your dark theme valueDark--zui-alert-error-fg
--zui-alert-info-border-darkOverride with your dark theme valueDark--zui-alert-info-border
--zui-alert-info-bg-darkOverride with your dark theme valueDark--zui-alert-info-bg
--zui-alert-info-fg-darkOverride with your dark theme valueDark--zui-alert-info-fg
--zui-alert-ghost-border-darkOverride with your dark theme valueDark--zui-alert-ghost-border
--zui-alert-ghost-bg-darkOverride with your dark theme valueDark--zui-alert-ghost-bg
--zui-alert-ghost-fg-darkOverride with your dark theme valueDark--zui-alert-ghost-fg
--zui-alert-purple-border-darkOverride with your dark theme valueDark--zui-alert-purple-border
--zui-alert-purple-bg-darkOverride with your dark theme valueDark--zui-alert-purple-bg
--zui-alert-purple-fg-darkOverride with your dark theme valueDark--zui-alert-purple-fg
--zui-alert-pink-border-darkOverride with your dark theme valueDark--zui-alert-pink-border
--zui-alert-pink-bg-darkOverride with your dark theme valueDark--zui-alert-pink-bg
--zui-alert-pink-fg-darkOverride with your dark theme valueDark--zui-alert-pink-fg
--zui-alert-orange-border-darkOverride with your dark theme valueDark--zui-alert-orange-border
--zui-alert-orange-bg-darkOverride with your dark theme valueDark--zui-alert-orange-bg
--zui-alert-orange-fg-darkOverride with your dark theme valueDark--zui-alert-orange-fg
--zui-alert-yellow-border-darkOverride with your dark theme valueDark--zui-alert-yellow-border
--zui-alert-yellow-bg-darkOverride with your dark theme valueDark--zui-alert-yellow-bg
--zui-alert-yellow-fg-darkOverride with your dark theme valueDark--zui-alert-yellow-fg
--zui-alert-teal-border-darkOverride with your dark theme valueDark--zui-alert-teal-border
--zui-alert-teal-bg-darkOverride with your dark theme valueDark--zui-alert-teal-bg
--zui-alert-teal-fg-darkOverride with your dark theme valueDark--zui-alert-teal-fg
--zui-alert-indigo-border-darkOverride with your dark theme valueDark--zui-alert-indigo-border
--zui-alert-indigo-bg-darkOverride with your dark theme valueDark--zui-alert-indigo-bg
--zui-alert-indigo-fg-darkOverride with your dark theme valueDark--zui-alert-indigo-fg
--zui-alert-gray-border-darkOverride with your dark theme valueDark--zui-alert-gray-border
--zui-alert-gray-bg-darkOverride with your dark theme valueDark--zui-alert-gray-bg
--zui-alert-gray-fg-darkOverride with your dark theme valueDark--zui-alert-gray-fg
--zui-alert-violet-border-darkOverride with your dark theme valueDark--zui-alert-violet-border
--zui-alert-violet-bg-darkOverride with your dark theme valueDark--zui-alert-violet-bg
--zui-alert-violet-fg-darkOverride with your dark theme valueDark--zui-alert-violet-fg
--zui-alert-gradient-blue-border-darkOverride with your dark theme valueDark--zui-alert-gradient-blue-border
--zui-alert-gradient-blue-from-darkOverride with your dark theme valueDark--zui-alert-gradient-blue-from
--zui-alert-gradient-blue-to-darkOverride with your dark theme valueDark--zui-alert-gradient-blue-to
--zui-alert-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-alert-gradient-blue-fg
--zui-alert-gradient-green-border-darkOverride with your dark theme valueDark--zui-alert-gradient-green-border
--zui-alert-gradient-green-from-darkOverride with your dark theme valueDark--zui-alert-gradient-green-from
--zui-alert-gradient-green-to-darkOverride with your dark theme valueDark--zui-alert-gradient-green-to
--zui-alert-gradient-green-fg-darkOverride with your dark theme valueDark--zui-alert-gradient-green-fg
--zui-alert-gradient-red-border-darkOverride with your dark theme valueDark--zui-alert-gradient-red-border
--zui-alert-gradient-red-from-darkOverride with your dark theme valueDark--zui-alert-gradient-red-from
--zui-alert-gradient-red-to-darkOverride with your dark theme valueDark--zui-alert-gradient-red-to
--zui-alert-gradient-red-fg-darkOverride with your dark theme valueDark--zui-alert-gradient-red-fg
--zui-alert-gradient-yellow-border-darkOverride with your dark theme valueDark--zui-alert-gradient-yellow-border
--zui-alert-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-alert-gradient-yellow-from
--zui-alert-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-alert-gradient-yellow-to
--zui-alert-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-alert-gradient-yellow-fg
--zui-alert-gradient-purple-border-darkOverride with your dark theme valueDark--zui-alert-gradient-purple-border
--zui-alert-gradient-purple-from-darkOverride with your dark theme valueDark--zui-alert-gradient-purple-from
--zui-alert-gradient-purple-to-darkOverride with your dark theme valueDark--zui-alert-gradient-purple-to
--zui-alert-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-alert-gradient-purple-fg
--zui-alert-gradient-teal-border-darkOverride with your dark theme valueDark--zui-alert-gradient-teal-border
--zui-alert-gradient-teal-from-darkOverride with your dark theme valueDark--zui-alert-gradient-teal-from
--zui-alert-gradient-teal-to-darkOverride with your dark theme valueDark--zui-alert-gradient-teal-to
--zui-alert-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-alert-gradient-teal-fg
--zui-alert-gradient-indigo-border-darkOverride with your dark theme valueDark--zui-alert-gradient-indigo-border
--zui-alert-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-alert-gradient-indigo-from
--zui-alert-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-alert-gradient-indigo-to

Animated Number

Override these animated number variables on :root, a theme selector, or a component wrapper. Solid appearances set the text color; gradient appearances drive the from/to gradient stops.

64 tokens32 dark
VariableFallbackThemePair
--zui-animated-number-default-fgoklch(20.8% 0.042 265.755)Light--zui-animated-number-default-fg-dark
--zui-animated-number-success-fgoklch(62.7% 0.194 149.214)Light--zui-animated-number-success-fg-dark
--zui-animated-number-warning-fgoklch(66.6% 0.179 58.318)Light--zui-animated-number-warning-fg-dark
--zui-animated-number-error-fgoklch(57.7% 0.245 27.325)Light--zui-animated-number-error-fg-dark
--zui-animated-number-info-fgoklch(58.8% 0.158 241.966)Light--zui-animated-number-info-fg-dark
--zui-animated-number-ghost-fgoklch(55.4% 0.046 257.417)Light--zui-animated-number-ghost-fg-dark
--zui-animated-number-purple-fgoklch(55.8% 0.288 302.321)Light--zui-animated-number-purple-fg-dark
--zui-animated-number-pink-fgoklch(59.2% 0.249 0.584)Light--zui-animated-number-pink-fg-dark
--zui-animated-number-orange-fgoklch(64.6% 0.222 41.116)Light--zui-animated-number-orange-fg-dark
--zui-animated-number-yellow-fgoklch(68.1% 0.162 75.834)Light--zui-animated-number-yellow-fg-dark
--zui-animated-number-teal-fgoklch(60% 0.118 184.704)Light--zui-animated-number-teal-fg-dark
--zui-animated-number-indigo-fgoklch(51.1% 0.262 276.966)Light--zui-animated-number-indigo-fg-dark
--zui-animated-number-gray-fgoklch(44.6% 0.03 256.802)Light--zui-animated-number-gray-fg-dark
--zui-animated-number-violet-fgoklch(54.1% 0.281 293.009)Light--zui-animated-number-violet-fg-dark
--zui-animated-number-gradient-blue-fromoklch(42.4% 0.199 265.638)Light--zui-animated-number-gradient-blue-from-dark
--zui-animated-number-gradient-blue-tooklch(43.8% 0.218 303.724)Light--zui-animated-number-gradient-blue-to-dark
--zui-animated-number-gradient-green-fromoklch(44.8% 0.119 151.328)Light--zui-animated-number-gradient-green-from-dark
--zui-animated-number-gradient-green-tooklch(45.3% 0.124 130.933)Light--zui-animated-number-gradient-green-to-dark
--zui-animated-number-gradient-red-fromoklch(44.4% 0.177 26.899)Light--zui-animated-number-gradient-red-from-dark
--zui-animated-number-gradient-red-tooklch(45.9% 0.187 3.815)Light--zui-animated-number-gradient-red-to-dark
--zui-animated-number-gradient-yellow-fromoklch(47.6% 0.114 61.907)Light--zui-animated-number-gradient-yellow-from-dark
--zui-animated-number-gradient-yellow-tooklch(47% 0.157 37.304)Light--zui-animated-number-gradient-yellow-to-dark
--zui-animated-number-gradient-purple-fromoklch(43.8% 0.218 303.724)Light--zui-animated-number-gradient-purple-from-dark
--zui-animated-number-gradient-purple-tooklch(45.9% 0.187 3.815)Light--zui-animated-number-gradient-purple-to-dark
--zui-animated-number-gradient-teal-fromoklch(43.7% 0.078 188.216)Light--zui-animated-number-gradient-teal-from-dark
--zui-animated-number-gradient-teal-tooklch(45% 0.085 224.283)Light--zui-animated-number-gradient-teal-to-dark
--zui-animated-number-gradient-indigo-fromoklch(39.8% 0.195 277.366)Light--zui-animated-number-gradient-indigo-from-dark
--zui-animated-number-gradient-indigo-tooklch(43.8% 0.218 303.724)Light--zui-animated-number-gradient-indigo-to-dark
--zui-animated-number-gradient-pink-fromoklch(45.9% 0.187 3.815)Light--zui-animated-number-gradient-pink-from-dark
--zui-animated-number-gradient-pink-tooklch(45.5% 0.188 13.697)Light--zui-animated-number-gradient-pink-to-dark
--zui-animated-number-gradient-orange-fromoklch(47% 0.157 37.304)Light--zui-animated-number-gradient-orange-from-dark
--zui-animated-number-gradient-orange-tooklch(44.4% 0.177 26.899)Light--zui-animated-number-gradient-orange-to-dark
--zui-animated-number-default-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-animated-number-default-fg
--zui-animated-number-gradient-blue-from-darkoklch(54.6% 0.245 262.881)Dark--zui-animated-number-gradient-blue-from
--zui-animated-number-success-fg-darkOverride with your dark theme valueDark--zui-animated-number-success-fg
--zui-animated-number-warning-fg-darkOverride with your dark theme valueDark--zui-animated-number-warning-fg
--zui-animated-number-error-fg-darkOverride with your dark theme valueDark--zui-animated-number-error-fg
--zui-animated-number-info-fg-darkOverride with your dark theme valueDark--zui-animated-number-info-fg
--zui-animated-number-ghost-fg-darkOverride with your dark theme valueDark--zui-animated-number-ghost-fg
--zui-animated-number-purple-fg-darkOverride with your dark theme valueDark--zui-animated-number-purple-fg
--zui-animated-number-pink-fg-darkOverride with your dark theme valueDark--zui-animated-number-pink-fg
--zui-animated-number-orange-fg-darkOverride with your dark theme valueDark--zui-animated-number-orange-fg
--zui-animated-number-yellow-fg-darkOverride with your dark theme valueDark--zui-animated-number-yellow-fg
--zui-animated-number-teal-fg-darkOverride with your dark theme valueDark--zui-animated-number-teal-fg
--zui-animated-number-indigo-fg-darkOverride with your dark theme valueDark--zui-animated-number-indigo-fg
--zui-animated-number-gray-fg-darkOverride with your dark theme valueDark--zui-animated-number-gray-fg
--zui-animated-number-violet-fg-darkOverride with your dark theme valueDark--zui-animated-number-violet-fg
--zui-animated-number-gradient-blue-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-blue-to
--zui-animated-number-gradient-green-from-darkOverride with your dark theme valueDark--zui-animated-number-gradient-green-from
--zui-animated-number-gradient-green-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-green-to
--zui-animated-number-gradient-red-from-darkOverride with your dark theme valueDark--zui-animated-number-gradient-red-from
--zui-animated-number-gradient-red-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-red-to
--zui-animated-number-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-animated-number-gradient-yellow-from
--zui-animated-number-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-yellow-to
--zui-animated-number-gradient-purple-from-darkOverride with your dark theme valueDark--zui-animated-number-gradient-purple-from
--zui-animated-number-gradient-purple-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-purple-to
--zui-animated-number-gradient-teal-from-darkOverride with your dark theme valueDark--zui-animated-number-gradient-teal-from
--zui-animated-number-gradient-teal-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-teal-to
--zui-animated-number-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-animated-number-gradient-indigo-from
--zui-animated-number-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-indigo-to
--zui-animated-number-gradient-pink-from-darkOverride with your dark theme valueDark--zui-animated-number-gradient-pink-from
--zui-animated-number-gradient-pink-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-pink-to
--zui-animated-number-gradient-orange-from-darkOverride with your dark theme valueDark--zui-animated-number-gradient-orange-from
--zui-animated-number-gradient-orange-to-darkOverride with your dark theme valueDark--zui-animated-number-gradient-orange-to

Avatar

Override these avatar variables on :root, a theme selector, or a component wrapper.

148 tokens74 dark
VariableFallbackThemePair
--zui-avatar-border#0000001aLight--zui-avatar-border-dark
--zui-avatar-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-fg-dark
--zui-avatar-default-border#0000001aLight--zui-avatar-default-border-dark
--zui-avatar-default-bg#0000001aLight--zui-avatar-default-bg-dark
--zui-avatar-default-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-default-fg-dark
--zui-avatar-muted-border#00000066Light--zui-avatar-muted-border-dark
--zui-avatar-muted-bgoklch(98.4% 0.003 247.858)Light--zui-avatar-muted-bg-dark
--zui-avatar-muted-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-muted-fg-dark
--zui-avatar-sky-borderoklch(44.3% 0.11 240.79)Light--zui-avatar-sky-border-dark
--zui-avatar-sky-bgoklch(95.1% 0.026 236.824 / 0.5)Light--zui-avatar-sky-bg-dark
--zui-avatar-sky-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-sky-fg-dark
--zui-avatar-rose-borderoklch(45.5% 0.188 13.697)Light--zui-avatar-rose-border-dark
--zui-avatar-rose-bgoklch(94.1% 0.03 12.58 / 0.5)Light--zui-avatar-rose-bg-dark
--zui-avatar-rose-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-rose-fg-dark
--zui-avatar-purple-borderoklch(43.8% 0.218 303.724)Light--zui-avatar-purple-border-dark
--zui-avatar-purple-bgoklch(94.6% 0.033 307.174 / 0.5)Light--zui-avatar-purple-bg-dark
--zui-avatar-purple-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-purple-fg-dark
--zui-avatar-pink-borderoklch(45.9% 0.187 3.815)Light--zui-avatar-pink-border-dark
--zui-avatar-pink-bgoklch(94.8% 0.028 342.258 / 0.5)Light--zui-avatar-pink-bg-dark
--zui-avatar-pink-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-pink-fg-dark
--zui-avatar-orange-borderoklch(47% 0.157 37.304)Light--zui-avatar-orange-border-dark
--zui-avatar-orange-bgoklch(95.4% 0.038 75.164 / 0.5)Light--zui-avatar-orange-bg-dark
--zui-avatar-orange-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-orange-fg-dark
--zui-avatar-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-avatar-yellow-border-dark
--zui-avatar-yellow-bgoklch(97.3% 0.071 103.193 / 0.5)Light--zui-avatar-yellow-bg-dark
--zui-avatar-yellow-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-yellow-fg-dark
--zui-avatar-teal-borderoklch(43.7% 0.078 188.216)Light--zui-avatar-teal-border-dark
--zui-avatar-teal-bgoklch(95.3% 0.051 180.801 / 0.5)Light--zui-avatar-teal-bg-dark
--zui-avatar-teal-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-teal-fg-dark
--zui-avatar-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-avatar-indigo-border-dark
--zui-avatar-indigo-bgoklch(93% 0.034 272.788 / 0.5)Light--zui-avatar-indigo-bg-dark
--zui-avatar-indigo-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-indigo-fg-dark
--zui-avatar-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-avatar-emerald-border-dark
--zui-avatar-emerald-bgoklch(95% 0.052 163.051 / 0.5)Light--zui-avatar-emerald-bg-dark
--zui-avatar-emerald-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-emerald-fg-dark
--zui-avatar-gray-borderoklch(27.8% 0.033 256.848)Light--zui-avatar-gray-border-dark
--zui-avatar-gray-bgoklch(96.7% 0.003 264.542 / 0.5)Light--zui-avatar-gray-bg-dark
--zui-avatar-gray-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gray-fg-dark
--zui-avatar-amber-borderoklch(47.3% 0.137 46.201)Light--zui-avatar-amber-border-dark
--zui-avatar-amber-bgoklch(96.2% 0.059 95.617 / 0.5)Light--zui-avatar-amber-bg-dark
--zui-avatar-amber-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-amber-fg-dark
--zui-avatar-violet-borderoklch(43.2% 0.232 292.759)Light--zui-avatar-violet-border-dark
--zui-avatar-violet-bgoklch(94.3% 0.029 294.588 / 0.5)Light--zui-avatar-violet-bg-dark
--zui-avatar-violet-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-violet-fg-dark
--zui-avatar-gradient-blue-fromoklch(62.3% 0.214 259.815)Light--zui-avatar-gradient-blue-from-dark
--zui-avatar-gradient-blue-tooklch(62.7% 0.265 303.9)Light--zui-avatar-gradient-blue-to-dark
--zui-avatar-gradient-blue-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-blue-fg-dark
--zui-avatar-gradient-green-fromoklch(72.3% 0.219 149.579)Light--zui-avatar-gradient-green-from-dark
--zui-avatar-gradient-green-tooklch(76.8% 0.233 130.85)Light--zui-avatar-gradient-green-to-dark
--zui-avatar-gradient-green-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-green-fg-dark
--zui-avatar-gradient-red-fromoklch(63.7% 0.237 25.331)Light--zui-avatar-gradient-red-from-dark
--zui-avatar-gradient-red-tooklch(65.6% 0.241 354.308)Light--zui-avatar-gradient-red-to-dark
--zui-avatar-gradient-red-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-red-fg-dark
--zui-avatar-gradient-yellow-fromoklch(79.5% 0.184 86.047)Light--zui-avatar-gradient-yellow-from-dark
--zui-avatar-gradient-yellow-tooklch(70.5% 0.213 47.604)Light--zui-avatar-gradient-yellow-to-dark
--zui-avatar-gradient-yellow-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-yellow-fg-dark
--zui-avatar-gradient-purple-fromoklch(62.7% 0.265 303.9)Light--zui-avatar-gradient-purple-from-dark
--zui-avatar-gradient-purple-tooklch(65.6% 0.241 354.308)Light--zui-avatar-gradient-purple-to-dark
--zui-avatar-gradient-purple-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-purple-fg-dark
--zui-avatar-gradient-teal-fromoklch(70.4% 0.14 182.503)Light--zui-avatar-gradient-teal-from-dark
--zui-avatar-gradient-teal-tooklch(71.5% 0.143 215.221)Light--zui-avatar-gradient-teal-to-dark
--zui-avatar-gradient-teal-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-teal-fg-dark
--zui-avatar-gradient-indigo-fromoklch(58.5% 0.233 277.117)Light--zui-avatar-gradient-indigo-from-dark
--zui-avatar-gradient-indigo-tooklch(62.7% 0.265 303.9)Light--zui-avatar-gradient-indigo-to-dark
--zui-avatar-gradient-indigo-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-indigo-fg-dark
--zui-avatar-gradient-pink-fromoklch(65.6% 0.241 354.308)Light--zui-avatar-gradient-pink-from-dark
--zui-avatar-gradient-pink-tooklch(64.5% 0.246 16.439)Light--zui-avatar-gradient-pink-to-dark
--zui-avatar-gradient-pink-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-pink-fg-dark
--zui-avatar-gradient-orange-fromoklch(70.5% 0.213 47.604)Light--zui-avatar-gradient-orange-from-dark
--zui-avatar-gradient-orange-tooklch(63.7% 0.237 25.331)Light--zui-avatar-gradient-orange-to-dark
--zui-avatar-gradient-orange-fgoklch(37.2% 0.044 257.287)Light--zui-avatar-gradient-orange-fg-dark
--zui-avatar-fallback-bgoklch(92.9% 0.013 255.508)Light--zui-avatar-fallback-bg-dark
--zui-avatar-fallback-fgoklch(27.9% 0.041 260.031)Light--zui-avatar-fallback-fg-dark
--zui-avatar-group-ring#ffffffLight--zui-avatar-group-ring-dark
--zui-avatar-border-dark#ffffff1aDark--zui-avatar-border
--zui-avatar-fg-darkoklch(92.9% 0.013 255.508)Dark--zui-avatar-fg
--zui-avatar-default-border-darkOverride with your dark theme valueDark--zui-avatar-default-border
--zui-avatar-default-bg-darkOverride with your dark theme valueDark--zui-avatar-default-bg
--zui-avatar-default-fg-darkOverride with your dark theme valueDark--zui-avatar-default-fg
--zui-avatar-muted-border-darkOverride with your dark theme valueDark--zui-avatar-muted-border
--zui-avatar-muted-bg-darkOverride with your dark theme valueDark--zui-avatar-muted-bg
--zui-avatar-muted-fg-darkOverride with your dark theme valueDark--zui-avatar-muted-fg
--zui-avatar-sky-border-darkOverride with your dark theme valueDark--zui-avatar-sky-border
--zui-avatar-sky-bg-darkOverride with your dark theme valueDark--zui-avatar-sky-bg
--zui-avatar-sky-fg-darkOverride with your dark theme valueDark--zui-avatar-sky-fg
--zui-avatar-rose-border-darkOverride with your dark theme valueDark--zui-avatar-rose-border
--zui-avatar-rose-bg-darkOverride with your dark theme valueDark--zui-avatar-rose-bg
--zui-avatar-rose-fg-darkOverride with your dark theme valueDark--zui-avatar-rose-fg
--zui-avatar-purple-border-darkOverride with your dark theme valueDark--zui-avatar-purple-border
--zui-avatar-purple-bg-darkOverride with your dark theme valueDark--zui-avatar-purple-bg
--zui-avatar-purple-fg-darkOverride with your dark theme valueDark--zui-avatar-purple-fg
--zui-avatar-pink-border-darkOverride with your dark theme valueDark--zui-avatar-pink-border
--zui-avatar-pink-bg-darkOverride with your dark theme valueDark--zui-avatar-pink-bg
--zui-avatar-pink-fg-darkOverride with your dark theme valueDark--zui-avatar-pink-fg
--zui-avatar-orange-border-darkOverride with your dark theme valueDark--zui-avatar-orange-border
--zui-avatar-orange-bg-darkOverride with your dark theme valueDark--zui-avatar-orange-bg
--zui-avatar-orange-fg-darkOverride with your dark theme valueDark--zui-avatar-orange-fg
--zui-avatar-yellow-border-darkOverride with your dark theme valueDark--zui-avatar-yellow-border
--zui-avatar-yellow-bg-darkOverride with your dark theme valueDark--zui-avatar-yellow-bg
--zui-avatar-yellow-fg-darkOverride with your dark theme valueDark--zui-avatar-yellow-fg
--zui-avatar-teal-border-darkOverride with your dark theme valueDark--zui-avatar-teal-border
--zui-avatar-teal-bg-darkOverride with your dark theme valueDark--zui-avatar-teal-bg
--zui-avatar-teal-fg-darkOverride with your dark theme valueDark--zui-avatar-teal-fg
--zui-avatar-indigo-border-darkOverride with your dark theme valueDark--zui-avatar-indigo-border
--zui-avatar-indigo-bg-darkOverride with your dark theme valueDark--zui-avatar-indigo-bg
--zui-avatar-indigo-fg-darkOverride with your dark theme valueDark--zui-avatar-indigo-fg
--zui-avatar-emerald-border-darkOverride with your dark theme valueDark--zui-avatar-emerald-border
--zui-avatar-emerald-bg-darkOverride with your dark theme valueDark--zui-avatar-emerald-bg
--zui-avatar-emerald-fg-darkOverride with your dark theme valueDark--zui-avatar-emerald-fg
--zui-avatar-gray-border-darkOverride with your dark theme valueDark--zui-avatar-gray-border
--zui-avatar-gray-bg-darkOverride with your dark theme valueDark--zui-avatar-gray-bg
--zui-avatar-gray-fg-darkOverride with your dark theme valueDark--zui-avatar-gray-fg
--zui-avatar-amber-border-darkOverride with your dark theme valueDark--zui-avatar-amber-border
--zui-avatar-amber-bg-darkOverride with your dark theme valueDark--zui-avatar-amber-bg
--zui-avatar-amber-fg-darkOverride with your dark theme valueDark--zui-avatar-amber-fg
--zui-avatar-violet-border-darkOverride with your dark theme valueDark--zui-avatar-violet-border
--zui-avatar-violet-bg-darkOverride with your dark theme valueDark--zui-avatar-violet-bg
--zui-avatar-violet-fg-darkOverride with your dark theme valueDark--zui-avatar-violet-fg
--zui-avatar-gradient-blue-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-blue-from
--zui-avatar-gradient-blue-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-blue-to
--zui-avatar-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-blue-fg
--zui-avatar-gradient-green-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-green-from
--zui-avatar-gradient-green-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-green-to
--zui-avatar-gradient-green-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-green-fg
--zui-avatar-gradient-red-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-red-from
--zui-avatar-gradient-red-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-red-to
--zui-avatar-gradient-red-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-red-fg
--zui-avatar-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-yellow-from
--zui-avatar-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-yellow-to
--zui-avatar-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-yellow-fg
--zui-avatar-gradient-purple-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-purple-from
--zui-avatar-gradient-purple-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-purple-to
--zui-avatar-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-purple-fg
--zui-avatar-gradient-teal-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-teal-from
--zui-avatar-gradient-teal-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-teal-to
--zui-avatar-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-teal-fg
--zui-avatar-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-indigo-from
--zui-avatar-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-indigo-to
--zui-avatar-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-indigo-fg
--zui-avatar-gradient-pink-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-pink-from
--zui-avatar-gradient-pink-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-pink-to
--zui-avatar-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-pink-fg
--zui-avatar-gradient-orange-from-darkOverride with your dark theme valueDark--zui-avatar-gradient-orange-from
--zui-avatar-gradient-orange-to-darkOverride with your dark theme valueDark--zui-avatar-gradient-orange-to
--zui-avatar-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-avatar-gradient-orange-fg
--zui-avatar-fallback-bg-darkOverride with your dark theme valueDark--zui-avatar-fallback-bg
--zui-avatar-fallback-fg-darkOverride with your dark theme valueDark--zui-avatar-fallback-fg
--zui-avatar-group-ring-darkOverride with your dark theme valueDark--zui-avatar-group-ring

Badge

Override these badge variables on :root, a theme selector, or a component wrapper.

126 tokens63 dark
VariableFallbackThemePair
--zui-badge-default-bgoklch(20.8% 0.042 265.755)Light--zui-badge-default-bg-dark
--zui-badge-default-fgoklch(98.4% 0.003 247.858)Light--zui-badge-default-fg-dark
--zui-badge-default-shadow0 1px 2px rgba(15,23,42,0.08)Light--zui-badge-default-shadow-dark
--zui-badge-secondary-bgoklch(92.9% 0.013 255.508)Light--zui-badge-secondary-bg-dark
--zui-badge-secondary-fgoklch(20.8% 0.042 265.755)Light--zui-badge-secondary-fg-dark
--zui-badge-destructive-bgoklch(64.5% 0.246 16.439)Light--zui-badge-destructive-bg-dark
--zui-badge-destructive-fgoklch(20.8% 0.042 265.755)Light--zui-badge-destructive-fg-dark
--zui-badge-outline-border#0000001aLight--zui-badge-outline-border-dark
--zui-badge-outline-bg#0000000dLight--zui-badge-outline-bg-dark
--zui-badge-outline-fgoklch(20.8% 0.042 265.755)Light--zui-badge-outline-fg-dark
--zui-badge-ghost-bgtransparentLight--zui-badge-ghost-bg-dark
--zui-badge-ghost-fgoklch(37.2% 0.044 257.287)Light--zui-badge-ghost-fg-dark
--zui-badge-glass-border#00000026Light--zui-badge-glass-border-dark
--zui-badge-glass-bg#0000001aLight--zui-badge-glass-bg-dark
--zui-badge-glass-fgoklch(20.8% 0.042 265.755)Light--zui-badge-glass-fg-dark
--zui-badge-emerald-bgoklch(69.6% 0.17 162.48)Light--zui-badge-emerald-bg-dark
--zui-badge-emerald-fgoklch(96.8% 0.007 247.896)Light--zui-badge-emerald-fg-dark
--zui-badge-indigo-bgoklch(39.8% 0.195 277.366)Light--zui-badge-indigo-bg-dark
--zui-badge-indigo-fgoklch(96.8% 0.007 247.896)Light--zui-badge-indigo-fg-dark
--zui-badge-purple-bgoklch(43.8% 0.218 303.724)Light--zui-badge-purple-bg-dark
--zui-badge-purple-fgoklch(96.8% 0.007 247.896)Light--zui-badge-purple-fg-dark
--zui-badge-pink-bgoklch(45.9% 0.187 3.815)Light--zui-badge-pink-bg-dark
--zui-badge-pink-fgoklch(96.8% 0.007 247.896)Light--zui-badge-pink-fg-dark
--zui-badge-rose-bgoklch(64.5% 0.246 16.439)Light--zui-badge-rose-bg-dark
--zui-badge-rose-fgoklch(96.8% 0.007 247.896)Light--zui-badge-rose-fg-dark
--zui-badge-sky-bgoklch(68.5% 0.169 237.323)Light--zui-badge-sky-bg-dark
--zui-badge-sky-fgoklch(96.8% 0.007 247.896)Light--zui-badge-sky-fg-dark
--zui-badge-teal-bgoklch(70.4% 0.14 182.503)Light--zui-badge-teal-bg-dark
--zui-badge-teal-fgoklch(96.8% 0.007 247.896)Light--zui-badge-teal-fg-dark
--zui-badge-yellow-bgoklch(79.5% 0.184 86.047)Light--zui-badge-yellow-bg-dark
--zui-badge-yellow-fgoklch(96.8% 0.007 247.896)Light--zui-badge-yellow-fg-dark
--zui-badge-orange-bgoklch(70.5% 0.213 47.604)Light--zui-badge-orange-bg-dark
--zui-badge-orange-fgoklch(96.8% 0.007 247.896)Light--zui-badge-orange-fg-dark
--zui-badge-gradient-blue-fromoklch(42.4% 0.199 265.638)Light--zui-badge-gradient-blue-from-dark
--zui-badge-gradient-blue-tooklch(43.8% 0.218 303.724)Light--zui-badge-gradient-blue-to-dark
--zui-badge-gradient-blue-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-blue-fg-dark
--zui-badge-gradient-green-fromoklch(44.8% 0.119 151.328)Light--zui-badge-gradient-green-from-dark
--zui-badge-gradient-green-tooklch(45.3% 0.124 130.933)Light--zui-badge-gradient-green-to-dark
--zui-badge-gradient-green-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-green-fg-dark
--zui-badge-gradient-red-fromoklch(44.4% 0.177 26.899)Light--zui-badge-gradient-red-from-dark
--zui-badge-gradient-red-tooklch(45.9% 0.187 3.815)Light--zui-badge-gradient-red-to-dark
--zui-badge-gradient-red-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-red-fg-dark
--zui-badge-gradient-yellow-fromoklch(47.6% 0.114 61.907)Light--zui-badge-gradient-yellow-from-dark
--zui-badge-gradient-yellow-tooklch(47% 0.157 37.304)Light--zui-badge-gradient-yellow-to-dark
--zui-badge-gradient-yellow-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-yellow-fg-dark
--zui-badge-gradient-purple-fromoklch(43.8% 0.218 303.724)Light--zui-badge-gradient-purple-from-dark
--zui-badge-gradient-purple-tooklch(45.9% 0.187 3.815)Light--zui-badge-gradient-purple-to-dark
--zui-badge-gradient-purple-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-purple-fg-dark
--zui-badge-gradient-teal-fromoklch(43.7% 0.078 188.216)Light--zui-badge-gradient-teal-from-dark
--zui-badge-gradient-teal-tooklch(45% 0.085 224.283)Light--zui-badge-gradient-teal-to-dark
--zui-badge-gradient-teal-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-teal-fg-dark
--zui-badge-gradient-indigo-fromoklch(39.8% 0.195 277.366)Light--zui-badge-gradient-indigo-from-dark
--zui-badge-gradient-indigo-tooklch(43.8% 0.218 303.724)Light--zui-badge-gradient-indigo-to-dark
--zui-badge-gradient-indigo-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-indigo-fg-dark
--zui-badge-gradient-pink-fromoklch(45.9% 0.187 3.815)Light--zui-badge-gradient-pink-from-dark
--zui-badge-gradient-pink-tooklch(45.5% 0.188 13.697)Light--zui-badge-gradient-pink-to-dark
--zui-badge-gradient-pink-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-pink-fg-dark
--zui-badge-gradient-orange-fromoklch(47% 0.157 37.304)Light--zui-badge-gradient-orange-from-dark
--zui-badge-gradient-orange-tooklch(44.4% 0.177 26.899)Light--zui-badge-gradient-orange-to-dark
--zui-badge-gradient-orange-fgoklch(96.8% 0.007 247.896)Light--zui-badge-gradient-orange-fg-dark
--zui-badge-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-badge-ring-offset-dark
--zui-badge-ring-focusoklch(44.6% 0.043 257.281)Light--zui-badge-ring-focus-dark
--zui-badge-close-button-ring-focus#00000066Light--zui-badge-close-button-ring-focus-dark
--zui-badge-default-bg-darkoklch(98.4% 0.003 247.858)Dark--zui-badge-default-bg
--zui-badge-default-fg-darkoklch(12.9% 0.042 264.695)Dark--zui-badge-default-fg
--zui-badge-default-shadow-darkOverride with your dark theme valueDark--zui-badge-default-shadow
--zui-badge-secondary-bg-darkOverride with your dark theme valueDark--zui-badge-secondary-bg
--zui-badge-secondary-fg-darkOverride with your dark theme valueDark--zui-badge-secondary-fg
--zui-badge-destructive-bg-darkOverride with your dark theme valueDark--zui-badge-destructive-bg
--zui-badge-destructive-fg-darkOverride with your dark theme valueDark--zui-badge-destructive-fg
--zui-badge-outline-border-darkOverride with your dark theme valueDark--zui-badge-outline-border
--zui-badge-outline-bg-darkOverride with your dark theme valueDark--zui-badge-outline-bg
--zui-badge-outline-fg-darkOverride with your dark theme valueDark--zui-badge-outline-fg
--zui-badge-ghost-bg-darkOverride with your dark theme valueDark--zui-badge-ghost-bg
--zui-badge-ghost-fg-darkOverride with your dark theme valueDark--zui-badge-ghost-fg
--zui-badge-glass-border-darkOverride with your dark theme valueDark--zui-badge-glass-border
--zui-badge-glass-bg-darkOverride with your dark theme valueDark--zui-badge-glass-bg
--zui-badge-glass-fg-darkOverride with your dark theme valueDark--zui-badge-glass-fg
--zui-badge-emerald-bg-darkOverride with your dark theme valueDark--zui-badge-emerald-bg
--zui-badge-emerald-fg-darkOverride with your dark theme valueDark--zui-badge-emerald-fg
--zui-badge-indigo-bg-darkOverride with your dark theme valueDark--zui-badge-indigo-bg
--zui-badge-indigo-fg-darkOverride with your dark theme valueDark--zui-badge-indigo-fg
--zui-badge-purple-bg-darkOverride with your dark theme valueDark--zui-badge-purple-bg
--zui-badge-purple-fg-darkOverride with your dark theme valueDark--zui-badge-purple-fg
--zui-badge-pink-bg-darkOverride with your dark theme valueDark--zui-badge-pink-bg
--zui-badge-pink-fg-darkOverride with your dark theme valueDark--zui-badge-pink-fg
--zui-badge-rose-bg-darkOverride with your dark theme valueDark--zui-badge-rose-bg
--zui-badge-rose-fg-darkOverride with your dark theme valueDark--zui-badge-rose-fg
--zui-badge-sky-bg-darkOverride with your dark theme valueDark--zui-badge-sky-bg
--zui-badge-sky-fg-darkOverride with your dark theme valueDark--zui-badge-sky-fg
--zui-badge-teal-bg-darkOverride with your dark theme valueDark--zui-badge-teal-bg
--zui-badge-teal-fg-darkOverride with your dark theme valueDark--zui-badge-teal-fg
--zui-badge-yellow-bg-darkOverride with your dark theme valueDark--zui-badge-yellow-bg
--zui-badge-yellow-fg-darkOverride with your dark theme valueDark--zui-badge-yellow-fg
--zui-badge-orange-bg-darkOverride with your dark theme valueDark--zui-badge-orange-bg
--zui-badge-orange-fg-darkOverride with your dark theme valueDark--zui-badge-orange-fg
--zui-badge-gradient-blue-from-darkOverride with your dark theme valueDark--zui-badge-gradient-blue-from
--zui-badge-gradient-blue-to-darkOverride with your dark theme valueDark--zui-badge-gradient-blue-to
--zui-badge-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-blue-fg
--zui-badge-gradient-green-from-darkOverride with your dark theme valueDark--zui-badge-gradient-green-from
--zui-badge-gradient-green-to-darkOverride with your dark theme valueDark--zui-badge-gradient-green-to
--zui-badge-gradient-green-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-green-fg
--zui-badge-gradient-red-from-darkOverride with your dark theme valueDark--zui-badge-gradient-red-from
--zui-badge-gradient-red-to-darkOverride with your dark theme valueDark--zui-badge-gradient-red-to
--zui-badge-gradient-red-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-red-fg
--zui-badge-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-badge-gradient-yellow-from
--zui-badge-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-badge-gradient-yellow-to
--zui-badge-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-yellow-fg
--zui-badge-gradient-purple-from-darkOverride with your dark theme valueDark--zui-badge-gradient-purple-from
--zui-badge-gradient-purple-to-darkOverride with your dark theme valueDark--zui-badge-gradient-purple-to
--zui-badge-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-purple-fg
--zui-badge-gradient-teal-from-darkOverride with your dark theme valueDark--zui-badge-gradient-teal-from
--zui-badge-gradient-teal-to-darkOverride with your dark theme valueDark--zui-badge-gradient-teal-to
--zui-badge-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-teal-fg
--zui-badge-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-badge-gradient-indigo-from
--zui-badge-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-badge-gradient-indigo-to
--zui-badge-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-indigo-fg
--zui-badge-gradient-pink-from-darkOverride with your dark theme valueDark--zui-badge-gradient-pink-from
--zui-badge-gradient-pink-to-darkOverride with your dark theme valueDark--zui-badge-gradient-pink-to
--zui-badge-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-pink-fg
--zui-badge-gradient-orange-from-darkOverride with your dark theme valueDark--zui-badge-gradient-orange-from
--zui-badge-gradient-orange-to-darkOverride with your dark theme valueDark--zui-badge-gradient-orange-to
--zui-badge-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-badge-gradient-orange-fg
--zui-badge-ring-offset-darkOverride with your dark theme valueDark--zui-badge-ring-offset
--zui-badge-ring-focus-darkOverride with your dark theme valueDark--zui-badge-ring-focus
--zui-badge-close-button-ring-focus-darkOverride with your dark theme valueDark--zui-badge-close-button-ring-focus

Breadcrumb

Override these breadcrumb variables on :root, a theme selector, or a component wrapper.

36 tokens18 dark
VariableFallbackThemePair
--zui-breadcrumb-default-fgoklch(44.6% 0.043 257.281)Light--zui-breadcrumb-default-fg-dark
--zui-breadcrumb-muted-fgoklch(55.4% 0.046 257.417)Light--zui-breadcrumb-muted-fg-dark
--zui-breadcrumb-sky-fgoklch(44.3% 0.11 240.79)Light--zui-breadcrumb-sky-fg-dark
--zui-breadcrumb-rose-fgoklch(45.5% 0.188 13.697)Light--zui-breadcrumb-rose-fg-dark
--zui-breadcrumb-purple-fgoklch(43.8% 0.218 303.724)Light--zui-breadcrumb-purple-fg-dark
--zui-breadcrumb-pink-fgoklch(45.9% 0.187 3.815)Light--zui-breadcrumb-pink-fg-dark
--zui-breadcrumb-orange-fgoklch(47% 0.157 37.304)Light--zui-breadcrumb-orange-fg-dark
--zui-breadcrumb-yellow-fgoklch(47.6% 0.114 61.907)Light--zui-breadcrumb-yellow-fg-dark
--zui-breadcrumb-teal-fgoklch(43.7% 0.078 188.216)Light--zui-breadcrumb-teal-fg-dark
--zui-breadcrumb-indigo-fgoklch(39.8% 0.195 277.366)Light--zui-breadcrumb-indigo-fg-dark
--zui-breadcrumb-emerald-fgoklch(43.2% 0.095 166.913)Light--zui-breadcrumb-emerald-fg-dark
--zui-breadcrumb-gray-fgoklch(27.8% 0.033 256.848)Light--zui-breadcrumb-gray-fg-dark
--zui-breadcrumb-amber-fgoklch(47.3% 0.137 46.201)Light--zui-breadcrumb-amber-fg-dark
--zui-breadcrumb-violet-fgoklch(43.2% 0.232 292.759)Light--zui-breadcrumb-violet-fg-dark
--zui-breadcrumb-link-ring-focus#0000004dLight--zui-breadcrumb-link-ring-focus-dark
--zui-breadcrumb-link-ring-offset-focusoklch(98.4% 0.003 247.858)Light--zui-breadcrumb-link-ring-offset-focus-dark
--zui-breadcrumb-page-fgoklch(27.9% 0.041 260.031)Light--zui-breadcrumb-page-fg-dark
--zui-breadcrumb-separator-fgoklch(70.4% 0.04 256.788)Light--zui-breadcrumb-separator-fg-dark
--zui-breadcrumb-default-fg-darkoklch(86.9% 0.022 252.894)Dark--zui-breadcrumb-default-fg
--zui-breadcrumb-muted-fg-darkoklch(70.4% 0.04 256.788)Dark--zui-breadcrumb-muted-fg
--zui-breadcrumb-sky-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-sky-fg
--zui-breadcrumb-rose-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-rose-fg
--zui-breadcrumb-purple-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-purple-fg
--zui-breadcrumb-pink-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-pink-fg
--zui-breadcrumb-orange-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-orange-fg
--zui-breadcrumb-yellow-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-yellow-fg
--zui-breadcrumb-teal-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-teal-fg
--zui-breadcrumb-indigo-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-indigo-fg
--zui-breadcrumb-emerald-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-emerald-fg
--zui-breadcrumb-gray-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-gray-fg
--zui-breadcrumb-amber-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-amber-fg
--zui-breadcrumb-violet-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-violet-fg
--zui-breadcrumb-link-ring-focus-darkOverride with your dark theme valueDark--zui-breadcrumb-link-ring-focus
--zui-breadcrumb-link-ring-offset-focus-darkOverride with your dark theme valueDark--zui-breadcrumb-link-ring-offset-focus
--zui-breadcrumb-page-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-page-fg
--zui-breadcrumb-separator-fg-darkOverride with your dark theme valueDark--zui-breadcrumb-separator-fg

Button

Override these button variables on :root, a theme selector, or a component wrapper.

209 tokens104 dark
VariableFallbackThemePair
--zui-button-radius0.75remLight--zui-button-radius-dark
--zui-button-ring-offset#f8fafcLight--zui-button-ring-offset-dark
--zui-button-focus-ring#475569Light--zui-button-focus-ring-dark
--zui-button-default-bg#0f172aLight--zui-button-default-bg-dark
--zui-button-default-fg#f8fafcLight--zui-button-default-fg-dark
--zui-button-default-shadow0 1px 2px #0f172a14Light--zui-button-default-shadow-dark
--zui-button-default-bg-hover#000000Light--zui-button-default-bg-hover-dark
--zui-button-secondary-bg#e2e8f0Light--zui-button-secondary-bg-dark
--zui-button-secondary-fg#0f172aLight--zui-button-secondary-fg-dark
--zui-button-secondary-bg-hover#cbd5e1Light--zui-button-secondary-bg-hover-dark
--zui-button-destructive-bg#f43f5eLight--zui-button-destructive-bg-dark
--zui-button-destructive-fg#ffffffLight--zui-button-destructive-fg-dark
--zui-button-destructive-bg-hover#f43f5eLight--zui-button-destructive-bg-hover-dark
--zui-button-outline-border#0000001aLight--zui-button-outline-border-dark
--zui-button-outline-bg#0000000dLight--zui-button-outline-bg-dark
--zui-button-outline-fg#0f172aLight--zui-button-outline-fg-dark
--zui-button-outline-bg-hover#0000001aLight--zui-button-outline-bg-hover-dark
--zui-button-ghost-fg#334155Light--zui-button-ghost-fg-dark
--zui-button-ghost-bg-hover#0000000dLight--zui-button-ghost-bg-hover-dark
--zui-button-link-fg#0e7490Light--zui-button-link-fg-dark
--zui-button-glass-border#00000026Light--zui-button-glass-border-dark
--zui-button-glass-bg#0000001aLight--zui-button-glass-bg-dark
--zui-button-glass-fg#0f172aLight--zui-button-glass-fg-dark
--zui-button-glass-bg-hover#00000026Light--zui-button-glass-bg-hover-dark
--zui-button-emerald-bg#10b981Light--zui-button-emerald-bg-dark
--zui-button-emerald-fg#ffffffLight--zui-button-emerald-fg-dark
--zui-button-emerald-bg-hover#10b981Light--zui-button-emerald-bg-hover-dark
--zui-button-indigo-bg#3730a3Light--zui-button-indigo-bg-dark
--zui-button-indigo-fg#ffffffLight--zui-button-indigo-fg-dark
--zui-button-indigo-bg-hover#3730a3Light--zui-button-indigo-bg-hover-dark
--zui-button-purple-bg#6b21a8Light--zui-button-purple-bg-dark
--zui-button-purple-fg#ffffffLight--zui-button-purple-fg-dark
--zui-button-purple-bg-hover#6b21a8Light--zui-button-purple-bg-hover-dark
--zui-button-pink-bg#9d174dLight--zui-button-pink-bg-dark
--zui-button-pink-fg#ffffffLight--zui-button-pink-fg-dark
--zui-button-pink-bg-hover#9d174dLight--zui-button-pink-bg-hover-dark
--zui-button-rose-bg#9f1239Light--zui-button-rose-bg-dark
--zui-button-rose-fg#ffffffLight--zui-button-rose-fg-dark
--zui-button-rose-bg-hover#9f1239Light--zui-button-rose-bg-hover-dark
--zui-button-sky-bg#0ea5e9Light--zui-button-sky-bg-dark
--zui-button-sky-fg#ffffffLight--zui-button-sky-fg-dark
--zui-button-sky-bg-hover#0ea5e9Light--zui-button-sky-bg-hover-dark
--zui-button-teal-bg#14b8a6Light--zui-button-teal-bg-dark
--zui-button-teal-fg#ffffffLight--zui-button-teal-fg-dark
--zui-button-teal-bg-hover#14b8a6Light--zui-button-teal-bg-hover-dark
--zui-button-yellow-bg#eab308Light--zui-button-yellow-bg-dark
--zui-button-yellow-fg#ffffffLight--zui-button-yellow-fg-dark
--zui-button-yellow-bg-hover#eab308Light--zui-button-yellow-bg-hover-dark
--zui-button-orange-bg#f97316Light--zui-button-orange-bg-dark
--zui-button-orange-fg#ffffffLight--zui-button-orange-fg-dark
--zui-button-orange-bg-hover#f97316Light--zui-button-orange-bg-hover-dark
--zui-button-gray-bg#6b7280Light--zui-button-gray-bg-dark
--zui-button-gray-fg#ffffffLight--zui-button-gray-fg-dark
--zui-button-gray-bg-hover#6b7280Light--zui-button-gray-bg-hover-dark
--zui-button-amber-bg#f59e0bLight--zui-button-amber-bg-dark
--zui-button-amber-fg#ffffffLight--zui-button-amber-fg-dark
--zui-button-amber-bg-hover#f59e0bLight--zui-button-amber-bg-hover-dark
--zui-button-violet-bg#5b21b6Light--zui-button-violet-bg-dark
--zui-button-violet-fg#ffffffLight--zui-button-violet-fg-dark
--zui-button-violet-bg-hover#5b21b6Light--zui-button-violet-bg-hover-dark
--zui-button-gradient-blue-from#1e40afLight--zui-button-gradient-blue-from-dark
--zui-button-gradient-blue-to#6b21a8Light--zui-button-gradient-blue-to-dark
--zui-button-gradient-blue-fg#ffffffLight--zui-button-gradient-blue-fg-dark
--zui-button-gradient-blue-from-hover#1e40afLight--zui-button-gradient-blue-from-hover-dark
--zui-button-gradient-blue-to-hover#6b21a8Light--zui-button-gradient-blue-to-hover-dark
--zui-button-gradient-green-from#166534Light--zui-button-gradient-green-from-dark
--zui-button-gradient-green-to#3f6212Light--zui-button-gradient-green-to-dark
--zui-button-gradient-green-fg#ffffffLight--zui-button-gradient-green-fg-dark
--zui-button-gradient-green-from-hover#166534Light--zui-button-gradient-green-from-hover-dark
--zui-button-gradient-green-to-hover#3f6212Light--zui-button-gradient-green-to-hover-dark
--zui-button-gradient-red-from#991b1bLight--zui-button-gradient-red-from-dark
--zui-button-gradient-red-to#9d174dLight--zui-button-gradient-red-to-dark
--zui-button-gradient-red-fg#ffffffLight--zui-button-gradient-red-fg-dark
--zui-button-gradient-red-from-hover#991b1bLight--zui-button-gradient-red-from-hover-dark
--zui-button-gradient-red-to-hover#9d174dLight--zui-button-gradient-red-to-hover-dark
--zui-button-gradient-yellow-from#854d0eLight--zui-button-gradient-yellow-from-dark
--zui-button-gradient-yellow-to#9a3412Light--zui-button-gradient-yellow-to-dark
--zui-button-gradient-yellow-fg#ffffffLight--zui-button-gradient-yellow-fg-dark
--zui-button-gradient-yellow-from-hover#854d0eLight--zui-button-gradient-yellow-from-hover-dark
--zui-button-gradient-yellow-to-hover#9a3412Light--zui-button-gradient-yellow-to-hover-dark
--zui-button-gradient-purple-from#6b21a8Light--zui-button-gradient-purple-from-dark
--zui-button-gradient-purple-to#9d174dLight--zui-button-gradient-purple-to-dark
--zui-button-gradient-purple-fg#ffffffLight--zui-button-gradient-purple-fg-dark
--zui-button-gradient-purple-from-hover#6b21a8Light--zui-button-gradient-purple-from-hover-dark
--zui-button-gradient-purple-to-hover#9d174dLight--zui-button-gradient-purple-to-hover-dark
--zui-button-gradient-teal-from#115e59Light--zui-button-gradient-teal-from-dark
--zui-button-gradient-teal-to#155e75Light--zui-button-gradient-teal-to-dark
--zui-button-gradient-teal-fg#ffffffLight--zui-button-gradient-teal-fg-dark
--zui-button-gradient-teal-from-hover#115e59Light--zui-button-gradient-teal-from-hover-dark
--zui-button-gradient-teal-to-hover#155e75Light--zui-button-gradient-teal-to-hover-dark
--zui-button-gradient-indigo-from#3730a3Light--zui-button-gradient-indigo-from-dark
--zui-button-gradient-indigo-to#6b21a8Light--zui-button-gradient-indigo-to-dark
--zui-button-gradient-indigo-fg#ffffffLight--zui-button-gradient-indigo-fg-dark
--zui-button-gradient-indigo-from-hover#3730a3Light--zui-button-gradient-indigo-from-hover-dark
--zui-button-gradient-indigo-to-hover#6b21a8Light--zui-button-gradient-indigo-to-hover-dark
--zui-button-gradient-pink-from#9d174dLight--zui-button-gradient-pink-from-dark
--zui-button-gradient-pink-to#9f1239Light--zui-button-gradient-pink-to-dark
--zui-button-gradient-pink-fg#ffffffLight--zui-button-gradient-pink-fg-dark
--zui-button-gradient-pink-from-hover#9d174dLight--zui-button-gradient-pink-from-hover-dark
--zui-button-gradient-pink-to-hover#9f1239Light--zui-button-gradient-pink-to-hover-dark
--zui-button-gradient-orange-from#9a3412Light--zui-button-gradient-orange-from-dark
--zui-button-gradient-orange-to#991b1bLight--zui-button-gradient-orange-to-dark
--zui-button-gradient-orange-fg#ffffffLight--zui-button-gradient-orange-fg-dark
--zui-button-gradient-orange-from-hover#9a3412Light--zui-button-gradient-orange-from-hover-dark
--zui-button-gradient-orange-to-hover#991b1bSharednone
--zui-button-ring-offset-dark#020617Dark--zui-button-ring-offset
--zui-button-focus-ring-dark#cbd5e1Dark--zui-button-focus-ring
--zui-button-radius-darkOverride with your dark theme valueDark--zui-button-radius
--zui-button-default-bg-darkOverride with your dark theme valueDark--zui-button-default-bg
--zui-button-default-fg-darkOverride with your dark theme valueDark--zui-button-default-fg
--zui-button-default-shadow-darkOverride with your dark theme valueDark--zui-button-default-shadow
--zui-button-default-bg-hover-darkOverride with your dark theme valueDark--zui-button-default-bg-hover
--zui-button-secondary-bg-darkOverride with your dark theme valueDark--zui-button-secondary-bg
--zui-button-secondary-fg-darkOverride with your dark theme valueDark--zui-button-secondary-fg
--zui-button-secondary-bg-hover-darkOverride with your dark theme valueDark--zui-button-secondary-bg-hover
--zui-button-destructive-bg-darkOverride with your dark theme valueDark--zui-button-destructive-bg
--zui-button-destructive-fg-darkOverride with your dark theme valueDark--zui-button-destructive-fg
--zui-button-destructive-bg-hover-darkOverride with your dark theme valueDark--zui-button-destructive-bg-hover
--zui-button-outline-border-darkOverride with your dark theme valueDark--zui-button-outline-border
--zui-button-outline-bg-darkOverride with your dark theme valueDark--zui-button-outline-bg
--zui-button-outline-fg-darkOverride with your dark theme valueDark--zui-button-outline-fg
--zui-button-outline-bg-hover-darkOverride with your dark theme valueDark--zui-button-outline-bg-hover
--zui-button-ghost-fg-darkOverride with your dark theme valueDark--zui-button-ghost-fg
--zui-button-ghost-bg-hover-darkOverride with your dark theme valueDark--zui-button-ghost-bg-hover
--zui-button-link-fg-darkOverride with your dark theme valueDark--zui-button-link-fg
--zui-button-glass-border-darkOverride with your dark theme valueDark--zui-button-glass-border
--zui-button-glass-bg-darkOverride with your dark theme valueDark--zui-button-glass-bg
--zui-button-glass-fg-darkOverride with your dark theme valueDark--zui-button-glass-fg
--zui-button-glass-bg-hover-darkOverride with your dark theme valueDark--zui-button-glass-bg-hover
--zui-button-emerald-bg-darkOverride with your dark theme valueDark--zui-button-emerald-bg
--zui-button-emerald-fg-darkOverride with your dark theme valueDark--zui-button-emerald-fg
--zui-button-emerald-bg-hover-darkOverride with your dark theme valueDark--zui-button-emerald-bg-hover
--zui-button-indigo-bg-darkOverride with your dark theme valueDark--zui-button-indigo-bg
--zui-button-indigo-fg-darkOverride with your dark theme valueDark--zui-button-indigo-fg
--zui-button-indigo-bg-hover-darkOverride with your dark theme valueDark--zui-button-indigo-bg-hover
--zui-button-purple-bg-darkOverride with your dark theme valueDark--zui-button-purple-bg
--zui-button-purple-fg-darkOverride with your dark theme valueDark--zui-button-purple-fg
--zui-button-purple-bg-hover-darkOverride with your dark theme valueDark--zui-button-purple-bg-hover
--zui-button-pink-bg-darkOverride with your dark theme valueDark--zui-button-pink-bg
--zui-button-pink-fg-darkOverride with your dark theme valueDark--zui-button-pink-fg
--zui-button-pink-bg-hover-darkOverride with your dark theme valueDark--zui-button-pink-bg-hover
--zui-button-rose-bg-darkOverride with your dark theme valueDark--zui-button-rose-bg
--zui-button-rose-fg-darkOverride with your dark theme valueDark--zui-button-rose-fg
--zui-button-rose-bg-hover-darkOverride with your dark theme valueDark--zui-button-rose-bg-hover
--zui-button-sky-bg-darkOverride with your dark theme valueDark--zui-button-sky-bg
--zui-button-sky-fg-darkOverride with your dark theme valueDark--zui-button-sky-fg
--zui-button-sky-bg-hover-darkOverride with your dark theme valueDark--zui-button-sky-bg-hover
--zui-button-teal-bg-darkOverride with your dark theme valueDark--zui-button-teal-bg
--zui-button-teal-fg-darkOverride with your dark theme valueDark--zui-button-teal-fg
--zui-button-teal-bg-hover-darkOverride with your dark theme valueDark--zui-button-teal-bg-hover
--zui-button-yellow-bg-darkOverride with your dark theme valueDark--zui-button-yellow-bg
--zui-button-yellow-fg-darkOverride with your dark theme valueDark--zui-button-yellow-fg
--zui-button-yellow-bg-hover-darkOverride with your dark theme valueDark--zui-button-yellow-bg-hover
--zui-button-orange-bg-darkOverride with your dark theme valueDark--zui-button-orange-bg
--zui-button-orange-fg-darkOverride with your dark theme valueDark--zui-button-orange-fg
--zui-button-orange-bg-hover-darkOverride with your dark theme valueDark--zui-button-orange-bg-hover
--zui-button-gray-bg-darkOverride with your dark theme valueDark--zui-button-gray-bg
--zui-button-gray-fg-darkOverride with your dark theme valueDark--zui-button-gray-fg
--zui-button-gray-bg-hover-darkOverride with your dark theme valueDark--zui-button-gray-bg-hover
--zui-button-amber-bg-darkOverride with your dark theme valueDark--zui-button-amber-bg
--zui-button-amber-fg-darkOverride with your dark theme valueDark--zui-button-amber-fg
--zui-button-amber-bg-hover-darkOverride with your dark theme valueDark--zui-button-amber-bg-hover
--zui-button-violet-bg-darkOverride with your dark theme valueDark--zui-button-violet-bg
--zui-button-violet-fg-darkOverride with your dark theme valueDark--zui-button-violet-fg
--zui-button-violet-bg-hover-darkOverride with your dark theme valueDark--zui-button-violet-bg-hover
--zui-button-gradient-blue-from-darkOverride with your dark theme valueDark--zui-button-gradient-blue-from
--zui-button-gradient-blue-to-darkOverride with your dark theme valueDark--zui-button-gradient-blue-to
--zui-button-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-button-gradient-blue-fg
--zui-button-gradient-blue-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-blue-from-hover
--zui-button-gradient-blue-to-hover-darkOverride with your dark theme valueDark--zui-button-gradient-blue-to-hover
--zui-button-gradient-green-from-darkOverride with your dark theme valueDark--zui-button-gradient-green-from
--zui-button-gradient-green-to-darkOverride with your dark theme valueDark--zui-button-gradient-green-to
--zui-button-gradient-green-fg-darkOverride with your dark theme valueDark--zui-button-gradient-green-fg
--zui-button-gradient-green-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-green-from-hover
--zui-button-gradient-green-to-hover-darkOverride with your dark theme valueDark--zui-button-gradient-green-to-hover
--zui-button-gradient-red-from-darkOverride with your dark theme valueDark--zui-button-gradient-red-from
--zui-button-gradient-red-to-darkOverride with your dark theme valueDark--zui-button-gradient-red-to
--zui-button-gradient-red-fg-darkOverride with your dark theme valueDark--zui-button-gradient-red-fg
--zui-button-gradient-red-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-red-from-hover
--zui-button-gradient-red-to-hover-darkOverride with your dark theme valueDark--zui-button-gradient-red-to-hover
--zui-button-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-button-gradient-yellow-from
--zui-button-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-button-gradient-yellow-to
--zui-button-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-button-gradient-yellow-fg
--zui-button-gradient-yellow-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-yellow-from-hover
--zui-button-gradient-yellow-to-hover-darkOverride with your dark theme valueDark--zui-button-gradient-yellow-to-hover
--zui-button-gradient-purple-from-darkOverride with your dark theme valueDark--zui-button-gradient-purple-from
--zui-button-gradient-purple-to-darkOverride with your dark theme valueDark--zui-button-gradient-purple-to
--zui-button-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-button-gradient-purple-fg
--zui-button-gradient-purple-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-purple-from-hover
--zui-button-gradient-purple-to-hover-darkOverride with your dark theme valueDark--zui-button-gradient-purple-to-hover
--zui-button-gradient-teal-from-darkOverride with your dark theme valueDark--zui-button-gradient-teal-from
--zui-button-gradient-teal-to-darkOverride with your dark theme valueDark--zui-button-gradient-teal-to
--zui-button-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-button-gradient-teal-fg
--zui-button-gradient-teal-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-teal-from-hover
--zui-button-gradient-teal-to-hover-darkOverride with your dark theme valueDark--zui-button-gradient-teal-to-hover
--zui-button-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-button-gradient-indigo-from
--zui-button-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-button-gradient-indigo-to
--zui-button-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-button-gradient-indigo-fg
--zui-button-gradient-indigo-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-indigo-from-hover
--zui-button-gradient-indigo-to-hover-darkOverride with your dark theme valueDark--zui-button-gradient-indigo-to-hover
--zui-button-gradient-pink-from-darkOverride with your dark theme valueDark--zui-button-gradient-pink-from
--zui-button-gradient-pink-to-darkOverride with your dark theme valueDark--zui-button-gradient-pink-to
--zui-button-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-button-gradient-pink-fg
--zui-button-gradient-pink-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-pink-from-hover
--zui-button-gradient-pink-to-hover-darkOverride with your dark theme valueDark--zui-button-gradient-pink-to-hover
--zui-button-gradient-orange-from-darkOverride with your dark theme valueDark--zui-button-gradient-orange-from
--zui-button-gradient-orange-to-darkOverride with your dark theme valueDark--zui-button-gradient-orange-to
--zui-button-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-button-gradient-orange-fg
--zui-button-gradient-orange-from-hover-darkOverride with your dark theme valueDark--zui-button-gradient-orange-from-hover

Card

Override these card variables on :root, a theme selector, or a component wrapper.

139 tokens68 dark
VariableFallbackThemePair
--zui-card-fgoklch(20.8% 0.042 265.755)Light--zui-card-fg-dark
--zui-card-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-card-ring-offset-dark
--zui-card-ring-focusoklch(44.6% 0.043 257.281)Light--zui-card-ring-focus-dark
--zui-card-default-border#0000001aLight--zui-card-default-border-dark
--zui-card-default-bg#0000000dLight--zui-card-default-bg-dark
--zui-card-default-shadow0 1px 2px rgba(15,23,42,0.08)Light--zui-card-default-shadow-dark
--zui-card-glass-border#00000026Light--zui-card-glass-border-dark
--zui-card-glass-bg#0000001aLight--zui-card-glass-bg-dark
--zui-card-glass-shadow0 8px 24px rgba(15,23,42,0.12)Light--zui-card-glass-shadow-dark
--zui-card-outline-border#00000026Light--zui-card-outline-border-dark
--zui-card-outline-bgtransparentLight--zui-card-outline-bg-dark
--zui-card-ghost-bordertransparentLight--zui-card-ghost-border-dark
--zui-card-ghost-bgtransparentLight--zui-card-ghost-bg-dark
--zui-card-elevated-border#0000001aLight--zui-card-elevated-border-dark
--zui-card-elevated-bgoklch(96.8% 0.007 247.896 / 0.8)Light--zui-card-elevated-bg-dark
--zui-card-elevated-shadow0 12px 32px rgba(15,23,42,0.12)Light--zui-card-elevated-shadow-dark
--zui-card-sky-borderoklch(44.3% 0.11 240.79)Light--zui-card-sky-border-dark
--zui-card-sky-bgoklch(97.7% 0.013 236.62)Light--zui-card-sky-bg-dark
--zui-card-rose-borderoklch(45.5% 0.188 13.697)Light--zui-card-rose-border-dark
--zui-card-rose-bgoklch(96.9% 0.015 12.422)Light--zui-card-rose-bg-dark
--zui-card-purple-borderoklch(43.8% 0.218 303.724)Light--zui-card-purple-border-dark
--zui-card-purple-bgoklch(97.7% 0.014 308.299)Light--zui-card-purple-bg-dark
--zui-card-pink-borderoklch(45.9% 0.187 3.815)Light--zui-card-pink-border-dark
--zui-card-pink-bgoklch(97.1% 0.014 343.198)Light--zui-card-pink-bg-dark
--zui-card-orange-borderoklch(47% 0.157 37.304)Light--zui-card-orange-border-dark
--zui-card-orange-bgoklch(98% 0.016 73.684)Light--zui-card-orange-bg-dark
--zui-card-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-card-yellow-border-dark
--zui-card-yellow-bgoklch(98.7% 0.026 102.212)Light--zui-card-yellow-bg-dark
--zui-card-teal-borderoklch(43.7% 0.078 188.216)Light--zui-card-teal-border-dark
--zui-card-teal-bgoklch(98.4% 0.014 180.72)Light--zui-card-teal-bg-dark
--zui-card-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-card-indigo-border-dark
--zui-card-indigo-bgoklch(96.2% 0.018 272.314)Light--zui-card-indigo-bg-dark
--zui-card-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-card-emerald-border-dark
--zui-card-emerald-bgoklch(97.9% 0.021 166.113)Light--zui-card-emerald-bg-dark
--zui-card-gray-borderoklch(27.8% 0.033 256.848)Light--zui-card-gray-border-dark
--zui-card-gray-bgoklch(98.5% 0.002 247.839)Light--zui-card-gray-bg-dark
--zui-card-amber-borderoklch(47.3% 0.137 46.201)Light--zui-card-amber-border-dark
--zui-card-amber-bgoklch(98.7% 0.022 95.277)Light--zui-card-amber-bg-dark
--zui-card-violet-borderoklch(43.2% 0.232 292.759)Light--zui-card-violet-border-dark
--zui-card-violet-bgoklch(96.9% 0.016 293.756)Light--zui-card-violet-bg-dark
--zui-card-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-card-gradient-blue-border-dark
--zui-card-gradient-blue-fromoklch(97% 0.014 254.604)Light--zui-card-gradient-blue-from-dark
--zui-card-gradient-blue-tooklch(97.7% 0.014 308.299)Light--zui-card-gradient-blue-to-dark
--zui-card-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-card-gradient-green-border-dark
--zui-card-gradient-green-fromoklch(98.2% 0.018 155.826)Light--zui-card-gradient-green-from-dark
--zui-card-gradient-green-tooklch(98.6% 0.031 120.757)Light--zui-card-gradient-green-to-dark
--zui-card-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-card-gradient-red-border-dark
--zui-card-gradient-red-fromoklch(97.1% 0.013 17.38)Light--zui-card-gradient-red-from-dark
--zui-card-gradient-red-tooklch(97.1% 0.014 343.198)Light--zui-card-gradient-red-to-dark
--zui-card-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-card-gradient-yellow-border-dark
--zui-card-gradient-yellow-fromoklch(98.7% 0.026 102.212)Light--zui-card-gradient-yellow-from-dark
--zui-card-gradient-yellow-tooklch(98% 0.016 73.684)Light--zui-card-gradient-yellow-to-dark
--zui-card-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-card-gradient-purple-border-dark
--zui-card-gradient-purple-fromoklch(97.7% 0.014 308.299)Light--zui-card-gradient-purple-from-dark
--zui-card-gradient-purple-tooklch(97.1% 0.014 343.198)Light--zui-card-gradient-purple-to-dark
--zui-card-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-card-gradient-teal-border-dark
--zui-card-gradient-teal-fromoklch(98.4% 0.014 180.72)Light--zui-card-gradient-teal-from-dark
--zui-card-gradient-teal-tooklch(98.4% 0.019 200.873)Light--zui-card-gradient-teal-to-dark
--zui-card-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-card-gradient-indigo-border-dark
--zui-card-gradient-indigo-fromoklch(96.2% 0.018 272.314)Light--zui-card-gradient-indigo-from-dark
--zui-card-gradient-indigo-tooklch(97.7% 0.014 308.299)Light--zui-card-gradient-indigo-to-dark
--zui-card-gradient-pink-borderoklch(45.9% 0.187 3.815)Light--zui-card-gradient-pink-border-dark
--zui-card-gradient-pink-fromoklch(97.1% 0.014 343.198)Light--zui-card-gradient-pink-from-dark
--zui-card-gradient-pink-tooklch(96.9% 0.015 12.422)Light--zui-card-gradient-pink-to-dark
--zui-card-gradient-orange-borderoklch(47% 0.157 37.304)Light--zui-card-gradient-orange-border-dark
--zui-card-gradient-orange-fromoklch(98% 0.016 73.684)Light--zui-card-gradient-orange-from-dark
--zui-card-gradient-orange-tooklch(97.1% 0.013 17.38)Light--zui-card-gradient-orange-to-dark
--zui-card-header-border#0000001aLight--zui-card-header-border-dark
--zui-card-footer-border#0000001aSharednone
--zui-card-title-fgoklch(12.9% 0.042 264.695)Sharednone
--zui-card-description-fgoklch(55.4% 0.046 257.417)Sharednone
--zui-card-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-card-fg
--zui-card-ring-offset-darkoklch(12.9% 0.042 264.695)Dark--zui-card-ring-offset
--zui-card-ring-focus-darkOverride with your dark theme valueDark--zui-card-ring-focus
--zui-card-default-border-darkOverride with your dark theme valueDark--zui-card-default-border
--zui-card-default-bg-darkOverride with your dark theme valueDark--zui-card-default-bg
--zui-card-default-shadow-darkOverride with your dark theme valueDark--zui-card-default-shadow
--zui-card-glass-border-darkOverride with your dark theme valueDark--zui-card-glass-border
--zui-card-glass-bg-darkOverride with your dark theme valueDark--zui-card-glass-bg
--zui-card-glass-shadow-darkOverride with your dark theme valueDark--zui-card-glass-shadow
--zui-card-outline-border-darkOverride with your dark theme valueDark--zui-card-outline-border
--zui-card-outline-bg-darkOverride with your dark theme valueDark--zui-card-outline-bg
--zui-card-ghost-border-darkOverride with your dark theme valueDark--zui-card-ghost-border
--zui-card-ghost-bg-darkOverride with your dark theme valueDark--zui-card-ghost-bg
--zui-card-elevated-border-darkOverride with your dark theme valueDark--zui-card-elevated-border
--zui-card-elevated-bg-darkOverride with your dark theme valueDark--zui-card-elevated-bg
--zui-card-elevated-shadow-darkOverride with your dark theme valueDark--zui-card-elevated-shadow
--zui-card-sky-border-darkOverride with your dark theme valueDark--zui-card-sky-border
--zui-card-sky-bg-darkOverride with your dark theme valueDark--zui-card-sky-bg
--zui-card-rose-border-darkOverride with your dark theme valueDark--zui-card-rose-border
--zui-card-rose-bg-darkOverride with your dark theme valueDark--zui-card-rose-bg
--zui-card-purple-border-darkOverride with your dark theme valueDark--zui-card-purple-border
--zui-card-purple-bg-darkOverride with your dark theme valueDark--zui-card-purple-bg
--zui-card-pink-border-darkOverride with your dark theme valueDark--zui-card-pink-border
--zui-card-pink-bg-darkOverride with your dark theme valueDark--zui-card-pink-bg
--zui-card-orange-border-darkOverride with your dark theme valueDark--zui-card-orange-border
--zui-card-orange-bg-darkOverride with your dark theme valueDark--zui-card-orange-bg
--zui-card-yellow-border-darkOverride with your dark theme valueDark--zui-card-yellow-border
--zui-card-yellow-bg-darkOverride with your dark theme valueDark--zui-card-yellow-bg
--zui-card-teal-border-darkOverride with your dark theme valueDark--zui-card-teal-border
--zui-card-teal-bg-darkOverride with your dark theme valueDark--zui-card-teal-bg
--zui-card-indigo-border-darkOverride with your dark theme valueDark--zui-card-indigo-border
--zui-card-indigo-bg-darkOverride with your dark theme valueDark--zui-card-indigo-bg
--zui-card-emerald-border-darkOverride with your dark theme valueDark--zui-card-emerald-border
--zui-card-emerald-bg-darkOverride with your dark theme valueDark--zui-card-emerald-bg
--zui-card-gray-border-darkOverride with your dark theme valueDark--zui-card-gray-border
--zui-card-gray-bg-darkOverride with your dark theme valueDark--zui-card-gray-bg
--zui-card-amber-border-darkOverride with your dark theme valueDark--zui-card-amber-border
--zui-card-amber-bg-darkOverride with your dark theme valueDark--zui-card-amber-bg
--zui-card-violet-border-darkOverride with your dark theme valueDark--zui-card-violet-border
--zui-card-violet-bg-darkOverride with your dark theme valueDark--zui-card-violet-bg
--zui-card-gradient-blue-border-darkOverride with your dark theme valueDark--zui-card-gradient-blue-border
--zui-card-gradient-blue-from-darkOverride with your dark theme valueDark--zui-card-gradient-blue-from
--zui-card-gradient-blue-to-darkOverride with your dark theme valueDark--zui-card-gradient-blue-to
--zui-card-gradient-green-border-darkOverride with your dark theme valueDark--zui-card-gradient-green-border
--zui-card-gradient-green-from-darkOverride with your dark theme valueDark--zui-card-gradient-green-from
--zui-card-gradient-green-to-darkOverride with your dark theme valueDark--zui-card-gradient-green-to
--zui-card-gradient-red-border-darkOverride with your dark theme valueDark--zui-card-gradient-red-border
--zui-card-gradient-red-from-darkOverride with your dark theme valueDark--zui-card-gradient-red-from
--zui-card-gradient-red-to-darkOverride with your dark theme valueDark--zui-card-gradient-red-to
--zui-card-gradient-yellow-border-darkOverride with your dark theme valueDark--zui-card-gradient-yellow-border
--zui-card-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-card-gradient-yellow-from
--zui-card-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-card-gradient-yellow-to
--zui-card-gradient-purple-border-darkOverride with your dark theme valueDark--zui-card-gradient-purple-border
--zui-card-gradient-purple-from-darkOverride with your dark theme valueDark--zui-card-gradient-purple-from
--zui-card-gradient-purple-to-darkOverride with your dark theme valueDark--zui-card-gradient-purple-to
--zui-card-gradient-teal-border-darkOverride with your dark theme valueDark--zui-card-gradient-teal-border
--zui-card-gradient-teal-from-darkOverride with your dark theme valueDark--zui-card-gradient-teal-from
--zui-card-gradient-teal-to-darkOverride with your dark theme valueDark--zui-card-gradient-teal-to
--zui-card-gradient-indigo-border-darkOverride with your dark theme valueDark--zui-card-gradient-indigo-border
--zui-card-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-card-gradient-indigo-from
--zui-card-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-card-gradient-indigo-to
--zui-card-gradient-pink-border-darkOverride with your dark theme valueDark--zui-card-gradient-pink-border
--zui-card-gradient-pink-from-darkOverride with your dark theme valueDark--zui-card-gradient-pink-from
--zui-card-gradient-pink-to-darkOverride with your dark theme valueDark--zui-card-gradient-pink-to
--zui-card-gradient-orange-border-darkOverride with your dark theme valueDark--zui-card-gradient-orange-border
--zui-card-gradient-orange-from-darkOverride with your dark theme valueDark--zui-card-gradient-orange-from
--zui-card-gradient-orange-to-darkOverride with your dark theme valueDark--zui-card-gradient-orange-to
--zui-card-header-border-darkOverride with your dark theme valueDark--zui-card-header-border

Checkbox

Override these checkbox variables on :root, a theme selector, or a component wrapper.

38 tokens5 dark
VariableFallbackThemePair
--zui-checkbox-label-fgoklch(20.8% 0.042 265.755)Light--zui-checkbox-label-fg-dark
--zui-checkbox-border#0000004dLight--zui-checkbox-border-dark
--zui-checkbox-bgtransparentSharednone
--zui-checkbox-fgoklch(44.6% 0.043 257.281)Light--zui-checkbox-fg-dark
--zui-checkbox-ring-focusoklch(44.6% 0.043 257.281 / 0.7)Light--zui-checkbox-ring-focus-dark
--zui-checkbox-ring-offset-focusoklch(98.4% 0.003 247.858)Light--zui-checkbox-ring-offset-focus-dark
--zui-checkbox-default-border-checkedoklch(44.6% 0.043 257.281)Sharednone
--zui-checkbox-default-bg-checkedoklch(44.6% 0.043 257.281)Sharednone
--zui-checkbox-default-fg-checked#ffffffSharednone
--zui-checkbox-success-border-checkedoklch(59.6% 0.145 163.225)Sharednone
--zui-checkbox-success-bg-checkedoklch(59.6% 0.145 163.225)Sharednone
--zui-checkbox-success-fg-checked#ffffffSharednone
--zui-checkbox-warning-border-checkedoklch(68.1% 0.162 75.834)Sharednone
--zui-checkbox-warning-bg-checkedoklch(68.1% 0.162 75.834)Sharednone
--zui-checkbox-warning-fg-checked#ffffffSharednone
--zui-checkbox-error-border-checkedoklch(58.6% 0.253 17.585)Sharednone
--zui-checkbox-error-bg-checkedoklch(58.6% 0.253 17.585)Sharednone
--zui-checkbox-error-fg-checked#ffffffSharednone
--zui-checkbox-info-border-checkedoklch(54.6% 0.245 262.881)Sharednone
--zui-checkbox-info-bg-checkedoklch(54.6% 0.245 262.881)Sharednone
--zui-checkbox-info-fg-checked#ffffffSharednone
--zui-checkbox-violet-border-checkedoklch(54.1% 0.281 293.009)Sharednone
--zui-checkbox-violet-bg-checkedoklch(54.1% 0.281 293.009)Sharednone
--zui-checkbox-violet-fg-checked#ffffffSharednone
--zui-checkbox-amber-border-checkedoklch(66.6% 0.179 58.318)Sharednone
--zui-checkbox-amber-bg-checkedoklch(66.6% 0.179 58.318)Sharednone
--zui-checkbox-amber-fg-checked#ffffffSharednone
--zui-checkbox-pink-border-checkedoklch(59.2% 0.249 0.584)Sharednone
--zui-checkbox-pink-bg-checkedoklch(59.2% 0.249 0.584)Sharednone
--zui-checkbox-pink-fg-checked#ffffffSharednone
--zui-checkbox-indigo-border-checkedoklch(51.1% 0.262 276.966)Sharednone
--zui-checkbox-indigo-bg-checkedoklch(51.1% 0.262 276.966)Sharednone
--zui-checkbox-indigo-fg-checked#ffffffSharednone
--zui-checkbox-label-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-checkbox-label-fg
--zui-checkbox-border-dark#ffffff4dDark--zui-checkbox-border
--zui-checkbox-fg-darkoklch(92.9% 0.013 255.508)Dark--zui-checkbox-fg
--zui-checkbox-ring-focus-darkoklch(86.9% 0.022 252.894 / 0.7)Dark--zui-checkbox-ring-focus
--zui-checkbox-ring-offset-focus-darkoklch(12.9% 0.042 264.695)Dark--zui-checkbox-ring-offset-focus

Command

Override these command palette variables on :root, a theme selector, or a component wrapper to tune the overlay, trigger, panel, input, items, and appearance variants.

139 tokens69 dark
VariableFallbackThemePair
--zui-command-overlay-bgoklch(12.9% 0.042 264.695 / 0.6)Light--zui-command-overlay-bg-dark
--zui-command-trigger-border#0000001aLight--zui-command-trigger-border-dark
--zui-command-trigger-bgoklch(98.4% 0.003 247.858)Light--zui-command-trigger-bg-dark
--zui-command-trigger-fgoklch(44.6% 0.03 256.802)Light--zui-command-trigger-fg-dark
--zui-command-content-border#0000001aLight--zui-command-content-border-dark
--zui-command-content-bgoklch(98.4% 0.003 247.858)Light--zui-command-content-bg-dark
--zui-command-content-fgoklch(20.8% 0.042 265.755)Light--zui-command-content-fg-dark
--zui-command-content-shadow0 12px 40px rgba(15,23,42,0.18)Light--zui-command-content-shadow-dark
--zui-command-input-border#0000000fLight--zui-command-input-border-dark
--zui-command-input-fgoklch(20.8% 0.042 265.755)Light--zui-command-input-fg-dark
--zui-command-input-placeholderoklch(55.1% 0.027 264.364)Light--zui-command-input-placeholder-dark
--zui-command-group-heading-fgoklch(55.1% 0.027 264.364)Light--zui-command-group-heading-fg-dark
--zui-command-item-fgoklch(27.8% 0.033 256.848)Light--zui-command-item-fg-dark
--zui-command-item-active-bgoklch(95.1% 0.026 236.824)Light--zui-command-item-active-bg-dark
--zui-command-item-active-fgoklch(20.8% 0.042 265.755)Light--zui-command-item-active-fg-dark
--zui-command-separator-bg#0000000fLight--zui-command-separator-bg-dark
--zui-command-empty-fgoklch(55.1% 0.027 264.364)Light--zui-command-empty-fg-dark
--zui-command-footer-border#0000000fLight--zui-command-footer-border-dark
--zui-command-footer-fgoklch(55.1% 0.027 264.364)Light--zui-command-footer-fg-dark
--zui-command-content-default-bgoklch(98.4% 0.003 247.858)Light--zui-command-content-default-bg-dark
--zui-command-content-glass-border#00000026Light--zui-command-content-glass-border-dark
--zui-command-content-glass-bgoklch(98.4% 0.003 247.858 / 0.7)Light--zui-command-content-glass-bg-dark
--zui-command-content-sky-borderoklch(44.3% 0.11 240.79)Light--zui-command-content-sky-border-dark
--zui-command-content-sky-bgoklch(97.7% 0.013 236.62)Light--zui-command-content-sky-bg-dark
--zui-command-content-rose-borderoklch(45.5% 0.188 13.697)Light--zui-command-content-rose-border-dark
--zui-command-content-rose-bgoklch(96.9% 0.015 12.422)Light--zui-command-content-rose-bg-dark
--zui-command-content-purple-borderoklch(43.8% 0.218 303.724)Light--zui-command-content-purple-border-dark
--zui-command-content-purple-bgoklch(97.7% 0.014 308.299)Light--zui-command-content-purple-bg-dark
--zui-command-content-pink-borderoklch(45.9% 0.187 3.815)Light--zui-command-content-pink-border-dark
--zui-command-content-pink-bgoklch(97.1% 0.014 343.198)Light--zui-command-content-pink-bg-dark
--zui-command-content-orange-borderoklch(47% 0.157 37.304)Light--zui-command-content-orange-border-dark
--zui-command-content-orange-bgoklch(98% 0.016 73.684)Light--zui-command-content-orange-bg-dark
--zui-command-content-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-command-content-yellow-border-dark
--zui-command-content-yellow-bgoklch(98.7% 0.026 102.212)Light--zui-command-content-yellow-bg-dark
--zui-command-content-teal-borderoklch(43.7% 0.078 188.216)Light--zui-command-content-teal-border-dark
--zui-command-content-teal-bgoklch(98.4% 0.014 180.72)Light--zui-command-content-teal-bg-dark
--zui-command-content-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-command-content-indigo-border-dark
--zui-command-content-indigo-bgoklch(96.2% 0.018 272.314)Light--zui-command-content-indigo-bg-dark
--zui-command-content-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-command-content-emerald-border-dark
--zui-command-content-emerald-bgoklch(97.9% 0.021 166.113)Light--zui-command-content-emerald-bg-dark
--zui-command-content-gray-borderoklch(27.8% 0.033 256.848)Light--zui-command-content-gray-border-dark
--zui-command-content-gray-bgoklch(98.5% 0.002 247.839)Light--zui-command-content-gray-bg-dark
--zui-command-content-amber-borderoklch(47.3% 0.137 46.201)Light--zui-command-content-amber-border-dark
--zui-command-content-amber-bgoklch(98.7% 0.022 95.277)Light--zui-command-content-amber-bg-dark
--zui-command-content-violet-borderoklch(43.2% 0.232 292.759)Light--zui-command-content-violet-border-dark
--zui-command-content-violet-bgoklch(96.9% 0.016 293.756)Light--zui-command-content-violet-bg-dark
--zui-command-content-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-command-content-gradient-blue-border-dark
--zui-command-content-gradient-blue-fromoklch(97% 0.014 254.604)Light--zui-command-content-gradient-blue-from-dark
--zui-command-content-gradient-blue-tooklch(97.7% 0.014 308.299)Light--zui-command-content-gradient-blue-to-dark
--zui-command-content-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-command-content-gradient-green-border-dark
--zui-command-content-gradient-green-fromoklch(98.2% 0.018 155.826)Light--zui-command-content-gradient-green-from-dark
--zui-command-content-gradient-green-tooklch(98.6% 0.031 120.757)Light--zui-command-content-gradient-green-to-dark
--zui-command-content-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-command-content-gradient-red-border-dark
--zui-command-content-gradient-red-fromoklch(97.1% 0.013 17.38)Light--zui-command-content-gradient-red-from-dark
--zui-command-content-gradient-red-tooklch(97.1% 0.014 343.198)Light--zui-command-content-gradient-red-to-dark
--zui-command-content-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-command-content-gradient-yellow-border-dark
--zui-command-content-gradient-yellow-fromoklch(98.7% 0.026 102.212)Light--zui-command-content-gradient-yellow-from-dark
--zui-command-content-gradient-yellow-tooklch(98% 0.016 73.684)Light--zui-command-content-gradient-yellow-to-dark
--zui-command-content-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-command-content-gradient-purple-border-dark
--zui-command-content-gradient-purple-fromoklch(97.7% 0.014 308.299)Light--zui-command-content-gradient-purple-from-dark
--zui-command-content-gradient-purple-tooklch(97.1% 0.014 343.198)Light--zui-command-content-gradient-purple-to-dark
--zui-command-content-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-command-content-gradient-teal-border-dark
--zui-command-content-gradient-teal-fromoklch(98.4% 0.014 180.72)Light--zui-command-content-gradient-teal-from-dark
--zui-command-content-gradient-teal-tooklch(98.4% 0.019 200.873)Light--zui-command-content-gradient-teal-to-dark
--zui-command-content-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-command-content-gradient-indigo-border-dark
--zui-command-content-gradient-indigo-fromoklch(96.2% 0.018 272.314)Light--zui-command-content-gradient-indigo-from-dark
--zui-command-content-gradient-indigo-tooklch(97.7% 0.014 308.299)Light--zui-command-content-gradient-indigo-to-dark
--zui-command-content-gradient-pink-borderoklch(45.9% 0.187 3.815)Light--zui-command-content-gradient-pink-border-dark
--zui-command-content-gradient-pink-fromoklch(97.1% 0.014 343.198)Light--zui-command-content-gradient-pink-from-dark
--zui-command-content-gradient-pink-tooklch(96.9% 0.015 12.422)Sharednone
--zui-command-trigger-bg-darkoklch(12.9% 0.042 264.695)Dark--zui-command-trigger-bg
--zui-command-content-bg-darkoklch(12.9% 0.042 264.695)Dark--zui-command-content-bg
--zui-command-item-active-bg-darkoklch(28.2% 0.091 267.935 / 0.55)Dark--zui-command-item-active-bg
--zui-command-content-glass-bg-darkoklch(12.9% 0.042 264.695 / 0.7)Dark--zui-command-content-glass-bg
--zui-command-overlay-bg-darkOverride with your dark theme valueDark--zui-command-overlay-bg
--zui-command-trigger-border-darkOverride with your dark theme valueDark--zui-command-trigger-border
--zui-command-trigger-fg-darkOverride with your dark theme valueDark--zui-command-trigger-fg
--zui-command-content-border-darkOverride with your dark theme valueDark--zui-command-content-border
--zui-command-content-fg-darkOverride with your dark theme valueDark--zui-command-content-fg
--zui-command-content-shadow-darkOverride with your dark theme valueDark--zui-command-content-shadow
--zui-command-input-border-darkOverride with your dark theme valueDark--zui-command-input-border
--zui-command-input-fg-darkOverride with your dark theme valueDark--zui-command-input-fg
--zui-command-input-placeholder-darkOverride with your dark theme valueDark--zui-command-input-placeholder
--zui-command-group-heading-fg-darkOverride with your dark theme valueDark--zui-command-group-heading-fg
--zui-command-item-fg-darkOverride with your dark theme valueDark--zui-command-item-fg
--zui-command-item-active-fg-darkOverride with your dark theme valueDark--zui-command-item-active-fg
--zui-command-separator-bg-darkOverride with your dark theme valueDark--zui-command-separator-bg
--zui-command-empty-fg-darkOverride with your dark theme valueDark--zui-command-empty-fg
--zui-command-footer-border-darkOverride with your dark theme valueDark--zui-command-footer-border
--zui-command-footer-fg-darkOverride with your dark theme valueDark--zui-command-footer-fg
--zui-command-content-default-bg-darkOverride with your dark theme valueDark--zui-command-content-default-bg
--zui-command-content-glass-border-darkOverride with your dark theme valueDark--zui-command-content-glass-border
--zui-command-content-sky-border-darkOverride with your dark theme valueDark--zui-command-content-sky-border
--zui-command-content-sky-bg-darkOverride with your dark theme valueDark--zui-command-content-sky-bg
--zui-command-content-rose-border-darkOverride with your dark theme valueDark--zui-command-content-rose-border
--zui-command-content-rose-bg-darkOverride with your dark theme valueDark--zui-command-content-rose-bg
--zui-command-content-purple-border-darkOverride with your dark theme valueDark--zui-command-content-purple-border
--zui-command-content-purple-bg-darkOverride with your dark theme valueDark--zui-command-content-purple-bg
--zui-command-content-pink-border-darkOverride with your dark theme valueDark--zui-command-content-pink-border
--zui-command-content-pink-bg-darkOverride with your dark theme valueDark--zui-command-content-pink-bg
--zui-command-content-orange-border-darkOverride with your dark theme valueDark--zui-command-content-orange-border
--zui-command-content-orange-bg-darkOverride with your dark theme valueDark--zui-command-content-orange-bg
--zui-command-content-yellow-border-darkOverride with your dark theme valueDark--zui-command-content-yellow-border
--zui-command-content-yellow-bg-darkOverride with your dark theme valueDark--zui-command-content-yellow-bg
--zui-command-content-teal-border-darkOverride with your dark theme valueDark--zui-command-content-teal-border
--zui-command-content-teal-bg-darkOverride with your dark theme valueDark--zui-command-content-teal-bg
--zui-command-content-indigo-border-darkOverride with your dark theme valueDark--zui-command-content-indigo-border
--zui-command-content-indigo-bg-darkOverride with your dark theme valueDark--zui-command-content-indigo-bg
--zui-command-content-emerald-border-darkOverride with your dark theme valueDark--zui-command-content-emerald-border
--zui-command-content-emerald-bg-darkOverride with your dark theme valueDark--zui-command-content-emerald-bg
--zui-command-content-gray-border-darkOverride with your dark theme valueDark--zui-command-content-gray-border
--zui-command-content-gray-bg-darkOverride with your dark theme valueDark--zui-command-content-gray-bg
--zui-command-content-amber-border-darkOverride with your dark theme valueDark--zui-command-content-amber-border
--zui-command-content-amber-bg-darkOverride with your dark theme valueDark--zui-command-content-amber-bg
--zui-command-content-violet-border-darkOverride with your dark theme valueDark--zui-command-content-violet-border
--zui-command-content-violet-bg-darkOverride with your dark theme valueDark--zui-command-content-violet-bg
--zui-command-content-gradient-blue-border-darkOverride with your dark theme valueDark--zui-command-content-gradient-blue-border
--zui-command-content-gradient-blue-from-darkOverride with your dark theme valueDark--zui-command-content-gradient-blue-from
--zui-command-content-gradient-blue-to-darkOverride with your dark theme valueDark--zui-command-content-gradient-blue-to
--zui-command-content-gradient-green-border-darkOverride with your dark theme valueDark--zui-command-content-gradient-green-border
--zui-command-content-gradient-green-from-darkOverride with your dark theme valueDark--zui-command-content-gradient-green-from
--zui-command-content-gradient-green-to-darkOverride with your dark theme valueDark--zui-command-content-gradient-green-to
--zui-command-content-gradient-red-border-darkOverride with your dark theme valueDark--zui-command-content-gradient-red-border
--zui-command-content-gradient-red-from-darkOverride with your dark theme valueDark--zui-command-content-gradient-red-from
--zui-command-content-gradient-red-to-darkOverride with your dark theme valueDark--zui-command-content-gradient-red-to
--zui-command-content-gradient-yellow-border-darkOverride with your dark theme valueDark--zui-command-content-gradient-yellow-border
--zui-command-content-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-command-content-gradient-yellow-from
--zui-command-content-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-command-content-gradient-yellow-to
--zui-command-content-gradient-purple-border-darkOverride with your dark theme valueDark--zui-command-content-gradient-purple-border
--zui-command-content-gradient-purple-from-darkOverride with your dark theme valueDark--zui-command-content-gradient-purple-from
--zui-command-content-gradient-purple-to-darkOverride with your dark theme valueDark--zui-command-content-gradient-purple-to
--zui-command-content-gradient-teal-border-darkOverride with your dark theme valueDark--zui-command-content-gradient-teal-border
--zui-command-content-gradient-teal-from-darkOverride with your dark theme valueDark--zui-command-content-gradient-teal-from
--zui-command-content-gradient-teal-to-darkOverride with your dark theme valueDark--zui-command-content-gradient-teal-to
--zui-command-content-gradient-indigo-border-darkOverride with your dark theme valueDark--zui-command-content-gradient-indigo-border
--zui-command-content-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-command-content-gradient-indigo-from
--zui-command-content-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-command-content-gradient-indigo-to
--zui-command-content-gradient-pink-border-darkOverride with your dark theme valueDark--zui-command-content-gradient-pink-border
--zui-command-content-gradient-pink-from-darkOverride with your dark theme valueDark--zui-command-content-gradient-pink-from

ContextMenu

ContextMenu shares Dropdown content and item variables, plus label and separator tokens, so menu theming stays aligned across right-click and click-triggered actions.

185 tokens76 dark
VariableFallbackThemePair
--zui-dropdown-content-borderoklch(20.8% 0.042 265.755 / 0.1)Light--zui-dropdown-content-border-dark
--zui-dropdown-content-bgoklch(96.8% 0.007 247.896)Light--zui-dropdown-content-bg-dark
--zui-dropdown-content-fgoklch(20.8% 0.042 265.755)Light--zui-dropdown-content-fg-dark
--zui-dropdown-item-ring-focusoklch(55.1% 0.027 264.364 / 0.6)Light--zui-dropdown-item-ring-focus-dark
--zui-dropdown-item-default-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-default-bg-hover-dark
--zui-dropdown-item-default-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-default-fg-hover-dark
--zui-dropdown-item-default-fgoklch(21% 0.034 264.665)Light--zui-dropdown-item-default-fg-dark
--zui-dropdown-item-outline-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-outline-bg-hover-dark
--zui-dropdown-item-outline-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-outline-fg-hover-dark
--zui-dropdown-item-outline-border#000000Light--zui-dropdown-item-outline-border-dark
--zui-dropdown-item-outline-fgoklch(21% 0.034 264.665)Light--zui-dropdown-item-outline-fg-dark
--zui-dropdown-item-ghost-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-ghost-bg-hover-dark
--zui-dropdown-item-ghost-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-ghost-fg-hover-dark
--zui-dropdown-item-ghost-bgtransparentLight--zui-dropdown-item-ghost-bg-dark
--zui-dropdown-item-ghost-fgoklch(21% 0.034 264.665)Light--zui-dropdown-item-ghost-fg-dark
--zui-dropdown-item-white-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-white-bg-hover-dark
--zui-dropdown-item-white-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-white-fg-hover-dark
--zui-dropdown-item-white-bg#ffffffLight--zui-dropdown-item-white-bg-dark
--zui-dropdown-item-white-fgoklch(21% 0.034 264.665)Light--zui-dropdown-item-white-fg-dark
--zui-dropdown-item-black-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-black-bg-hover-dark
--zui-dropdown-item-black-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-black-fg-hover-dark
--zui-dropdown-item-black-bg#000000Light--zui-dropdown-item-black-bg-dark
--zui-dropdown-item-black-fg#ffffffLight--zui-dropdown-item-black-fg-dark
--zui-dropdown-item-sky-bg-hoveroklch(95.1% 0.026 236.824)Light--zui-dropdown-item-sky-bg-hover-dark
--zui-dropdown-item-sky-fg-hoveroklch(44.3% 0.11 240.79)Light--zui-dropdown-item-sky-fg-hover-dark
--zui-dropdown-item-sky-bgoklch(90.1% 0.058 230.902)Light--zui-dropdown-item-sky-bg-dark
--zui-dropdown-item-sky-fgoklch(39.1% 0.09 240.876)Light--zui-dropdown-item-sky-fg-dark
--zui-dropdown-item-rose-bg-hoveroklch(94.1% 0.03 12.58)Light--zui-dropdown-item-rose-bg-hover-dark
--zui-dropdown-item-rose-fg-hoveroklch(45.5% 0.188 13.697)Light--zui-dropdown-item-rose-fg-hover-dark
--zui-dropdown-item-rose-bgoklch(89.2% 0.058 10.001)Light--zui-dropdown-item-rose-bg-dark
--zui-dropdown-item-rose-fgoklch(41% 0.159 10.272)Light--zui-dropdown-item-rose-fg-dark
--zui-dropdown-item-purple-bg-hoveroklch(94.6% 0.033 307.174)Light--zui-dropdown-item-purple-bg-hover-dark
--zui-dropdown-item-purple-fg-hoveroklch(43.8% 0.218 303.724)Light--zui-dropdown-item-purple-fg-hover-dark
--zui-dropdown-item-purple-bgoklch(90.2% 0.063 306.703)Light--zui-dropdown-item-purple-bg-dark
--zui-dropdown-item-purple-fgoklch(38.1% 0.176 304.987)Light--zui-dropdown-item-purple-fg-dark
--zui-dropdown-item-pink-bg-hoveroklch(94.8% 0.028 342.258)Light--zui-dropdown-item-pink-bg-hover-dark
--zui-dropdown-item-pink-fg-hoveroklch(45.9% 0.187 3.815)Light--zui-dropdown-item-pink-fg-hover-dark
--zui-dropdown-item-pink-bgoklch(89.9% 0.061 343.231)Light--zui-dropdown-item-pink-bg-dark
--zui-dropdown-item-pink-fgoklch(40.8% 0.153 2.432)Light--zui-dropdown-item-pink-fg-dark
--zui-dropdown-item-orange-bg-hoveroklch(95.4% 0.038 75.164)Light--zui-dropdown-item-orange-bg-hover-dark
--zui-dropdown-item-orange-fg-hoveroklch(47% 0.157 37.304)Light--zui-dropdown-item-orange-fg-hover-dark
--zui-dropdown-item-orange-bgoklch(90.1% 0.076 70.697)Light--zui-dropdown-item-orange-bg-dark
--zui-dropdown-item-orange-fgoklch(40.8% 0.123 38.172)Light--zui-dropdown-item-orange-fg-dark
--zui-dropdown-item-yellow-bg-hoveroklch(97.3% 0.071 103.193)Light--zui-dropdown-item-yellow-bg-hover-dark
--zui-dropdown-item-yellow-fg-hoveroklch(47.6% 0.114 61.907)Light--zui-dropdown-item-yellow-fg-hover-dark
--zui-dropdown-item-yellow-bgoklch(94.5% 0.129 101.54)Light--zui-dropdown-item-yellow-bg-dark
--zui-dropdown-item-yellow-fgoklch(42.1% 0.095 57.708)Light--zui-dropdown-item-yellow-fg-dark
--zui-dropdown-item-teal-bg-hoveroklch(95.3% 0.051 180.801)Light--zui-dropdown-item-teal-bg-hover-dark
--zui-dropdown-item-teal-fg-hoveroklch(43.7% 0.078 188.216)Light--zui-dropdown-item-teal-fg-hover-dark
--zui-dropdown-item-teal-bgoklch(91% 0.096 180.426)Light--zui-dropdown-item-teal-bg-dark
--zui-dropdown-item-teal-fgoklch(38.6% 0.063 188.416)Light--zui-dropdown-item-teal-fg-dark
--zui-dropdown-item-indigo-bg-hoveroklch(93% 0.034 272.788)Light--zui-dropdown-item-indigo-bg-hover-dark
--zui-dropdown-item-indigo-fg-hoveroklch(39.8% 0.195 277.366)Light--zui-dropdown-item-indigo-fg-hover-dark
--zui-dropdown-item-indigo-bgoklch(87% 0.065 274.039)Light--zui-dropdown-item-indigo-bg-dark
--zui-dropdown-item-indigo-fgoklch(35.9% 0.144 278.697)Light--zui-dropdown-item-indigo-fg-dark
--zui-dropdown-item-emerald-bg-hoveroklch(95% 0.052 163.051)Light--zui-dropdown-item-emerald-bg-hover-dark
--zui-dropdown-item-emerald-fg-hoveroklch(43.2% 0.095 166.913)Light--zui-dropdown-item-emerald-fg-hover-dark
--zui-dropdown-item-emerald-bgoklch(90.5% 0.093 164.15)Light--zui-dropdown-item-emerald-bg-dark
--zui-dropdown-item-emerald-fgoklch(37.8% 0.077 168.94)Light--zui-dropdown-item-emerald-fg-dark
--zui-dropdown-item-gray-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-gray-bg-hover-dark
--zui-dropdown-item-gray-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-gray-fg-hover-dark
--zui-dropdown-item-gray-bgoklch(92.8% 0.006 264.531)Light--zui-dropdown-item-gray-bg-dark
--zui-dropdown-item-gray-fgoklch(55.1% 0.027 264.364)Light--zui-dropdown-item-gray-fg-dark
--zui-dropdown-item-amber-bg-hoveroklch(96.2% 0.059 95.617)Light--zui-dropdown-item-amber-bg-hover-dark
--zui-dropdown-item-amber-fg-hoveroklch(47.3% 0.137 46.201)Light--zui-dropdown-item-amber-fg-hover-dark
--zui-dropdown-item-amber-bgoklch(92.4% 0.12 95.746)Light--zui-dropdown-item-amber-bg-dark
--zui-dropdown-item-amber-fgoklch(41.4% 0.112 45.904)Light--zui-dropdown-item-amber-fg-dark
--zui-dropdown-item-violet-bg-hoveroklch(94.3% 0.029 294.588)Light--zui-dropdown-item-violet-bg-hover-dark
--zui-dropdown-item-violet-fg-hoveroklch(43.2% 0.232 292.759)Light--zui-dropdown-item-violet-fg-hover-dark
--zui-dropdown-item-violet-bgoklch(89.4% 0.057 293.283)Light--zui-dropdown-item-violet-bg-dark
--zui-dropdown-item-violet-fgoklch(38% 0.189 293.745)Light--zui-dropdown-item-violet-fg-dark
--zui-dropdown-item-gradient-blue-fromoklch(42.4% 0.199 265.638)Light--zui-dropdown-item-gradient-blue-from-dark
--zui-dropdown-item-gradient-blue-tooklch(43.8% 0.218 303.724)Light--zui-dropdown-item-gradient-blue-to-dark
--zui-dropdown-item-gradient-blue-fg-hoveroklch(62.3% 0.214 259.815)Light--zui-dropdown-item-gradient-blue-fg-hover-dark
--zui-dropdown-item-gradient-blue-fgoklch(37.9% 0.146 265.522)Sharednone
--zui-dropdown-item-gradient-green-fromoklch(44.8% 0.119 151.328)Sharednone
--zui-dropdown-item-gradient-green-tooklch(45.3% 0.124 130.933)Sharednone
--zui-dropdown-item-gradient-green-fg-hoveroklch(72.3% 0.219 149.579)Sharednone
--zui-dropdown-item-gradient-green-fgoklch(39.3% 0.095 152.535)Sharednone
--zui-dropdown-item-gradient-red-fromoklch(44.4% 0.177 26.899)Sharednone
--zui-dropdown-item-gradient-red-tooklch(45.9% 0.187 3.815)Sharednone
--zui-dropdown-item-gradient-red-fg-hoveroklch(63.7% 0.237 25.331)Sharednone
--zui-dropdown-item-gradient-red-fgoklch(39.6% 0.141 25.723)Sharednone
--zui-dropdown-item-gradient-yellow-fromoklch(47.6% 0.114 61.907)Sharednone
--zui-dropdown-item-gradient-yellow-tooklch(47% 0.157 37.304)Sharednone
--zui-dropdown-item-gradient-yellow-fg-hoveroklch(79.5% 0.184 86.047)Sharednone
--zui-dropdown-item-gradient-yellow-fgoklch(42.1% 0.095 57.708)Sharednone
--zui-dropdown-item-gradient-purple-fromoklch(43.8% 0.218 303.724)Sharednone
--zui-dropdown-item-gradient-purple-tooklch(45.9% 0.187 3.815)Sharednone
--zui-dropdown-item-gradient-purple-fg-hoveroklch(62.7% 0.265 303.9)Sharednone
--zui-dropdown-item-gradient-purple-fgoklch(38.1% 0.176 304.987)Sharednone
--zui-dropdown-item-gradient-teal-fromoklch(43.7% 0.078 188.216)Sharednone
--zui-dropdown-item-gradient-teal-tooklch(45% 0.085 224.283)Sharednone
--zui-dropdown-item-gradient-teal-fg-hoveroklch(70.4% 0.14 182.503)Sharednone
--zui-dropdown-item-gradient-teal-fgoklch(38.6% 0.063 188.416)Sharednone
--zui-dropdown-item-gradient-indigo-fromoklch(39.8% 0.195 277.366)Sharednone
--zui-dropdown-item-gradient-indigo-tooklch(43.8% 0.218 303.724)Sharednone
--zui-dropdown-item-gradient-indigo-fg-hoveroklch(58.5% 0.233 277.117)Sharednone
--zui-dropdown-item-gradient-indigo-fgoklch(35.9% 0.144 278.697)Sharednone
--zui-dropdown-item-gradient-pink-fromoklch(45.9% 0.187 3.815)Sharednone
--zui-dropdown-item-gradient-pink-tooklch(45.5% 0.188 13.697)Sharednone
--zui-dropdown-item-gradient-pink-fg-hoveroklch(65.6% 0.241 354.308)Sharednone
--zui-dropdown-item-gradient-pink-fgoklch(40.8% 0.153 2.432)Sharednone
--zui-dropdown-item-gradient-orange-fromoklch(47% 0.157 37.304)Sharednone
--zui-dropdown-item-gradient-orange-tooklch(44.4% 0.177 26.899)Sharednone
--zui-dropdown-item-gradient-orange-fg-hoveroklch(70.5% 0.213 47.604)Sharednone
--zui-dropdown-item-gradient-orange-fgoklch(40.8% 0.123 38.172)Sharednone
--zui-dropdown-label-fgoklch(55.1% 0.027 264.364)Light--zui-dropdown-label-fg-dark
--zui-dropdown-separator-bgoklch(20.8% 0.042 265.755 / 0.12)Light--zui-dropdown-separator-bg-dark
--zui-dropdown-content-border-dark#ffffff1aDark--zui-dropdown-content-border
--zui-dropdown-content-bg-darkoklch(20.8% 0.042 265.755)Dark--zui-dropdown-content-bg
--zui-dropdown-content-fg-darkoklch(96.8% 0.007 247.896)Dark--zui-dropdown-content-fg
--zui-dropdown-item-violet-bg-darkoklch(28.3% 0.141 291.089)Dark--zui-dropdown-item-violet-bg
--zui-dropdown-item-emerald-bg-darkoklch(26.2% 0.051 172.552)Dark--zui-dropdown-item-emerald-bg
--zui-dropdown-label-fg-darkoklch(70.7% 0.022 261.325)Dark--zui-dropdown-label-fg
--zui-dropdown-separator-bg-dark#ffffff1aDark--zui-dropdown-separator-bg
--zui-dropdown-item-ring-focus-darkOverride with your dark theme valueDark--zui-dropdown-item-ring-focus
--zui-dropdown-item-default-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-default-bg-hover
--zui-dropdown-item-default-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-default-fg-hover
--zui-dropdown-item-default-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-default-fg
--zui-dropdown-item-outline-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-outline-bg-hover
--zui-dropdown-item-outline-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-outline-fg-hover
--zui-dropdown-item-outline-border-darkOverride with your dark theme valueDark--zui-dropdown-item-outline-border
--zui-dropdown-item-outline-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-outline-fg
--zui-dropdown-item-ghost-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-ghost-bg-hover
--zui-dropdown-item-ghost-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-ghost-fg-hover
--zui-dropdown-item-ghost-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-ghost-bg
--zui-dropdown-item-ghost-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-ghost-fg
--zui-dropdown-item-white-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-white-bg-hover
--zui-dropdown-item-white-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-white-fg-hover
--zui-dropdown-item-white-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-white-bg
--zui-dropdown-item-white-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-white-fg
--zui-dropdown-item-black-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-black-bg-hover
--zui-dropdown-item-black-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-black-fg-hover
--zui-dropdown-item-black-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-black-bg
--zui-dropdown-item-black-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-black-fg
--zui-dropdown-item-sky-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-sky-bg-hover
--zui-dropdown-item-sky-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-sky-fg-hover
--zui-dropdown-item-sky-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-sky-bg
--zui-dropdown-item-sky-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-sky-fg
--zui-dropdown-item-rose-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-rose-bg-hover
--zui-dropdown-item-rose-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-rose-fg-hover
--zui-dropdown-item-rose-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-rose-bg
--zui-dropdown-item-rose-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-rose-fg
--zui-dropdown-item-purple-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-purple-bg-hover
--zui-dropdown-item-purple-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-purple-fg-hover
--zui-dropdown-item-purple-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-purple-bg
--zui-dropdown-item-purple-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-purple-fg
--zui-dropdown-item-pink-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-pink-bg-hover
--zui-dropdown-item-pink-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-pink-fg-hover
--zui-dropdown-item-pink-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-pink-bg
--zui-dropdown-item-pink-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-pink-fg
--zui-dropdown-item-orange-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-orange-bg-hover
--zui-dropdown-item-orange-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-orange-fg-hover
--zui-dropdown-item-orange-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-orange-bg
--zui-dropdown-item-orange-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-orange-fg
--zui-dropdown-item-yellow-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-yellow-bg-hover
--zui-dropdown-item-yellow-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-yellow-fg-hover
--zui-dropdown-item-yellow-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-yellow-bg
--zui-dropdown-item-yellow-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-yellow-fg
--zui-dropdown-item-teal-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-teal-bg-hover
--zui-dropdown-item-teal-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-teal-fg-hover
--zui-dropdown-item-teal-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-teal-bg
--zui-dropdown-item-teal-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-teal-fg
--zui-dropdown-item-indigo-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-indigo-bg-hover
--zui-dropdown-item-indigo-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-indigo-fg-hover
--zui-dropdown-item-indigo-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-indigo-bg
--zui-dropdown-item-indigo-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-indigo-fg
--zui-dropdown-item-emerald-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-emerald-bg-hover
--zui-dropdown-item-emerald-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-emerald-fg-hover
--zui-dropdown-item-emerald-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-emerald-fg
--zui-dropdown-item-gray-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-gray-bg-hover
--zui-dropdown-item-gray-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-gray-fg-hover
--zui-dropdown-item-gray-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-gray-bg
--zui-dropdown-item-gray-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-gray-fg
--zui-dropdown-item-amber-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-amber-bg-hover
--zui-dropdown-item-amber-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-amber-fg-hover
--zui-dropdown-item-amber-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-amber-bg
--zui-dropdown-item-amber-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-amber-fg
--zui-dropdown-item-violet-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-violet-bg-hover
--zui-dropdown-item-violet-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-violet-fg-hover
--zui-dropdown-item-violet-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-violet-fg
--zui-dropdown-item-gradient-blue-from-darkOverride with your dark theme valueDark--zui-dropdown-item-gradient-blue-from
--zui-dropdown-item-gradient-blue-to-darkOverride with your dark theme valueDark--zui-dropdown-item-gradient-blue-to
--zui-dropdown-item-gradient-blue-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-gradient-blue-fg-hover

Copy button

Override these copy-button variables on :root, a theme selector, or a component wrapper. Structural variables drive the radius, focus ring, and ring offset; each appearance sets background, foreground, border, shadow, and hover tokens.

207 tokens103 dark
VariableFallbackThemePair
--zui-copy-button-radius0.75remLight--zui-copy-button-radius-dark
--zui-copy-button-ring-offset#f8fafcLight--zui-copy-button-ring-offset-dark
--zui-copy-button-focus-ring#475569Light--zui-copy-button-focus-ring-dark
--zui-copy-button-default-bg#0f172aLight--zui-copy-button-default-bg-dark
--zui-copy-button-default-fg#f8fafcLight--zui-copy-button-default-fg-dark
--zui-copy-button-default-shadow0 1px 2px #0f172a14Light--zui-copy-button-default-shadow-dark
--zui-copy-button-default-bg-hover#000000Light--zui-copy-button-default-bg-hover-dark
--zui-copy-button-secondary-bg#e2e8f0Light--zui-copy-button-secondary-bg-dark
--zui-copy-button-secondary-fg#0f172aLight--zui-copy-button-secondary-fg-dark
--zui-copy-button-secondary-bg-hover#cbd5e1Light--zui-copy-button-secondary-bg-hover-dark
--zui-copy-button-destructive-bg#f43f5eLight--zui-copy-button-destructive-bg-dark
--zui-copy-button-destructive-fg#ffffffLight--zui-copy-button-destructive-fg-dark
--zui-copy-button-destructive-bg-hover#f43f5eLight--zui-copy-button-destructive-bg-hover-dark
--zui-copy-button-outline-border#0000001aLight--zui-copy-button-outline-border-dark
--zui-copy-button-outline-bg#0000000dLight--zui-copy-button-outline-bg-dark
--zui-copy-button-outline-fg#0f172aLight--zui-copy-button-outline-fg-dark
--zui-copy-button-outline-bg-hover#0000001aLight--zui-copy-button-outline-bg-hover-dark
--zui-copy-button-ghost-fg#334155Light--zui-copy-button-ghost-fg-dark
--zui-copy-button-ghost-bg-hover#0000000dLight--zui-copy-button-ghost-bg-hover-dark
--zui-copy-button-glass-border#00000026Light--zui-copy-button-glass-border-dark
--zui-copy-button-glass-bg#0000001aLight--zui-copy-button-glass-bg-dark
--zui-copy-button-glass-fg#0f172aLight--zui-copy-button-glass-fg-dark
--zui-copy-button-glass-bg-hover#00000026Light--zui-copy-button-glass-bg-hover-dark
--zui-copy-button-emerald-bg#10b981Light--zui-copy-button-emerald-bg-dark
--zui-copy-button-emerald-fg#ffffffLight--zui-copy-button-emerald-fg-dark
--zui-copy-button-emerald-bg-hover#10b981Light--zui-copy-button-emerald-bg-hover-dark
--zui-copy-button-indigo-bg#3730a3Light--zui-copy-button-indigo-bg-dark
--zui-copy-button-indigo-fg#ffffffLight--zui-copy-button-indigo-fg-dark
--zui-copy-button-indigo-bg-hover#3730a3Light--zui-copy-button-indigo-bg-hover-dark
--zui-copy-button-purple-bg#6b21a8Light--zui-copy-button-purple-bg-dark
--zui-copy-button-purple-fg#ffffffLight--zui-copy-button-purple-fg-dark
--zui-copy-button-purple-bg-hover#6b21a8Light--zui-copy-button-purple-bg-hover-dark
--zui-copy-button-pink-bg#9d174dLight--zui-copy-button-pink-bg-dark
--zui-copy-button-pink-fg#ffffffLight--zui-copy-button-pink-fg-dark
--zui-copy-button-pink-bg-hover#9d174dLight--zui-copy-button-pink-bg-hover-dark
--zui-copy-button-rose-bg#9f1239Light--zui-copy-button-rose-bg-dark
--zui-copy-button-rose-fg#ffffffLight--zui-copy-button-rose-fg-dark
--zui-copy-button-rose-bg-hover#9f1239Light--zui-copy-button-rose-bg-hover-dark
--zui-copy-button-sky-bg#0ea5e9Light--zui-copy-button-sky-bg-dark
--zui-copy-button-sky-fg#ffffffLight--zui-copy-button-sky-fg-dark
--zui-copy-button-sky-bg-hover#0ea5e9Light--zui-copy-button-sky-bg-hover-dark
--zui-copy-button-teal-bg#14b8a6Light--zui-copy-button-teal-bg-dark
--zui-copy-button-teal-fg#ffffffLight--zui-copy-button-teal-fg-dark
--zui-copy-button-teal-bg-hover#14b8a6Light--zui-copy-button-teal-bg-hover-dark
--zui-copy-button-yellow-bg#eab308Light--zui-copy-button-yellow-bg-dark
--zui-copy-button-yellow-fg#ffffffLight--zui-copy-button-yellow-fg-dark
--zui-copy-button-yellow-bg-hover#eab308Light--zui-copy-button-yellow-bg-hover-dark
--zui-copy-button-orange-bg#f97316Light--zui-copy-button-orange-bg-dark
--zui-copy-button-orange-fg#ffffffLight--zui-copy-button-orange-fg-dark
--zui-copy-button-orange-bg-hover#f97316Light--zui-copy-button-orange-bg-hover-dark
--zui-copy-button-gray-bg#6b7280Light--zui-copy-button-gray-bg-dark
--zui-copy-button-gray-fg#ffffffLight--zui-copy-button-gray-fg-dark
--zui-copy-button-gray-bg-hover#6b7280Light--zui-copy-button-gray-bg-hover-dark
--zui-copy-button-amber-bg#f59e0bLight--zui-copy-button-amber-bg-dark
--zui-copy-button-amber-fg#ffffffLight--zui-copy-button-amber-fg-dark
--zui-copy-button-amber-bg-hover#f59e0bLight--zui-copy-button-amber-bg-hover-dark
--zui-copy-button-violet-bg#5b21b6Light--zui-copy-button-violet-bg-dark
--zui-copy-button-violet-fg#ffffffLight--zui-copy-button-violet-fg-dark
--zui-copy-button-violet-bg-hover#5b21b6Light--zui-copy-button-violet-bg-hover-dark
--zui-copy-button-gradient-blue-from#1e40afLight--zui-copy-button-gradient-blue-from-dark
--zui-copy-button-gradient-blue-to#6b21a8Light--zui-copy-button-gradient-blue-to-dark
--zui-copy-button-gradient-blue-fg#ffffffLight--zui-copy-button-gradient-blue-fg-dark
--zui-copy-button-gradient-blue-from-hover#1e40afLight--zui-copy-button-gradient-blue-from-hover-dark
--zui-copy-button-gradient-blue-to-hover#6b21a8Light--zui-copy-button-gradient-blue-to-hover-dark
--zui-copy-button-gradient-green-from#166534Light--zui-copy-button-gradient-green-from-dark
--zui-copy-button-gradient-green-to#3f6212Light--zui-copy-button-gradient-green-to-dark
--zui-copy-button-gradient-green-fg#ffffffLight--zui-copy-button-gradient-green-fg-dark
--zui-copy-button-gradient-green-from-hover#166534Light--zui-copy-button-gradient-green-from-hover-dark
--zui-copy-button-gradient-green-to-hover#3f6212Light--zui-copy-button-gradient-green-to-hover-dark
--zui-copy-button-gradient-red-from#991b1bLight--zui-copy-button-gradient-red-from-dark
--zui-copy-button-gradient-red-to#9d174dLight--zui-copy-button-gradient-red-to-dark
--zui-copy-button-gradient-red-fg#ffffffLight--zui-copy-button-gradient-red-fg-dark
--zui-copy-button-gradient-red-from-hover#991b1bLight--zui-copy-button-gradient-red-from-hover-dark
--zui-copy-button-gradient-red-to-hover#9d174dLight--zui-copy-button-gradient-red-to-hover-dark
--zui-copy-button-gradient-yellow-from#854d0eLight--zui-copy-button-gradient-yellow-from-dark
--zui-copy-button-gradient-yellow-to#9a3412Light--zui-copy-button-gradient-yellow-to-dark
--zui-copy-button-gradient-yellow-fg#ffffffLight--zui-copy-button-gradient-yellow-fg-dark
--zui-copy-button-gradient-yellow-from-hover#854d0eLight--zui-copy-button-gradient-yellow-from-hover-dark
--zui-copy-button-gradient-yellow-to-hover#9a3412Light--zui-copy-button-gradient-yellow-to-hover-dark
--zui-copy-button-gradient-purple-from#6b21a8Light--zui-copy-button-gradient-purple-from-dark
--zui-copy-button-gradient-purple-to#9d174dLight--zui-copy-button-gradient-purple-to-dark
--zui-copy-button-gradient-purple-fg#ffffffLight--zui-copy-button-gradient-purple-fg-dark
--zui-copy-button-gradient-purple-from-hover#6b21a8Light--zui-copy-button-gradient-purple-from-hover-dark
--zui-copy-button-gradient-purple-to-hover#9d174dLight--zui-copy-button-gradient-purple-to-hover-dark
--zui-copy-button-gradient-teal-from#115e59Light--zui-copy-button-gradient-teal-from-dark
--zui-copy-button-gradient-teal-to#155e75Light--zui-copy-button-gradient-teal-to-dark
--zui-copy-button-gradient-teal-fg#ffffffLight--zui-copy-button-gradient-teal-fg-dark
--zui-copy-button-gradient-teal-from-hover#115e59Light--zui-copy-button-gradient-teal-from-hover-dark
--zui-copy-button-gradient-teal-to-hover#155e75Light--zui-copy-button-gradient-teal-to-hover-dark
--zui-copy-button-gradient-indigo-from#3730a3Light--zui-copy-button-gradient-indigo-from-dark
--zui-copy-button-gradient-indigo-to#6b21a8Light--zui-copy-button-gradient-indigo-to-dark
--zui-copy-button-gradient-indigo-fg#ffffffLight--zui-copy-button-gradient-indigo-fg-dark
--zui-copy-button-gradient-indigo-from-hover#3730a3Light--zui-copy-button-gradient-indigo-from-hover-dark
--zui-copy-button-gradient-indigo-to-hover#6b21a8Light--zui-copy-button-gradient-indigo-to-hover-dark
--zui-copy-button-gradient-pink-from#9d174dLight--zui-copy-button-gradient-pink-from-dark
--zui-copy-button-gradient-pink-to#9f1239Light--zui-copy-button-gradient-pink-to-dark
--zui-copy-button-gradient-pink-fg#ffffffLight--zui-copy-button-gradient-pink-fg-dark
--zui-copy-button-gradient-pink-from-hover#9d174dLight--zui-copy-button-gradient-pink-from-hover-dark
--zui-copy-button-gradient-pink-to-hover#9f1239Light--zui-copy-button-gradient-pink-to-hover-dark
--zui-copy-button-gradient-orange-from#9a3412Light--zui-copy-button-gradient-orange-from-dark
--zui-copy-button-gradient-orange-to#991b1bLight--zui-copy-button-gradient-orange-to-dark
--zui-copy-button-gradient-orange-fg#ffffffLight--zui-copy-button-gradient-orange-fg-dark
--zui-copy-button-gradient-orange-from-hover#9a3412Light--zui-copy-button-gradient-orange-from-hover-dark
--zui-copy-button-gradient-orange-to-hover#991b1bSharednone
--zui-copy-button-ring-offset-dark#020617Dark--zui-copy-button-ring-offset
--zui-copy-button-focus-ring-dark#cbd5e1Dark--zui-copy-button-focus-ring
--zui-copy-button-radius-darkOverride with your dark theme valueDark--zui-copy-button-radius
--zui-copy-button-default-bg-darkOverride with your dark theme valueDark--zui-copy-button-default-bg
--zui-copy-button-default-fg-darkOverride with your dark theme valueDark--zui-copy-button-default-fg
--zui-copy-button-default-shadow-darkOverride with your dark theme valueDark--zui-copy-button-default-shadow
--zui-copy-button-default-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-default-bg-hover
--zui-copy-button-secondary-bg-darkOverride with your dark theme valueDark--zui-copy-button-secondary-bg
--zui-copy-button-secondary-fg-darkOverride with your dark theme valueDark--zui-copy-button-secondary-fg
--zui-copy-button-secondary-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-secondary-bg-hover
--zui-copy-button-destructive-bg-darkOverride with your dark theme valueDark--zui-copy-button-destructive-bg
--zui-copy-button-destructive-fg-darkOverride with your dark theme valueDark--zui-copy-button-destructive-fg
--zui-copy-button-destructive-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-destructive-bg-hover
--zui-copy-button-outline-border-darkOverride with your dark theme valueDark--zui-copy-button-outline-border
--zui-copy-button-outline-bg-darkOverride with your dark theme valueDark--zui-copy-button-outline-bg
--zui-copy-button-outline-fg-darkOverride with your dark theme valueDark--zui-copy-button-outline-fg
--zui-copy-button-outline-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-outline-bg-hover
--zui-copy-button-ghost-fg-darkOverride with your dark theme valueDark--zui-copy-button-ghost-fg
--zui-copy-button-ghost-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-ghost-bg-hover
--zui-copy-button-glass-border-darkOverride with your dark theme valueDark--zui-copy-button-glass-border
--zui-copy-button-glass-bg-darkOverride with your dark theme valueDark--zui-copy-button-glass-bg
--zui-copy-button-glass-fg-darkOverride with your dark theme valueDark--zui-copy-button-glass-fg
--zui-copy-button-glass-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-glass-bg-hover
--zui-copy-button-emerald-bg-darkOverride with your dark theme valueDark--zui-copy-button-emerald-bg
--zui-copy-button-emerald-fg-darkOverride with your dark theme valueDark--zui-copy-button-emerald-fg
--zui-copy-button-emerald-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-emerald-bg-hover
--zui-copy-button-indigo-bg-darkOverride with your dark theme valueDark--zui-copy-button-indigo-bg
--zui-copy-button-indigo-fg-darkOverride with your dark theme valueDark--zui-copy-button-indigo-fg
--zui-copy-button-indigo-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-indigo-bg-hover
--zui-copy-button-purple-bg-darkOverride with your dark theme valueDark--zui-copy-button-purple-bg
--zui-copy-button-purple-fg-darkOverride with your dark theme valueDark--zui-copy-button-purple-fg
--zui-copy-button-purple-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-purple-bg-hover
--zui-copy-button-pink-bg-darkOverride with your dark theme valueDark--zui-copy-button-pink-bg
--zui-copy-button-pink-fg-darkOverride with your dark theme valueDark--zui-copy-button-pink-fg
--zui-copy-button-pink-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-pink-bg-hover
--zui-copy-button-rose-bg-darkOverride with your dark theme valueDark--zui-copy-button-rose-bg
--zui-copy-button-rose-fg-darkOverride with your dark theme valueDark--zui-copy-button-rose-fg
--zui-copy-button-rose-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-rose-bg-hover
--zui-copy-button-sky-bg-darkOverride with your dark theme valueDark--zui-copy-button-sky-bg
--zui-copy-button-sky-fg-darkOverride with your dark theme valueDark--zui-copy-button-sky-fg
--zui-copy-button-sky-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-sky-bg-hover
--zui-copy-button-teal-bg-darkOverride with your dark theme valueDark--zui-copy-button-teal-bg
--zui-copy-button-teal-fg-darkOverride with your dark theme valueDark--zui-copy-button-teal-fg
--zui-copy-button-teal-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-teal-bg-hover
--zui-copy-button-yellow-bg-darkOverride with your dark theme valueDark--zui-copy-button-yellow-bg
--zui-copy-button-yellow-fg-darkOverride with your dark theme valueDark--zui-copy-button-yellow-fg
--zui-copy-button-yellow-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-yellow-bg-hover
--zui-copy-button-orange-bg-darkOverride with your dark theme valueDark--zui-copy-button-orange-bg
--zui-copy-button-orange-fg-darkOverride with your dark theme valueDark--zui-copy-button-orange-fg
--zui-copy-button-orange-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-orange-bg-hover
--zui-copy-button-gray-bg-darkOverride with your dark theme valueDark--zui-copy-button-gray-bg
--zui-copy-button-gray-fg-darkOverride with your dark theme valueDark--zui-copy-button-gray-fg
--zui-copy-button-gray-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-gray-bg-hover
--zui-copy-button-amber-bg-darkOverride with your dark theme valueDark--zui-copy-button-amber-bg
--zui-copy-button-amber-fg-darkOverride with your dark theme valueDark--zui-copy-button-amber-fg
--zui-copy-button-amber-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-amber-bg-hover
--zui-copy-button-violet-bg-darkOverride with your dark theme valueDark--zui-copy-button-violet-bg
--zui-copy-button-violet-fg-darkOverride with your dark theme valueDark--zui-copy-button-violet-fg
--zui-copy-button-violet-bg-hover-darkOverride with your dark theme valueDark--zui-copy-button-violet-bg-hover
--zui-copy-button-gradient-blue-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-blue-from
--zui-copy-button-gradient-blue-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-blue-to
--zui-copy-button-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-blue-fg
--zui-copy-button-gradient-blue-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-blue-from-hover
--zui-copy-button-gradient-blue-to-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-blue-to-hover
--zui-copy-button-gradient-green-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-green-from
--zui-copy-button-gradient-green-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-green-to
--zui-copy-button-gradient-green-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-green-fg
--zui-copy-button-gradient-green-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-green-from-hover
--zui-copy-button-gradient-green-to-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-green-to-hover
--zui-copy-button-gradient-red-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-red-from
--zui-copy-button-gradient-red-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-red-to
--zui-copy-button-gradient-red-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-red-fg
--zui-copy-button-gradient-red-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-red-from-hover
--zui-copy-button-gradient-red-to-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-red-to-hover
--zui-copy-button-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-yellow-from
--zui-copy-button-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-yellow-to
--zui-copy-button-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-yellow-fg
--zui-copy-button-gradient-yellow-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-yellow-from-hover
--zui-copy-button-gradient-yellow-to-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-yellow-to-hover
--zui-copy-button-gradient-purple-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-purple-from
--zui-copy-button-gradient-purple-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-purple-to
--zui-copy-button-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-purple-fg
--zui-copy-button-gradient-purple-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-purple-from-hover
--zui-copy-button-gradient-purple-to-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-purple-to-hover
--zui-copy-button-gradient-teal-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-teal-from
--zui-copy-button-gradient-teal-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-teal-to
--zui-copy-button-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-teal-fg
--zui-copy-button-gradient-teal-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-teal-from-hover
--zui-copy-button-gradient-teal-to-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-teal-to-hover
--zui-copy-button-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-indigo-from
--zui-copy-button-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-indigo-to
--zui-copy-button-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-indigo-fg
--zui-copy-button-gradient-indigo-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-indigo-from-hover
--zui-copy-button-gradient-indigo-to-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-indigo-to-hover
--zui-copy-button-gradient-pink-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-pink-from
--zui-copy-button-gradient-pink-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-pink-to
--zui-copy-button-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-pink-fg
--zui-copy-button-gradient-pink-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-pink-from-hover
--zui-copy-button-gradient-pink-to-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-pink-to-hover
--zui-copy-button-gradient-orange-from-darkOverride with your dark theme valueDark--zui-copy-button-gradient-orange-from
--zui-copy-button-gradient-orange-to-darkOverride with your dark theme valueDark--zui-copy-button-gradient-orange-to
--zui-copy-button-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-copy-button-gradient-orange-fg
--zui-copy-button-gradient-orange-from-hover-darkOverride with your dark theme valueDark--zui-copy-button-gradient-orange-from-hover

Divider

Override these divider variables on :root, a theme selector, or a component wrapper.

52 tokens26 dark
VariableFallbackThemePair
--zui-divider-default-fgoklch(37.2% 0.044 257.287)Light--zui-divider-default-fg-dark
--zui-divider-muted-fgoklch(55.4% 0.046 257.417)Light--zui-divider-muted-fg-dark
--zui-divider-primary-fgoklch(52% 0.105 223.128)Light--zui-divider-primary-fg-dark
--zui-divider-destructive-fgoklch(58.6% 0.253 17.585)Light--zui-divider-destructive-fg-dark
--zui-divider-ghost-fgoklch(70.4% 0.04 256.788)Light--zui-divider-ghost-fg-dark
--zui-divider-sky-fgoklch(58.8% 0.158 241.966)Light--zui-divider-sky-fg-dark
--zui-divider-rose-fgoklch(58.6% 0.253 17.585)Light--zui-divider-rose-fg-dark
--zui-divider-purple-fgoklch(55.8% 0.288 302.321)Light--zui-divider-purple-fg-dark
--zui-divider-pink-fgoklch(59.2% 0.249 0.584)Light--zui-divider-pink-fg-dark
--zui-divider-orange-fgoklch(64.6% 0.222 41.116)Light--zui-divider-orange-fg-dark
--zui-divider-yellow-fgoklch(68.1% 0.162 75.834)Light--zui-divider-yellow-fg-dark
--zui-divider-teal-fgoklch(60% 0.118 184.704)Light--zui-divider-teal-fg-dark
--zui-divider-indigo-fgoklch(51.1% 0.262 276.966)Light--zui-divider-indigo-fg-dark
--zui-divider-emerald-fgoklch(59.6% 0.145 163.225)Light--zui-divider-emerald-fg-dark
--zui-divider-gray-fgoklch(44.6% 0.03 256.802)Light--zui-divider-gray-fg-dark
--zui-divider-amber-fgoklch(66.6% 0.179 58.318)Light--zui-divider-amber-fg-dark
--zui-divider-violet-fgoklch(54.1% 0.281 293.009)Light--zui-divider-violet-fg-dark
--zui-divider-gradient-blue-fgoklch(54.6% 0.245 262.881)Light--zui-divider-gradient-blue-fg-dark
--zui-divider-gradient-green-fgoklch(62.7% 0.194 149.214)Light--zui-divider-gradient-green-fg-dark
--zui-divider-gradient-red-fgoklch(57.7% 0.245 27.325)Light--zui-divider-gradient-red-fg-dark
--zui-divider-gradient-yellow-fgoklch(68.1% 0.162 75.834)Light--zui-divider-gradient-yellow-fg-dark
--zui-divider-gradient-purple-fgoklch(55.8% 0.288 302.321)Light--zui-divider-gradient-purple-fg-dark
--zui-divider-gradient-teal-fgoklch(60% 0.118 184.704)Light--zui-divider-gradient-teal-fg-dark
--zui-divider-gradient-indigo-fgoklch(51.1% 0.262 276.966)Light--zui-divider-gradient-indigo-fg-dark
--zui-divider-gradient-pink-fgoklch(59.2% 0.249 0.584)Light--zui-divider-gradient-pink-fg-dark
--zui-divider-gradient-orange-fgoklch(64.6% 0.222 41.116)Light--zui-divider-gradient-orange-fg-dark
--zui-divider-default-fg-darkoklch(92.9% 0.013 255.508)Dark--zui-divider-default-fg
--zui-divider-muted-fg-darkoklch(55.4% 0.046 257.417)Dark--zui-divider-muted-fg
--zui-divider-primary-fg-darkOverride with your dark theme valueDark--zui-divider-primary-fg
--zui-divider-destructive-fg-darkOverride with your dark theme valueDark--zui-divider-destructive-fg
--zui-divider-ghost-fg-darkOverride with your dark theme valueDark--zui-divider-ghost-fg
--zui-divider-sky-fg-darkOverride with your dark theme valueDark--zui-divider-sky-fg
--zui-divider-rose-fg-darkOverride with your dark theme valueDark--zui-divider-rose-fg
--zui-divider-purple-fg-darkOverride with your dark theme valueDark--zui-divider-purple-fg
--zui-divider-pink-fg-darkOverride with your dark theme valueDark--zui-divider-pink-fg
--zui-divider-orange-fg-darkOverride with your dark theme valueDark--zui-divider-orange-fg
--zui-divider-yellow-fg-darkOverride with your dark theme valueDark--zui-divider-yellow-fg
--zui-divider-teal-fg-darkOverride with your dark theme valueDark--zui-divider-teal-fg
--zui-divider-indigo-fg-darkOverride with your dark theme valueDark--zui-divider-indigo-fg
--zui-divider-emerald-fg-darkOverride with your dark theme valueDark--zui-divider-emerald-fg
--zui-divider-gray-fg-darkOverride with your dark theme valueDark--zui-divider-gray-fg
--zui-divider-amber-fg-darkOverride with your dark theme valueDark--zui-divider-amber-fg
--zui-divider-violet-fg-darkOverride with your dark theme valueDark--zui-divider-violet-fg
--zui-divider-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-blue-fg
--zui-divider-gradient-green-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-green-fg
--zui-divider-gradient-red-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-red-fg
--zui-divider-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-yellow-fg
--zui-divider-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-purple-fg
--zui-divider-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-teal-fg
--zui-divider-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-indigo-fg
--zui-divider-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-pink-fg
--zui-divider-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-divider-gradient-orange-fg

Drawer

Override these drawer variables on :root, a theme selector, or a component wrapper.

271 tokens135 dark
VariableFallbackThemePair
--zui-drawer-overlay-bgoklch(98.4% 0.003 247.858 / 0.7)Light--zui-drawer-overlay-bg-dark
--zui-drawer-trigger-default-bgoklch(12.9% 0.042 264.695)Light--zui-drawer-trigger-default-bg-dark
--zui-drawer-trigger-glass-border#00000026Light--zui-drawer-trigger-glass-border-dark
--zui-drawer-trigger-glass-bgoklch(98.4% 0.003 247.858 / 0.7)Light--zui-drawer-trigger-glass-bg-dark
--zui-drawer-trigger-glass-fgoklch(20.8% 0.042 265.755)Light--zui-drawer-trigger-glass-fg-dark
--zui-drawer-trigger-sky-borderoklch(44.3% 0.11 240.79)Light--zui-drawer-trigger-sky-border-dark
--zui-drawer-trigger-sky-bgoklch(97.7% 0.013 236.62)Light--zui-drawer-trigger-sky-bg-dark
--zui-drawer-trigger-sky-fgoklch(44.3% 0.11 240.79)Light--zui-drawer-trigger-sky-fg-dark
--zui-drawer-trigger-rose-borderoklch(45.5% 0.188 13.697)Light--zui-drawer-trigger-rose-border-dark
--zui-drawer-trigger-rose-bgoklch(96.9% 0.015 12.422)Light--zui-drawer-trigger-rose-bg-dark
--zui-drawer-trigger-rose-fgoklch(45.5% 0.188 13.697)Light--zui-drawer-trigger-rose-fg-dark
--zui-drawer-trigger-purple-borderoklch(43.8% 0.218 303.724)Light--zui-drawer-trigger-purple-border-dark
--zui-drawer-trigger-purple-bgoklch(97.7% 0.014 308.299)Light--zui-drawer-trigger-purple-bg-dark
--zui-drawer-trigger-purple-fgoklch(43.8% 0.218 303.724)Light--zui-drawer-trigger-purple-fg-dark
--zui-drawer-trigger-pink-borderoklch(45.9% 0.187 3.815)Light--zui-drawer-trigger-pink-border-dark
--zui-drawer-trigger-pink-bgoklch(97.1% 0.014 343.198)Light--zui-drawer-trigger-pink-bg-dark
--zui-drawer-trigger-pink-fgoklch(45.9% 0.187 3.815)Light--zui-drawer-trigger-pink-fg-dark
--zui-drawer-trigger-orange-borderoklch(47% 0.157 37.304)Light--zui-drawer-trigger-orange-border-dark
--zui-drawer-trigger-orange-bgoklch(98% 0.016 73.684)Light--zui-drawer-trigger-orange-bg-dark
--zui-drawer-trigger-orange-fgoklch(47% 0.157 37.304)Light--zui-drawer-trigger-orange-fg-dark
--zui-drawer-trigger-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-drawer-trigger-yellow-border-dark
--zui-drawer-trigger-yellow-bgoklch(98.7% 0.026 102.212)Light--zui-drawer-trigger-yellow-bg-dark
--zui-drawer-trigger-yellow-fgoklch(47.6% 0.114 61.907)Light--zui-drawer-trigger-yellow-fg-dark
--zui-drawer-trigger-teal-borderoklch(43.7% 0.078 188.216)Light--zui-drawer-trigger-teal-border-dark
--zui-drawer-trigger-teal-bgoklch(98.4% 0.014 180.72)Light--zui-drawer-trigger-teal-bg-dark
--zui-drawer-trigger-teal-fgoklch(43.7% 0.078 188.216)Light--zui-drawer-trigger-teal-fg-dark
--zui-drawer-trigger-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-drawer-trigger-indigo-border-dark
--zui-drawer-trigger-indigo-bgoklch(96.2% 0.018 272.314)Light--zui-drawer-trigger-indigo-bg-dark
--zui-drawer-trigger-indigo-fgoklch(39.8% 0.195 277.366)Light--zui-drawer-trigger-indigo-fg-dark
--zui-drawer-trigger-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-drawer-trigger-emerald-border-dark
--zui-drawer-trigger-emerald-bgoklch(97.9% 0.021 166.113)Light--zui-drawer-trigger-emerald-bg-dark
--zui-drawer-trigger-emerald-fgoklch(43.2% 0.095 166.913)Light--zui-drawer-trigger-emerald-fg-dark
--zui-drawer-trigger-gray-borderoklch(27.8% 0.033 256.848)Light--zui-drawer-trigger-gray-border-dark
--zui-drawer-trigger-gray-bgoklch(98.5% 0.002 247.839)Light--zui-drawer-trigger-gray-bg-dark
--zui-drawer-trigger-gray-fgoklch(27.8% 0.033 256.848)Light--zui-drawer-trigger-gray-fg-dark
--zui-drawer-trigger-amber-borderoklch(47.3% 0.137 46.201)Light--zui-drawer-trigger-amber-border-dark
--zui-drawer-trigger-amber-bgoklch(98.7% 0.022 95.277)Light--zui-drawer-trigger-amber-bg-dark
--zui-drawer-trigger-amber-fgoklch(47.3% 0.137 46.201)Light--zui-drawer-trigger-amber-fg-dark
--zui-drawer-trigger-violet-borderoklch(43.2% 0.232 292.759)Light--zui-drawer-trigger-violet-border-dark
--zui-drawer-trigger-violet-bgoklch(96.9% 0.016 293.756)Light--zui-drawer-trigger-violet-bg-dark
--zui-drawer-trigger-violet-fgoklch(43.2% 0.232 292.759)Light--zui-drawer-trigger-violet-fg-dark
--zui-drawer-trigger-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-drawer-trigger-gradient-blue-border-dark
--zui-drawer-trigger-gradient-blue-fromoklch(97% 0.014 254.604)Light--zui-drawer-trigger-gradient-blue-from-dark
--zui-drawer-trigger-gradient-blue-tooklch(97.7% 0.014 308.299)Light--zui-drawer-trigger-gradient-blue-to-dark
--zui-drawer-trigger-gradient-blue-fgoklch(42.4% 0.199 265.638)Light--zui-drawer-trigger-gradient-blue-fg-dark
--zui-drawer-trigger-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-drawer-trigger-gradient-green-border-dark
--zui-drawer-trigger-gradient-green-fromoklch(98.2% 0.018 155.826)Light--zui-drawer-trigger-gradient-green-from-dark
--zui-drawer-trigger-gradient-green-tooklch(98.6% 0.031 120.757)Light--zui-drawer-trigger-gradient-green-to-dark
--zui-drawer-trigger-gradient-green-fgoklch(44.8% 0.119 151.328)Light--zui-drawer-trigger-gradient-green-fg-dark
--zui-drawer-trigger-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-drawer-trigger-gradient-red-border-dark
--zui-drawer-trigger-gradient-red-fromoklch(97.1% 0.013 17.38)Light--zui-drawer-trigger-gradient-red-from-dark
--zui-drawer-trigger-gradient-red-tooklch(97.1% 0.014 343.198)Light--zui-drawer-trigger-gradient-red-to-dark
--zui-drawer-trigger-gradient-red-fgoklch(44.4% 0.177 26.899)Light--zui-drawer-trigger-gradient-red-fg-dark
--zui-drawer-trigger-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-drawer-trigger-gradient-yellow-border-dark
--zui-drawer-trigger-gradient-yellow-fromoklch(98.7% 0.026 102.212)Light--zui-drawer-trigger-gradient-yellow-from-dark
--zui-drawer-trigger-gradient-yellow-tooklch(98% 0.016 73.684)Light--zui-drawer-trigger-gradient-yellow-to-dark
--zui-drawer-trigger-gradient-yellow-fgoklch(47.6% 0.114 61.907)Light--zui-drawer-trigger-gradient-yellow-fg-dark
--zui-drawer-trigger-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-drawer-trigger-gradient-purple-border-dark
--zui-drawer-trigger-gradient-purple-fromoklch(97.7% 0.014 308.299)Light--zui-drawer-trigger-gradient-purple-from-dark
--zui-drawer-trigger-gradient-purple-tooklch(97.1% 0.014 343.198)Light--zui-drawer-trigger-gradient-purple-to-dark
--zui-drawer-trigger-gradient-purple-fgoklch(43.8% 0.218 303.724)Light--zui-drawer-trigger-gradient-purple-fg-dark
--zui-drawer-trigger-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-drawer-trigger-gradient-teal-border-dark
--zui-drawer-trigger-gradient-teal-fromoklch(98.4% 0.014 180.72)Light--zui-drawer-trigger-gradient-teal-from-dark
--zui-drawer-trigger-gradient-teal-tooklch(98.4% 0.019 200.873)Light--zui-drawer-trigger-gradient-teal-to-dark
--zui-drawer-trigger-gradient-teal-fgoklch(43.7% 0.078 188.216)Light--zui-drawer-trigger-gradient-teal-fg-dark
--zui-drawer-trigger-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-drawer-trigger-gradient-indigo-border-dark
--zui-drawer-trigger-gradient-indigo-fromoklch(96.2% 0.018 272.314)Light--zui-drawer-trigger-gradient-indigo-from-dark
--zui-drawer-trigger-gradient-indigo-tooklch(97.7% 0.014 308.299)Light--zui-drawer-trigger-gradient-indigo-to-dark
--zui-drawer-trigger-gradient-indigo-fgoklch(39.8% 0.195 277.366)Light--zui-drawer-trigger-gradient-indigo-fg-dark
--zui-drawer-trigger-gradient-pink-borderoklch(45.9% 0.187 3.815)Light--zui-drawer-trigger-gradient-pink-border-dark
--zui-drawer-trigger-gradient-pink-fromoklch(97.1% 0.014 343.198)Light--zui-drawer-trigger-gradient-pink-from-dark
--zui-drawer-trigger-gradient-pink-tooklch(96.9% 0.015 12.422)Light--zui-drawer-trigger-gradient-pink-to-dark
--zui-drawer-trigger-gradient-pink-fgoklch(45.9% 0.187 3.815)Light--zui-drawer-trigger-gradient-pink-fg-dark
--zui-drawer-trigger-gradient-orange-borderoklch(47% 0.157 37.304)Light--zui-drawer-trigger-gradient-orange-border-dark
--zui-drawer-trigger-gradient-orange-fromoklch(98% 0.016 73.684)Light--zui-drawer-trigger-gradient-orange-from-dark
--zui-drawer-trigger-gradient-orange-tooklch(97.1% 0.013 17.38)Light--zui-drawer-trigger-gradient-orange-to-dark
--zui-drawer-trigger-gradient-orange-fgoklch(47% 0.157 37.304)Light--zui-drawer-trigger-gradient-orange-fg-dark
--zui-drawer-content-border#0000001aLight--zui-drawer-content-border-dark
--zui-drawer-content-bgoklch(98.4% 0.003 247.858)Light--zui-drawer-content-bg-dark
--zui-drawer-content-fgoklch(20.8% 0.042 265.755)Light--zui-drawer-content-fg-dark
--zui-drawer-content-shadow0 12px 40px rgba(15,23,42,0.14)Light--zui-drawer-content-shadow-dark
--zui-drawer-content-default-bgoklch(98.4% 0.003 247.858)Light--zui-drawer-content-default-bg-dark
--zui-drawer-content-default-fgoklch(20.8% 0.042 265.755)Light--zui-drawer-content-default-fg-dark
--zui-drawer-content-glass-border#00000026Light--zui-drawer-content-glass-border-dark
--zui-drawer-content-glass-bgoklch(98.4% 0.003 247.858 / 0.7)Light--zui-drawer-content-glass-bg-dark
--zui-drawer-content-sky-borderoklch(44.3% 0.11 240.79)Light--zui-drawer-content-sky-border-dark
--zui-drawer-content-sky-bgoklch(97.7% 0.013 236.62)Light--zui-drawer-content-sky-bg-dark
--zui-drawer-content-rose-borderoklch(45.5% 0.188 13.697)Light--zui-drawer-content-rose-border-dark
--zui-drawer-content-rose-bgoklch(96.9% 0.015 12.422)Light--zui-drawer-content-rose-bg-dark
--zui-drawer-content-purple-borderoklch(43.8% 0.218 303.724)Light--zui-drawer-content-purple-border-dark
--zui-drawer-content-purple-bgoklch(97.7% 0.014 308.299)Light--zui-drawer-content-purple-bg-dark
--zui-drawer-content-pink-borderoklch(45.9% 0.187 3.815)Light--zui-drawer-content-pink-border-dark
--zui-drawer-content-pink-bgoklch(97.1% 0.014 343.198)Light--zui-drawer-content-pink-bg-dark
--zui-drawer-content-orange-borderoklch(47% 0.157 37.304)Light--zui-drawer-content-orange-border-dark
--zui-drawer-content-orange-bgoklch(98% 0.016 73.684)Light--zui-drawer-content-orange-bg-dark
--zui-drawer-content-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-drawer-content-yellow-border-dark
--zui-drawer-content-yellow-bgoklch(98.7% 0.026 102.212)Light--zui-drawer-content-yellow-bg-dark
--zui-drawer-content-teal-borderoklch(43.7% 0.078 188.216)Light--zui-drawer-content-teal-border-dark
--zui-drawer-content-teal-bgoklch(98.4% 0.014 180.72)Light--zui-drawer-content-teal-bg-dark
--zui-drawer-content-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-drawer-content-indigo-border-dark
--zui-drawer-content-indigo-bgoklch(96.2% 0.018 272.314)Light--zui-drawer-content-indigo-bg-dark
--zui-drawer-content-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-drawer-content-emerald-border-dark
--zui-drawer-content-emerald-bgoklch(97.9% 0.021 166.113)Light--zui-drawer-content-emerald-bg-dark
--zui-drawer-content-gray-borderoklch(27.8% 0.033 256.848)Light--zui-drawer-content-gray-border-dark
--zui-drawer-content-gray-bgoklch(98.5% 0.002 247.839)Light--zui-drawer-content-gray-bg-dark
--zui-drawer-content-amber-borderoklch(47.3% 0.137 46.201)Light--zui-drawer-content-amber-border-dark
--zui-drawer-content-amber-bgoklch(98.7% 0.022 95.277)Light--zui-drawer-content-amber-bg-dark
--zui-drawer-content-violet-borderoklch(43.2% 0.232 292.759)Light--zui-drawer-content-violet-border-dark
--zui-drawer-content-violet-bgoklch(96.9% 0.016 293.756)Light--zui-drawer-content-violet-bg-dark
--zui-drawer-content-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-drawer-content-gradient-blue-border-dark
--zui-drawer-content-gradient-blue-fromoklch(97% 0.014 254.604)Light--zui-drawer-content-gradient-blue-from-dark
--zui-drawer-content-gradient-blue-tooklch(97.7% 0.014 308.299)Light--zui-drawer-content-gradient-blue-to-dark
--zui-drawer-content-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-drawer-content-gradient-green-border-dark
--zui-drawer-content-gradient-green-fromoklch(98.2% 0.018 155.826)Light--zui-drawer-content-gradient-green-from-dark
--zui-drawer-content-gradient-green-tooklch(98.6% 0.031 120.757)Light--zui-drawer-content-gradient-green-to-dark
--zui-drawer-content-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-drawer-content-gradient-red-border-dark
--zui-drawer-content-gradient-red-fromoklch(97.1% 0.013 17.38)Light--zui-drawer-content-gradient-red-from-dark
--zui-drawer-content-gradient-red-tooklch(97.1% 0.014 343.198)Light--zui-drawer-content-gradient-red-to-dark
--zui-drawer-content-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-drawer-content-gradient-yellow-border-dark
--zui-drawer-content-gradient-yellow-fromoklch(98.7% 0.026 102.212)Light--zui-drawer-content-gradient-yellow-from-dark
--zui-drawer-content-gradient-yellow-tooklch(98% 0.016 73.684)Light--zui-drawer-content-gradient-yellow-to-dark
--zui-drawer-content-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-drawer-content-gradient-purple-border-dark
--zui-drawer-content-gradient-purple-fromoklch(97.7% 0.014 308.299)Light--zui-drawer-content-gradient-purple-from-dark
--zui-drawer-content-gradient-purple-tooklch(97.1% 0.014 343.198)Light--zui-drawer-content-gradient-purple-to-dark
--zui-drawer-content-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-drawer-content-gradient-teal-border-dark
--zui-drawer-content-gradient-teal-fromoklch(98.4% 0.014 180.72)Light--zui-drawer-content-gradient-teal-from-dark
--zui-drawer-content-gradient-teal-tooklch(98.4% 0.019 200.873)Light--zui-drawer-content-gradient-teal-to-dark
--zui-drawer-content-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-drawer-content-gradient-indigo-border-dark
--zui-drawer-content-gradient-indigo-fromoklch(96.2% 0.018 272.314)Light--zui-drawer-content-gradient-indigo-from-dark
--zui-drawer-content-gradient-indigo-tooklch(97.7% 0.014 308.299)Light--zui-drawer-content-gradient-indigo-to-dark
--zui-drawer-content-gradient-pink-borderoklch(45.9% 0.187 3.815)Light--zui-drawer-content-gradient-pink-border-dark
--zui-drawer-content-gradient-pink-fromoklch(97.1% 0.014 343.198)Light--zui-drawer-content-gradient-pink-from-dark
--zui-drawer-content-gradient-pink-tooklch(96.9% 0.015 12.422)Light--zui-drawer-content-gradient-pink-to-dark
--zui-drawer-content-gradient-orange-borderoklch(47% 0.157 37.304)Light--zui-drawer-content-gradient-orange-border-dark
--zui-drawer-content-gradient-orange-fromoklch(98% 0.016 73.684)Light--zui-drawer-content-gradient-orange-from-dark
--zui-drawer-content-gradient-orange-tooklch(97.1% 0.013 17.38)Sharednone
--zui-drawer-overlay-bg-darkoklch(12.9% 0.042 264.695 / 0.7)Dark--zui-drawer-overlay-bg
--zui-drawer-trigger-glass-border-dark#ffffff26Dark--zui-drawer-trigger-glass-border
--zui-drawer-trigger-default-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-default-bg
--zui-drawer-trigger-glass-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-glass-bg
--zui-drawer-trigger-glass-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-glass-fg
--zui-drawer-trigger-sky-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-sky-border
--zui-drawer-trigger-sky-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-sky-bg
--zui-drawer-trigger-sky-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-sky-fg
--zui-drawer-trigger-rose-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-rose-border
--zui-drawer-trigger-rose-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-rose-bg
--zui-drawer-trigger-rose-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-rose-fg
--zui-drawer-trigger-purple-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-purple-border
--zui-drawer-trigger-purple-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-purple-bg
--zui-drawer-trigger-purple-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-purple-fg
--zui-drawer-trigger-pink-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-pink-border
--zui-drawer-trigger-pink-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-pink-bg
--zui-drawer-trigger-pink-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-pink-fg
--zui-drawer-trigger-orange-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-orange-border
--zui-drawer-trigger-orange-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-orange-bg
--zui-drawer-trigger-orange-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-orange-fg
--zui-drawer-trigger-yellow-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-yellow-border
--zui-drawer-trigger-yellow-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-yellow-bg
--zui-drawer-trigger-yellow-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-yellow-fg
--zui-drawer-trigger-teal-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-teal-border
--zui-drawer-trigger-teal-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-teal-bg
--zui-drawer-trigger-teal-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-teal-fg
--zui-drawer-trigger-indigo-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-indigo-border
--zui-drawer-trigger-indigo-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-indigo-bg
--zui-drawer-trigger-indigo-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-indigo-fg
--zui-drawer-trigger-emerald-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-emerald-border
--zui-drawer-trigger-emerald-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-emerald-bg
--zui-drawer-trigger-emerald-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-emerald-fg
--zui-drawer-trigger-gray-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gray-border
--zui-drawer-trigger-gray-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gray-bg
--zui-drawer-trigger-gray-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gray-fg
--zui-drawer-trigger-amber-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-amber-border
--zui-drawer-trigger-amber-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-amber-bg
--zui-drawer-trigger-amber-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-amber-fg
--zui-drawer-trigger-violet-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-violet-border
--zui-drawer-trigger-violet-bg-darkOverride with your dark theme valueDark--zui-drawer-trigger-violet-bg
--zui-drawer-trigger-violet-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-violet-fg
--zui-drawer-trigger-gradient-blue-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-blue-border
--zui-drawer-trigger-gradient-blue-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-blue-from
--zui-drawer-trigger-gradient-blue-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-blue-to
--zui-drawer-trigger-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-blue-fg
--zui-drawer-trigger-gradient-green-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-green-border
--zui-drawer-trigger-gradient-green-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-green-from
--zui-drawer-trigger-gradient-green-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-green-to
--zui-drawer-trigger-gradient-green-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-green-fg
--zui-drawer-trigger-gradient-red-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-red-border
--zui-drawer-trigger-gradient-red-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-red-from
--zui-drawer-trigger-gradient-red-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-red-to
--zui-drawer-trigger-gradient-red-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-red-fg
--zui-drawer-trigger-gradient-yellow-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-yellow-border
--zui-drawer-trigger-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-yellow-from
--zui-drawer-trigger-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-yellow-to
--zui-drawer-trigger-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-yellow-fg
--zui-drawer-trigger-gradient-purple-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-purple-border
--zui-drawer-trigger-gradient-purple-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-purple-from
--zui-drawer-trigger-gradient-purple-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-purple-to
--zui-drawer-trigger-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-purple-fg
--zui-drawer-trigger-gradient-teal-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-teal-border
--zui-drawer-trigger-gradient-teal-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-teal-from
--zui-drawer-trigger-gradient-teal-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-teal-to
--zui-drawer-trigger-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-teal-fg
--zui-drawer-trigger-gradient-indigo-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-indigo-border
--zui-drawer-trigger-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-indigo-from
--zui-drawer-trigger-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-indigo-to
--zui-drawer-trigger-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-indigo-fg
--zui-drawer-trigger-gradient-pink-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-pink-border
--zui-drawer-trigger-gradient-pink-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-pink-from
--zui-drawer-trigger-gradient-pink-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-pink-to
--zui-drawer-trigger-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-pink-fg
--zui-drawer-trigger-gradient-orange-border-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-orange-border
--zui-drawer-trigger-gradient-orange-from-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-orange-from
--zui-drawer-trigger-gradient-orange-to-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-orange-to
--zui-drawer-trigger-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-drawer-trigger-gradient-orange-fg
--zui-drawer-content-border-darkOverride with your dark theme valueDark--zui-drawer-content-border
--zui-drawer-content-bg-darkOverride with your dark theme valueDark--zui-drawer-content-bg
--zui-drawer-content-fg-darkOverride with your dark theme valueDark--zui-drawer-content-fg
--zui-drawer-content-shadow-darkOverride with your dark theme valueDark--zui-drawer-content-shadow
--zui-drawer-content-default-bg-darkOverride with your dark theme valueDark--zui-drawer-content-default-bg
--zui-drawer-content-default-fg-darkOverride with your dark theme valueDark--zui-drawer-content-default-fg
--zui-drawer-content-glass-border-darkOverride with your dark theme valueDark--zui-drawer-content-glass-border
--zui-drawer-content-glass-bg-darkOverride with your dark theme valueDark--zui-drawer-content-glass-bg
--zui-drawer-content-sky-border-darkOverride with your dark theme valueDark--zui-drawer-content-sky-border
--zui-drawer-content-sky-bg-darkOverride with your dark theme valueDark--zui-drawer-content-sky-bg
--zui-drawer-content-rose-border-darkOverride with your dark theme valueDark--zui-drawer-content-rose-border
--zui-drawer-content-rose-bg-darkOverride with your dark theme valueDark--zui-drawer-content-rose-bg
--zui-drawer-content-purple-border-darkOverride with your dark theme valueDark--zui-drawer-content-purple-border
--zui-drawer-content-purple-bg-darkOverride with your dark theme valueDark--zui-drawer-content-purple-bg
--zui-drawer-content-pink-border-darkOverride with your dark theme valueDark--zui-drawer-content-pink-border
--zui-drawer-content-pink-bg-darkOverride with your dark theme valueDark--zui-drawer-content-pink-bg
--zui-drawer-content-orange-border-darkOverride with your dark theme valueDark--zui-drawer-content-orange-border
--zui-drawer-content-orange-bg-darkOverride with your dark theme valueDark--zui-drawer-content-orange-bg
--zui-drawer-content-yellow-border-darkOverride with your dark theme valueDark--zui-drawer-content-yellow-border
--zui-drawer-content-yellow-bg-darkOverride with your dark theme valueDark--zui-drawer-content-yellow-bg
--zui-drawer-content-teal-border-darkOverride with your dark theme valueDark--zui-drawer-content-teal-border
--zui-drawer-content-teal-bg-darkOverride with your dark theme valueDark--zui-drawer-content-teal-bg
--zui-drawer-content-indigo-border-darkOverride with your dark theme valueDark--zui-drawer-content-indigo-border
--zui-drawer-content-indigo-bg-darkOverride with your dark theme valueDark--zui-drawer-content-indigo-bg
--zui-drawer-content-emerald-border-darkOverride with your dark theme valueDark--zui-drawer-content-emerald-border
--zui-drawer-content-emerald-bg-darkOverride with your dark theme valueDark--zui-drawer-content-emerald-bg
--zui-drawer-content-gray-border-darkOverride with your dark theme valueDark--zui-drawer-content-gray-border
--zui-drawer-content-gray-bg-darkOverride with your dark theme valueDark--zui-drawer-content-gray-bg
--zui-drawer-content-amber-border-darkOverride with your dark theme valueDark--zui-drawer-content-amber-border
--zui-drawer-content-amber-bg-darkOverride with your dark theme valueDark--zui-drawer-content-amber-bg
--zui-drawer-content-violet-border-darkOverride with your dark theme valueDark--zui-drawer-content-violet-border
--zui-drawer-content-violet-bg-darkOverride with your dark theme valueDark--zui-drawer-content-violet-bg
--zui-drawer-content-gradient-blue-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-blue-border
--zui-drawer-content-gradient-blue-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-blue-from
--zui-drawer-content-gradient-blue-to-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-blue-to
--zui-drawer-content-gradient-green-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-green-border
--zui-drawer-content-gradient-green-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-green-from
--zui-drawer-content-gradient-green-to-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-green-to
--zui-drawer-content-gradient-red-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-red-border
--zui-drawer-content-gradient-red-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-red-from
--zui-drawer-content-gradient-red-to-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-red-to
--zui-drawer-content-gradient-yellow-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-yellow-border
--zui-drawer-content-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-yellow-from
--zui-drawer-content-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-yellow-to
--zui-drawer-content-gradient-purple-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-purple-border
--zui-drawer-content-gradient-purple-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-purple-from
--zui-drawer-content-gradient-purple-to-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-purple-to
--zui-drawer-content-gradient-teal-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-teal-border
--zui-drawer-content-gradient-teal-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-teal-from
--zui-drawer-content-gradient-teal-to-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-teal-to
--zui-drawer-content-gradient-indigo-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-indigo-border
--zui-drawer-content-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-indigo-from
--zui-drawer-content-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-indigo-to
--zui-drawer-content-gradient-pink-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-pink-border
--zui-drawer-content-gradient-pink-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-pink-from
--zui-drawer-content-gradient-pink-to-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-pink-to
--zui-drawer-content-gradient-orange-border-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-orange-border
--zui-drawer-content-gradient-orange-from-darkOverride with your dark theme valueDark--zui-drawer-content-gradient-orange-from

Dropdown

Override these dropdown variables on :root, a theme selector, or a component wrapper.

292 tokens123 dark
VariableFallbackThemePair
--zui-dropdown-trigger-ring-focusoklch(55.1% 0.027 264.364 / 0.6)Light--zui-dropdown-trigger-ring-focus-dark
--zui-dropdown-trigger-default-bgoklch(92.8% 0.006 264.531)Light--zui-dropdown-trigger-default-bg-dark
--zui-dropdown-trigger-default-fgoklch(20.8% 0.042 265.755)Light--zui-dropdown-trigger-default-fg-dark
--zui-dropdown-trigger-outline-borderoklch(37.3% 0.034 259.733)Light--zui-dropdown-trigger-outline-border-dark
--zui-dropdown-trigger-outline-fgoklch(21% 0.034 264.665)Light--zui-dropdown-trigger-outline-fg-dark
--zui-dropdown-trigger-ghost-bgtransparentLight--zui-dropdown-trigger-ghost-bg-dark
--zui-dropdown-trigger-ghost-fgoklch(21% 0.034 264.665)Light--zui-dropdown-trigger-ghost-fg-dark
--zui-dropdown-trigger-white-bg#ffffffLight--zui-dropdown-trigger-white-bg-dark
--zui-dropdown-trigger-white-fgoklch(21% 0.034 264.665)Light--zui-dropdown-trigger-white-fg-dark
--zui-dropdown-trigger-black-bg#000000Light--zui-dropdown-trigger-black-bg-dark
--zui-dropdown-trigger-black-fg#ffffffLight--zui-dropdown-trigger-black-fg-dark
--zui-dropdown-trigger-sky-borderoklch(44.3% 0.11 240.79)Light--zui-dropdown-trigger-sky-border-dark
--zui-dropdown-trigger-sky-fgoklch(44.3% 0.11 240.79)Light--zui-dropdown-trigger-sky-fg-dark
--zui-dropdown-trigger-rose-borderoklch(45.5% 0.188 13.697)Light--zui-dropdown-trigger-rose-border-dark
--zui-dropdown-trigger-rose-fgoklch(45.5% 0.188 13.697)Light--zui-dropdown-trigger-rose-fg-dark
--zui-dropdown-trigger-purple-borderoklch(43.8% 0.218 303.724)Light--zui-dropdown-trigger-purple-border-dark
--zui-dropdown-trigger-purple-fgoklch(43.8% 0.218 303.724)Light--zui-dropdown-trigger-purple-fg-dark
--zui-dropdown-trigger-pink-borderoklch(45.9% 0.187 3.815)Light--zui-dropdown-trigger-pink-border-dark
--zui-dropdown-trigger-pink-fgoklch(45.9% 0.187 3.815)Light--zui-dropdown-trigger-pink-fg-dark
--zui-dropdown-trigger-orange-borderoklch(47% 0.157 37.304)Light--zui-dropdown-trigger-orange-border-dark
--zui-dropdown-trigger-orange-fgoklch(47% 0.157 37.304)Light--zui-dropdown-trigger-orange-fg-dark
--zui-dropdown-trigger-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-dropdown-trigger-yellow-border-dark
--zui-dropdown-trigger-yellow-fgoklch(47.6% 0.114 61.907)Light--zui-dropdown-trigger-yellow-fg-dark
--zui-dropdown-trigger-teal-borderoklch(43.7% 0.078 188.216)Light--zui-dropdown-trigger-teal-border-dark
--zui-dropdown-trigger-teal-fgoklch(43.7% 0.078 188.216)Light--zui-dropdown-trigger-teal-fg-dark
--zui-dropdown-trigger-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-dropdown-trigger-indigo-border-dark
--zui-dropdown-trigger-indigo-fgoklch(39.8% 0.195 277.366)Light--zui-dropdown-trigger-indigo-fg-dark
--zui-dropdown-trigger-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-dropdown-trigger-emerald-border-dark
--zui-dropdown-trigger-emerald-fgoklch(43.2% 0.095 166.913)Light--zui-dropdown-trigger-emerald-fg-dark
--zui-dropdown-trigger-gray-borderoklch(27.8% 0.033 256.848)Light--zui-dropdown-trigger-gray-border-dark
--zui-dropdown-trigger-gray-fgoklch(27.8% 0.033 256.848)Light--zui-dropdown-trigger-gray-fg-dark
--zui-dropdown-trigger-amber-borderoklch(47.3% 0.137 46.201)Light--zui-dropdown-trigger-amber-border-dark
--zui-dropdown-trigger-amber-fgoklch(47.3% 0.137 46.201)Light--zui-dropdown-trigger-amber-fg-dark
--zui-dropdown-trigger-violet-borderoklch(43.2% 0.232 292.759)Light--zui-dropdown-trigger-violet-border-dark
--zui-dropdown-trigger-violet-fgoklch(43.2% 0.232 292.759)Light--zui-dropdown-trigger-violet-fg-dark
--zui-dropdown-trigger-gradient-blue-fromoklch(42.4% 0.199 265.638)Light--zui-dropdown-trigger-gradient-blue-from-dark
--zui-dropdown-trigger-gradient-blue-tooklch(43.8% 0.218 303.724)Light--zui-dropdown-trigger-gradient-blue-to-dark
--zui-dropdown-trigger-gradient-blue-fgoklch(88.2% 0.059 254.128)Light--zui-dropdown-trigger-gradient-blue-fg-dark
--zui-dropdown-trigger-gradient-green-fromoklch(44.8% 0.119 151.328)Light--zui-dropdown-trigger-gradient-green-from-dark
--zui-dropdown-trigger-gradient-green-tooklch(45.3% 0.124 130.933)Light--zui-dropdown-trigger-gradient-green-to-dark
--zui-dropdown-trigger-gradient-green-fgoklch(92.5% 0.084 155.995)Light--zui-dropdown-trigger-gradient-green-fg-dark
--zui-dropdown-trigger-gradient-red-fromoklch(44.4% 0.177 26.899)Light--zui-dropdown-trigger-gradient-red-from-dark
--zui-dropdown-trigger-gradient-red-tooklch(45.9% 0.187 3.815)Light--zui-dropdown-trigger-gradient-red-to-dark
--zui-dropdown-trigger-gradient-red-fgoklch(88.5% 0.062 18.334)Light--zui-dropdown-trigger-gradient-red-fg-dark
--zui-dropdown-trigger-gradient-yellow-fromoklch(47.6% 0.114 61.907)Light--zui-dropdown-trigger-gradient-yellow-from-dark
--zui-dropdown-trigger-gradient-yellow-tooklch(47% 0.157 37.304)Light--zui-dropdown-trigger-gradient-yellow-to-dark
--zui-dropdown-trigger-gradient-yellow-fgoklch(94.5% 0.129 101.54)Light--zui-dropdown-trigger-gradient-yellow-fg-dark
--zui-dropdown-trigger-gradient-purple-fromoklch(43.8% 0.218 303.724)Light--zui-dropdown-trigger-gradient-purple-from-dark
--zui-dropdown-trigger-gradient-purple-tooklch(45.9% 0.187 3.815)Light--zui-dropdown-trigger-gradient-purple-to-dark
--zui-dropdown-trigger-gradient-purple-fgoklch(90.2% 0.063 306.703)Light--zui-dropdown-trigger-gradient-purple-fg-dark
--zui-dropdown-trigger-gradient-teal-fromoklch(43.7% 0.078 188.216)Light--zui-dropdown-trigger-gradient-teal-from-dark
--zui-dropdown-trigger-gradient-teal-tooklch(45% 0.085 224.283)Light--zui-dropdown-trigger-gradient-teal-to-dark
--zui-dropdown-trigger-gradient-teal-fgoklch(91% 0.096 180.426)Light--zui-dropdown-trigger-gradient-teal-fg-dark
--zui-dropdown-trigger-gradient-indigo-fromoklch(39.8% 0.195 277.366)Light--zui-dropdown-trigger-gradient-indigo-from-dark
--zui-dropdown-trigger-gradient-indigo-tooklch(43.8% 0.218 303.724)Light--zui-dropdown-trigger-gradient-indigo-to-dark
--zui-dropdown-trigger-gradient-indigo-fgoklch(87% 0.065 274.039)Light--zui-dropdown-trigger-gradient-indigo-fg-dark
--zui-dropdown-trigger-gradient-pink-fromoklch(45.9% 0.187 3.815)Light--zui-dropdown-trigger-gradient-pink-from-dark
--zui-dropdown-trigger-gradient-pink-tooklch(45.5% 0.188 13.697)Light--zui-dropdown-trigger-gradient-pink-to-dark
--zui-dropdown-trigger-gradient-pink-fgoklch(89.9% 0.061 343.231)Light--zui-dropdown-trigger-gradient-pink-fg-dark
--zui-dropdown-trigger-gradient-orange-fromoklch(47% 0.157 37.304)Light--zui-dropdown-trigger-gradient-orange-from-dark
--zui-dropdown-trigger-gradient-orange-tooklch(44.4% 0.177 26.899)Light--zui-dropdown-trigger-gradient-orange-to-dark
--zui-dropdown-trigger-gradient-orange-fgoklch(90.1% 0.076 70.697)Light--zui-dropdown-trigger-gradient-orange-fg-dark
--zui-dropdown-content-borderoklch(20.8% 0.042 265.755 / 0.1)Light--zui-dropdown-content-border-dark
--zui-dropdown-content-bgoklch(96.8% 0.007 247.896)Light--zui-dropdown-content-bg-dark
--zui-dropdown-content-fgoklch(20.8% 0.042 265.755)Light--zui-dropdown-content-fg-dark
--zui-dropdown-item-ring-focusoklch(55.1% 0.027 264.364 / 0.6)Light--zui-dropdown-item-ring-focus-dark
--zui-dropdown-item-default-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-default-bg-hover-dark
--zui-dropdown-item-default-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-default-fg-hover-dark
--zui-dropdown-item-default-fgoklch(21% 0.034 264.665)Light--zui-dropdown-item-default-fg-dark
--zui-dropdown-item-outline-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-outline-bg-hover-dark
--zui-dropdown-item-outline-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-outline-fg-hover-dark
--zui-dropdown-item-outline-border#000000Light--zui-dropdown-item-outline-border-dark
--zui-dropdown-item-outline-fgoklch(21% 0.034 264.665)Light--zui-dropdown-item-outline-fg-dark
--zui-dropdown-item-ghost-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-ghost-bg-hover-dark
--zui-dropdown-item-ghost-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-ghost-fg-hover-dark
--zui-dropdown-item-ghost-bgtransparentLight--zui-dropdown-item-ghost-bg-dark
--zui-dropdown-item-ghost-fgoklch(21% 0.034 264.665)Light--zui-dropdown-item-ghost-fg-dark
--zui-dropdown-item-white-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-white-bg-hover-dark
--zui-dropdown-item-white-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-white-fg-hover-dark
--zui-dropdown-item-white-bg#ffffffLight--zui-dropdown-item-white-bg-dark
--zui-dropdown-item-white-fgoklch(21% 0.034 264.665)Light--zui-dropdown-item-white-fg-dark
--zui-dropdown-item-black-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-black-bg-hover-dark
--zui-dropdown-item-black-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-black-fg-hover-dark
--zui-dropdown-item-black-bg#000000Light--zui-dropdown-item-black-bg-dark
--zui-dropdown-item-black-fg#ffffffLight--zui-dropdown-item-black-fg-dark
--zui-dropdown-item-sky-bg-hoveroklch(95.1% 0.026 236.824)Light--zui-dropdown-item-sky-bg-hover-dark
--zui-dropdown-item-sky-fg-hoveroklch(44.3% 0.11 240.79)Light--zui-dropdown-item-sky-fg-hover-dark
--zui-dropdown-item-sky-bgoklch(90.1% 0.058 230.902)Light--zui-dropdown-item-sky-bg-dark
--zui-dropdown-item-sky-fgoklch(39.1% 0.09 240.876)Light--zui-dropdown-item-sky-fg-dark
--zui-dropdown-item-rose-bg-hoveroklch(94.1% 0.03 12.58)Light--zui-dropdown-item-rose-bg-hover-dark
--zui-dropdown-item-rose-fg-hoveroklch(45.5% 0.188 13.697)Light--zui-dropdown-item-rose-fg-hover-dark
--zui-dropdown-item-rose-bgoklch(89.2% 0.058 10.001)Light--zui-dropdown-item-rose-bg-dark
--zui-dropdown-item-rose-fgoklch(41% 0.159 10.272)Light--zui-dropdown-item-rose-fg-dark
--zui-dropdown-item-purple-bg-hoveroklch(94.6% 0.033 307.174)Light--zui-dropdown-item-purple-bg-hover-dark
--zui-dropdown-item-purple-fg-hoveroklch(43.8% 0.218 303.724)Light--zui-dropdown-item-purple-fg-hover-dark
--zui-dropdown-item-purple-bgoklch(90.2% 0.063 306.703)Light--zui-dropdown-item-purple-bg-dark
--zui-dropdown-item-purple-fgoklch(38.1% 0.176 304.987)Light--zui-dropdown-item-purple-fg-dark
--zui-dropdown-item-pink-bg-hoveroklch(94.8% 0.028 342.258)Light--zui-dropdown-item-pink-bg-hover-dark
--zui-dropdown-item-pink-fg-hoveroklch(45.9% 0.187 3.815)Light--zui-dropdown-item-pink-fg-hover-dark
--zui-dropdown-item-pink-bgoklch(89.9% 0.061 343.231)Light--zui-dropdown-item-pink-bg-dark
--zui-dropdown-item-pink-fgoklch(40.8% 0.153 2.432)Light--zui-dropdown-item-pink-fg-dark
--zui-dropdown-item-orange-bg-hoveroklch(95.4% 0.038 75.164)Light--zui-dropdown-item-orange-bg-hover-dark
--zui-dropdown-item-orange-fg-hoveroklch(47% 0.157 37.304)Light--zui-dropdown-item-orange-fg-hover-dark
--zui-dropdown-item-orange-bgoklch(90.1% 0.076 70.697)Light--zui-dropdown-item-orange-bg-dark
--zui-dropdown-item-orange-fgoklch(40.8% 0.123 38.172)Light--zui-dropdown-item-orange-fg-dark
--zui-dropdown-item-yellow-bg-hoveroklch(97.3% 0.071 103.193)Light--zui-dropdown-item-yellow-bg-hover-dark
--zui-dropdown-item-yellow-fg-hoveroklch(47.6% 0.114 61.907)Light--zui-dropdown-item-yellow-fg-hover-dark
--zui-dropdown-item-yellow-bgoklch(94.5% 0.129 101.54)Light--zui-dropdown-item-yellow-bg-dark
--zui-dropdown-item-yellow-fgoklch(42.1% 0.095 57.708)Light--zui-dropdown-item-yellow-fg-dark
--zui-dropdown-item-teal-bg-hoveroklch(95.3% 0.051 180.801)Light--zui-dropdown-item-teal-bg-hover-dark
--zui-dropdown-item-teal-fg-hoveroklch(43.7% 0.078 188.216)Light--zui-dropdown-item-teal-fg-hover-dark
--zui-dropdown-item-teal-bgoklch(91% 0.096 180.426)Light--zui-dropdown-item-teal-bg-dark
--zui-dropdown-item-teal-fgoklch(38.6% 0.063 188.416)Light--zui-dropdown-item-teal-fg-dark
--zui-dropdown-item-indigo-bg-hoveroklch(93% 0.034 272.788)Light--zui-dropdown-item-indigo-bg-hover-dark
--zui-dropdown-item-indigo-fg-hoveroklch(39.8% 0.195 277.366)Light--zui-dropdown-item-indigo-fg-hover-dark
--zui-dropdown-item-indigo-bgoklch(87% 0.065 274.039)Light--zui-dropdown-item-indigo-bg-dark
--zui-dropdown-item-indigo-fgoklch(35.9% 0.144 278.697)Light--zui-dropdown-item-indigo-fg-dark
--zui-dropdown-item-emerald-bg-hoveroklch(95% 0.052 163.051)Light--zui-dropdown-item-emerald-bg-hover-dark
--zui-dropdown-item-emerald-fg-hoveroklch(43.2% 0.095 166.913)Light--zui-dropdown-item-emerald-fg-hover-dark
--zui-dropdown-item-emerald-bgoklch(90.5% 0.093 164.15)Light--zui-dropdown-item-emerald-bg-dark
--zui-dropdown-item-emerald-fgoklch(37.8% 0.077 168.94)Light--zui-dropdown-item-emerald-fg-dark
--zui-dropdown-item-gray-bg-hoveroklch(96.7% 0.003 264.542)Light--zui-dropdown-item-gray-bg-hover-dark
--zui-dropdown-item-gray-fg-hoveroklch(55.1% 0.027 264.364)Light--zui-dropdown-item-gray-fg-hover-dark
--zui-dropdown-item-gray-bgoklch(92.8% 0.006 264.531)Sharednone
--zui-dropdown-item-gray-fgoklch(55.1% 0.027 264.364)Sharednone
--zui-dropdown-item-amber-bg-hoveroklch(96.2% 0.059 95.617)Sharednone
--zui-dropdown-item-amber-fg-hoveroklch(47.3% 0.137 46.201)Sharednone
--zui-dropdown-item-amber-bgoklch(92.4% 0.12 95.746)Sharednone
--zui-dropdown-item-amber-fgoklch(41.4% 0.112 45.904)Sharednone
--zui-dropdown-item-violet-bg-hoveroklch(94.3% 0.029 294.588)Sharednone
--zui-dropdown-item-violet-fg-hoveroklch(43.2% 0.232 292.759)Sharednone
--zui-dropdown-item-violet-bgoklch(89.4% 0.057 293.283)Sharednone
--zui-dropdown-item-violet-fgoklch(38% 0.189 293.745)Sharednone
--zui-dropdown-item-gradient-blue-fromoklch(42.4% 0.199 265.638)Sharednone
--zui-dropdown-item-gradient-blue-tooklch(43.8% 0.218 303.724)Sharednone
--zui-dropdown-item-gradient-blue-fg-hoveroklch(62.3% 0.214 259.815)Sharednone
--zui-dropdown-item-gradient-blue-fgoklch(37.9% 0.146 265.522)Sharednone
--zui-dropdown-item-gradient-green-fromoklch(44.8% 0.119 151.328)Sharednone
--zui-dropdown-item-gradient-green-tooklch(45.3% 0.124 130.933)Sharednone
--zui-dropdown-item-gradient-green-fg-hoveroklch(72.3% 0.219 149.579)Sharednone
--zui-dropdown-item-gradient-green-fgoklch(39.3% 0.095 152.535)Sharednone
--zui-dropdown-item-gradient-red-fromoklch(44.4% 0.177 26.899)Sharednone
--zui-dropdown-item-gradient-red-tooklch(45.9% 0.187 3.815)Sharednone
--zui-dropdown-item-gradient-red-fg-hoveroklch(63.7% 0.237 25.331)Sharednone
--zui-dropdown-item-gradient-red-fgoklch(39.6% 0.141 25.723)Sharednone
--zui-dropdown-item-gradient-yellow-fromoklch(47.6% 0.114 61.907)Sharednone
--zui-dropdown-item-gradient-yellow-tooklch(47% 0.157 37.304)Sharednone
--zui-dropdown-item-gradient-yellow-fg-hoveroklch(79.5% 0.184 86.047)Sharednone
--zui-dropdown-item-gradient-yellow-fgoklch(42.1% 0.095 57.708)Sharednone
--zui-dropdown-item-gradient-purple-fromoklch(43.8% 0.218 303.724)Sharednone
--zui-dropdown-item-gradient-purple-tooklch(45.9% 0.187 3.815)Sharednone
--zui-dropdown-item-gradient-purple-fg-hoveroklch(62.7% 0.265 303.9)Sharednone
--zui-dropdown-item-gradient-purple-fgoklch(38.1% 0.176 304.987)Sharednone
--zui-dropdown-item-gradient-teal-fromoklch(43.7% 0.078 188.216)Sharednone
--zui-dropdown-item-gradient-teal-tooklch(45% 0.085 224.283)Sharednone
--zui-dropdown-item-gradient-teal-fg-hoveroklch(70.4% 0.14 182.503)Sharednone
--zui-dropdown-item-gradient-teal-fgoklch(38.6% 0.063 188.416)Sharednone
--zui-dropdown-item-gradient-indigo-fromoklch(39.8% 0.195 277.366)Sharednone
--zui-dropdown-item-gradient-indigo-tooklch(43.8% 0.218 303.724)Sharednone
--zui-dropdown-item-gradient-indigo-fg-hoveroklch(58.5% 0.233 277.117)Sharednone
--zui-dropdown-item-gradient-indigo-fgoklch(35.9% 0.144 278.697)Sharednone
--zui-dropdown-item-gradient-pink-fromoklch(45.9% 0.187 3.815)Sharednone
--zui-dropdown-item-gradient-pink-tooklch(45.5% 0.188 13.697)Sharednone
--zui-dropdown-item-gradient-pink-fg-hoveroklch(65.6% 0.241 354.308)Sharednone
--zui-dropdown-item-gradient-pink-fgoklch(40.8% 0.153 2.432)Sharednone
--zui-dropdown-item-gradient-orange-fromoklch(47% 0.157 37.304)Sharednone
--zui-dropdown-item-gradient-orange-tooklch(44.4% 0.177 26.899)Sharednone
--zui-dropdown-item-gradient-orange-fg-hoveroklch(70.5% 0.213 47.604)Sharednone
--zui-dropdown-item-gradient-orange-fgoklch(40.8% 0.123 38.172)Sharednone
--zui-dropdown-trigger-default-bg-darkoklch(21% 0.034 264.665)Dark--zui-dropdown-trigger-default-bg
--zui-dropdown-trigger-default-fg-dark#ffffffDark--zui-dropdown-trigger-default-fg
--zui-dropdown-trigger-ring-focus-darkOverride with your dark theme valueDark--zui-dropdown-trigger-ring-focus
--zui-dropdown-trigger-outline-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-outline-border
--zui-dropdown-trigger-outline-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-outline-fg
--zui-dropdown-trigger-ghost-bg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-ghost-bg
--zui-dropdown-trigger-ghost-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-ghost-fg
--zui-dropdown-trigger-white-bg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-white-bg
--zui-dropdown-trigger-white-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-white-fg
--zui-dropdown-trigger-black-bg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-black-bg
--zui-dropdown-trigger-black-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-black-fg
--zui-dropdown-trigger-sky-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-sky-border
--zui-dropdown-trigger-sky-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-sky-fg
--zui-dropdown-trigger-rose-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-rose-border
--zui-dropdown-trigger-rose-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-rose-fg
--zui-dropdown-trigger-purple-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-purple-border
--zui-dropdown-trigger-purple-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-purple-fg
--zui-dropdown-trigger-pink-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-pink-border
--zui-dropdown-trigger-pink-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-pink-fg
--zui-dropdown-trigger-orange-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-orange-border
--zui-dropdown-trigger-orange-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-orange-fg
--zui-dropdown-trigger-yellow-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-yellow-border
--zui-dropdown-trigger-yellow-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-yellow-fg
--zui-dropdown-trigger-teal-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-teal-border
--zui-dropdown-trigger-teal-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-teal-fg
--zui-dropdown-trigger-indigo-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-indigo-border
--zui-dropdown-trigger-indigo-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-indigo-fg
--zui-dropdown-trigger-emerald-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-emerald-border
--zui-dropdown-trigger-emerald-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-emerald-fg
--zui-dropdown-trigger-gray-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gray-border
--zui-dropdown-trigger-gray-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gray-fg
--zui-dropdown-trigger-amber-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-amber-border
--zui-dropdown-trigger-amber-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-amber-fg
--zui-dropdown-trigger-violet-border-darkOverride with your dark theme valueDark--zui-dropdown-trigger-violet-border
--zui-dropdown-trigger-violet-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-violet-fg
--zui-dropdown-trigger-gradient-blue-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-blue-from
--zui-dropdown-trigger-gradient-blue-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-blue-to
--zui-dropdown-trigger-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-blue-fg
--zui-dropdown-trigger-gradient-green-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-green-from
--zui-dropdown-trigger-gradient-green-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-green-to
--zui-dropdown-trigger-gradient-green-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-green-fg
--zui-dropdown-trigger-gradient-red-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-red-from
--zui-dropdown-trigger-gradient-red-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-red-to
--zui-dropdown-trigger-gradient-red-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-red-fg
--zui-dropdown-trigger-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-yellow-from
--zui-dropdown-trigger-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-yellow-to
--zui-dropdown-trigger-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-yellow-fg
--zui-dropdown-trigger-gradient-purple-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-purple-from
--zui-dropdown-trigger-gradient-purple-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-purple-to
--zui-dropdown-trigger-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-purple-fg
--zui-dropdown-trigger-gradient-teal-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-teal-from
--zui-dropdown-trigger-gradient-teal-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-teal-to
--zui-dropdown-trigger-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-teal-fg
--zui-dropdown-trigger-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-indigo-from
--zui-dropdown-trigger-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-indigo-to
--zui-dropdown-trigger-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-indigo-fg
--zui-dropdown-trigger-gradient-pink-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-pink-from
--zui-dropdown-trigger-gradient-pink-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-pink-to
--zui-dropdown-trigger-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-pink-fg
--zui-dropdown-trigger-gradient-orange-from-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-orange-from
--zui-dropdown-trigger-gradient-orange-to-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-orange-to
--zui-dropdown-trigger-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-dropdown-trigger-gradient-orange-fg
--zui-dropdown-content-border-darkOverride with your dark theme valueDark--zui-dropdown-content-border
--zui-dropdown-content-bg-darkOverride with your dark theme valueDark--zui-dropdown-content-bg
--zui-dropdown-content-fg-darkOverride with your dark theme valueDark--zui-dropdown-content-fg
--zui-dropdown-item-ring-focus-darkOverride with your dark theme valueDark--zui-dropdown-item-ring-focus
--zui-dropdown-item-default-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-default-bg-hover
--zui-dropdown-item-default-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-default-fg-hover
--zui-dropdown-item-default-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-default-fg
--zui-dropdown-item-outline-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-outline-bg-hover
--zui-dropdown-item-outline-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-outline-fg-hover
--zui-dropdown-item-outline-border-darkOverride with your dark theme valueDark--zui-dropdown-item-outline-border
--zui-dropdown-item-outline-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-outline-fg
--zui-dropdown-item-ghost-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-ghost-bg-hover
--zui-dropdown-item-ghost-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-ghost-fg-hover
--zui-dropdown-item-ghost-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-ghost-bg
--zui-dropdown-item-ghost-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-ghost-fg
--zui-dropdown-item-white-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-white-bg-hover
--zui-dropdown-item-white-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-white-fg-hover
--zui-dropdown-item-white-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-white-bg
--zui-dropdown-item-white-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-white-fg
--zui-dropdown-item-black-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-black-bg-hover
--zui-dropdown-item-black-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-black-fg-hover
--zui-dropdown-item-black-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-black-bg
--zui-dropdown-item-black-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-black-fg
--zui-dropdown-item-sky-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-sky-bg-hover
--zui-dropdown-item-sky-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-sky-fg-hover
--zui-dropdown-item-sky-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-sky-bg
--zui-dropdown-item-sky-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-sky-fg
--zui-dropdown-item-rose-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-rose-bg-hover
--zui-dropdown-item-rose-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-rose-fg-hover
--zui-dropdown-item-rose-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-rose-bg
--zui-dropdown-item-rose-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-rose-fg
--zui-dropdown-item-purple-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-purple-bg-hover
--zui-dropdown-item-purple-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-purple-fg-hover
--zui-dropdown-item-purple-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-purple-bg
--zui-dropdown-item-purple-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-purple-fg
--zui-dropdown-item-pink-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-pink-bg-hover
--zui-dropdown-item-pink-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-pink-fg-hover
--zui-dropdown-item-pink-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-pink-bg
--zui-dropdown-item-pink-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-pink-fg
--zui-dropdown-item-orange-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-orange-bg-hover
--zui-dropdown-item-orange-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-orange-fg-hover
--zui-dropdown-item-orange-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-orange-bg
--zui-dropdown-item-orange-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-orange-fg
--zui-dropdown-item-yellow-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-yellow-bg-hover
--zui-dropdown-item-yellow-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-yellow-fg-hover
--zui-dropdown-item-yellow-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-yellow-bg
--zui-dropdown-item-yellow-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-yellow-fg
--zui-dropdown-item-teal-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-teal-bg-hover
--zui-dropdown-item-teal-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-teal-fg-hover
--zui-dropdown-item-teal-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-teal-bg
--zui-dropdown-item-teal-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-teal-fg
--zui-dropdown-item-indigo-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-indigo-bg-hover
--zui-dropdown-item-indigo-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-indigo-fg-hover
--zui-dropdown-item-indigo-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-indigo-bg
--zui-dropdown-item-indigo-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-indigo-fg
--zui-dropdown-item-emerald-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-emerald-bg-hover
--zui-dropdown-item-emerald-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-emerald-fg-hover
--zui-dropdown-item-emerald-bg-darkOverride with your dark theme valueDark--zui-dropdown-item-emerald-bg
--zui-dropdown-item-emerald-fg-darkOverride with your dark theme valueDark--zui-dropdown-item-emerald-fg
--zui-dropdown-item-gray-bg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-gray-bg-hover
--zui-dropdown-item-gray-fg-hover-darkOverride with your dark theme valueDark--zui-dropdown-item-gray-fg-hover

Dynamic stepper

Override these dynamic stepper variables on :root, a theme selector, or a component wrapper.

330 tokens119 dark
VariableFallbackThemePair
--zui-dynamic-stepper-indicator-default-border-completeoklch(55.4% 0.046 257.417 / 0.55)Light--zui-dynamic-stepper-indicator-default-border-complete-dark
--zui-dynamic-stepper-indicator-default-bg-completeoklch(55.4% 0.046 257.417 / 0.25)Light--zui-dynamic-stepper-indicator-default-bg-complete-dark
--zui-dynamic-stepper-indicator-default-fg-completeoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-default-fg-complete-dark
--zui-dynamic-stepper-indicator-default-ring-completeoklch(55.4% 0.046 257.417 / 0.25)Light--zui-dynamic-stepper-indicator-default-ring-complete-dark
--zui-dynamic-stepper-indicator-default-border-currentoklch(44.6% 0.043 257.281)Light--zui-dynamic-stepper-indicator-default-border-current-dark
--zui-dynamic-stepper-indicator-default-bg-currentoklch(55.4% 0.046 257.417 / 0.35)Light--zui-dynamic-stepper-indicator-default-bg-current-dark
--zui-dynamic-stepper-indicator-default-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-default-fg-current-dark
--zui-dynamic-stepper-indicator-default-ring-currentoklch(44.6% 0.043 257.281 / 0.45)Light--zui-dynamic-stepper-indicator-default-ring-current-dark
--zui-dynamic-stepper-indicator-default-border-upcoming#00000026Light--zui-dynamic-stepper-indicator-default-border-upcoming-dark
--zui-dynamic-stepper-indicator-default-bg-upcoming#0000000dLight--zui-dynamic-stepper-indicator-default-bg-upcoming-dark
--zui-dynamic-stepper-indicator-default-fg-upcomingoklch(55.4% 0.046 257.417)Light--zui-dynamic-stepper-indicator-default-fg-upcoming-dark
--zui-dynamic-stepper-indicator-secondary-border-completeoklch(70.4% 0.04 256.788)Light--zui-dynamic-stepper-indicator-secondary-border-complete-dark
--zui-dynamic-stepper-indicator-secondary-bg-completeoklch(92.9% 0.013 255.508 / 0.7)Light--zui-dynamic-stepper-indicator-secondary-bg-complete-dark
--zui-dynamic-stepper-indicator-secondary-fg-completeoklch(37.2% 0.044 257.287)Light--zui-dynamic-stepper-indicator-secondary-fg-complete-dark
--zui-dynamic-stepper-indicator-secondary-ring-completeoklch(70.4% 0.04 256.788 / 0.35)Light--zui-dynamic-stepper-indicator-secondary-ring-complete-dark
--zui-dynamic-stepper-indicator-secondary-border-currentoklch(55.4% 0.046 257.417)Light--zui-dynamic-stepper-indicator-secondary-border-current-dark
--zui-dynamic-stepper-indicator-secondary-bg-currentoklch(86.9% 0.022 252.894 / 0.55)Light--zui-dynamic-stepper-indicator-secondary-bg-current-dark
--zui-dynamic-stepper-indicator-secondary-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-secondary-fg-current-dark
--zui-dynamic-stepper-indicator-secondary-ring-currentoklch(55.4% 0.046 257.417 / 0.45)Light--zui-dynamic-stepper-indicator-secondary-ring-current-dark
--zui-dynamic-stepper-indicator-secondary-border-upcoming#0000001aLight--zui-dynamic-stepper-indicator-secondary-border-upcoming-dark
--zui-dynamic-stepper-indicator-secondary-bg-upcomingoklch(96.8% 0.007 247.896 / 0.5)Light--zui-dynamic-stepper-indicator-secondary-bg-upcoming-dark
--zui-dynamic-stepper-indicator-secondary-fg-upcomingoklch(55.4% 0.046 257.417)Light--zui-dynamic-stepper-indicator-secondary-fg-upcoming-dark
--zui-dynamic-stepper-indicator-destructive-border-completeoklch(64.5% 0.246 16.439 / 0.6)Light--zui-dynamic-stepper-indicator-destructive-border-complete-dark
--zui-dynamic-stepper-indicator-destructive-bg-completeoklch(64.5% 0.246 16.439 / 0.2)Light--zui-dynamic-stepper-indicator-destructive-bg-complete-dark
--zui-dynamic-stepper-indicator-destructive-fg-completeoklch(41% 0.159 10.272)Light--zui-dynamic-stepper-indicator-destructive-fg-complete-dark
--zui-dynamic-stepper-indicator-destructive-ring-completeoklch(71.2% 0.194 13.428 / 0.3)Light--zui-dynamic-stepper-indicator-destructive-ring-complete-dark
--zui-dynamic-stepper-indicator-destructive-border-currentoklch(58.6% 0.253 17.585)Light--zui-dynamic-stepper-indicator-destructive-border-current-dark
--zui-dynamic-stepper-indicator-destructive-bg-currentoklch(94.1% 0.03 12.58 / 0.5)Light--zui-dynamic-stepper-indicator-destructive-bg-current-dark
--zui-dynamic-stepper-indicator-destructive-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-destructive-fg-current-dark
--zui-dynamic-stepper-indicator-destructive-ring-currentoklch(71.2% 0.194 13.428 / 0.5)Light--zui-dynamic-stepper-indicator-destructive-ring-current-dark
--zui-dynamic-stepper-indicator-destructive-border-upcoming#00000026Light--zui-dynamic-stepper-indicator-destructive-border-upcoming-dark
--zui-dynamic-stepper-indicator-destructive-bg-upcomingoklch(96.9% 0.015 12.422)Light--zui-dynamic-stepper-indicator-destructive-bg-upcoming-dark
--zui-dynamic-stepper-indicator-destructive-fg-upcomingoklch(55.4% 0.046 257.417)Light--zui-dynamic-stepper-indicator-destructive-fg-upcoming-dark
--zui-dynamic-stepper-indicator-outline-border-completeoklch(69.6% 0.17 162.48 / 0.55)Light--zui-dynamic-stepper-indicator-outline-border-complete-dark
--zui-dynamic-stepper-indicator-outline-bg-completetransparentLight--zui-dynamic-stepper-indicator-outline-bg-complete-dark
--zui-dynamic-stepper-indicator-outline-fg-completeoklch(90.5% 0.093 164.15)Light--zui-dynamic-stepper-indicator-outline-fg-complete-dark
--zui-dynamic-stepper-indicator-outline-ring-completeoklch(69.6% 0.17 162.48 / 0.25)Light--zui-dynamic-stepper-indicator-outline-ring-complete-dark
--zui-dynamic-stepper-indicator-outline-border-current#0000004dLight--zui-dynamic-stepper-indicator-outline-border-current-dark
--zui-dynamic-stepper-indicator-outline-bg-current#0000001aLight--zui-dynamic-stepper-indicator-outline-bg-current-dark
--zui-dynamic-stepper-indicator-outline-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-outline-fg-current-dark
--zui-dynamic-stepper-indicator-outline-ring-current#00000040Light--zui-dynamic-stepper-indicator-outline-ring-current-dark
--zui-dynamic-stepper-indicator-outline-border-upcoming#00000026Light--zui-dynamic-stepper-indicator-outline-border-upcoming-dark
--zui-dynamic-stepper-indicator-outline-bg-upcoming#0000000dLight--zui-dynamic-stepper-indicator-outline-bg-upcoming-dark
--zui-dynamic-stepper-indicator-outline-fg-upcomingoklch(55.4% 0.046 257.417)Light--zui-dynamic-stepper-indicator-outline-fg-upcoming-dark
--zui-dynamic-stepper-indicator-ghost-border-completetransparentLight--zui-dynamic-stepper-indicator-ghost-border-complete-dark
--zui-dynamic-stepper-indicator-ghost-bg-completeoklch(69.6% 0.17 162.48 / 0.15)Light--zui-dynamic-stepper-indicator-ghost-bg-complete-dark
--zui-dynamic-stepper-indicator-ghost-fg-completeoklch(90.5% 0.093 164.15)Light--zui-dynamic-stepper-indicator-ghost-fg-complete-dark
--zui-dynamic-stepper-indicator-ghost-ring-completeoklch(76.5% 0.177 163.223 / 0.2)Light--zui-dynamic-stepper-indicator-ghost-ring-complete-dark
--zui-dynamic-stepper-indicator-ghost-border-currenttransparentLight--zui-dynamic-stepper-indicator-ghost-border-current-dark
--zui-dynamic-stepper-indicator-ghost-bg-current#0000001aLight--zui-dynamic-stepper-indicator-ghost-bg-current-dark
--zui-dynamic-stepper-indicator-ghost-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-ghost-fg-current-dark
--zui-dynamic-stepper-indicator-ghost-ring-current#00000026Light--zui-dynamic-stepper-indicator-ghost-ring-current-dark
--zui-dynamic-stepper-indicator-ghost-border-upcomingtransparentLight--zui-dynamic-stepper-indicator-ghost-border-upcoming-dark
--zui-dynamic-stepper-indicator-ghost-bg-upcomingtransparentLight--zui-dynamic-stepper-indicator-ghost-bg-upcoming-dark
--zui-dynamic-stepper-indicator-ghost-fg-upcomingoklch(55.4% 0.046 257.417)Light--zui-dynamic-stepper-indicator-ghost-fg-upcoming-dark
--zui-dynamic-stepper-indicator-link-border-completeoklch(71.5% 0.143 215.221 / 0.45)Light--zui-dynamic-stepper-indicator-link-border-complete-dark
--zui-dynamic-stepper-indicator-link-bg-completeoklch(98.4% 0.019 200.873)Light--zui-dynamic-stepper-indicator-link-bg-complete-dark
--zui-dynamic-stepper-indicator-link-fg-completeoklch(91.7% 0.08 205.041)Light--zui-dynamic-stepper-indicator-link-fg-complete-dark
--zui-dynamic-stepper-indicator-link-ring-completeoklch(78.9% 0.154 211.53 / 0.25)Light--zui-dynamic-stepper-indicator-link-ring-complete-dark
--zui-dynamic-stepper-indicator-link-border-currentoklch(60.9% 0.126 221.723)Light--zui-dynamic-stepper-indicator-link-border-current-dark
--zui-dynamic-stepper-indicator-link-bg-currentoklch(39.8% 0.07 227.392 / 0.45)Light--zui-dynamic-stepper-indicator-link-bg-current-dark
--zui-dynamic-stepper-indicator-link-fg-currentoklch(30.2% 0.056 229.695)Light--zui-dynamic-stepper-indicator-link-fg-current-dark
--zui-dynamic-stepper-indicator-link-ring-currentoklch(78.9% 0.154 211.53 / 0.45)Light--zui-dynamic-stepper-indicator-link-ring-current-dark
--zui-dynamic-stepper-indicator-link-border-upcoming#0000001aLight--zui-dynamic-stepper-indicator-link-border-upcoming-dark
--zui-dynamic-stepper-indicator-link-bg-upcomingtransparentLight--zui-dynamic-stepper-indicator-link-bg-upcoming-dark
--zui-dynamic-stepper-indicator-link-fg-upcomingoklch(55.4% 0.046 257.417)Light--zui-dynamic-stepper-indicator-link-fg-upcoming-dark
--zui-dynamic-stepper-indicator-glass-border-complete#00000040Light--zui-dynamic-stepper-indicator-glass-border-complete-dark
--zui-dynamic-stepper-indicator-glass-bg-complete#0000001aLight--zui-dynamic-stepper-indicator-glass-bg-complete-dark
--zui-dynamic-stepper-indicator-glass-fg-completeoklch(37.8% 0.077 168.94)Light--zui-dynamic-stepper-indicator-glass-fg-complete-dark
--zui-dynamic-stepper-indicator-glass-shadow-completeinset 0 1px 0 rgba(255,255,255,0.06)Light--zui-dynamic-stepper-indicator-glass-shadow-complete-dark
--zui-dynamic-stepper-indicator-glass-ring-completeoklch(76.5% 0.177 163.223 / 0.25)Light--zui-dynamic-stepper-indicator-glass-ring-complete-dark
--zui-dynamic-stepper-indicator-glass-border-current#00000059Light--zui-dynamic-stepper-indicator-glass-border-current-dark
--zui-dynamic-stepper-indicator-glass-bg-current#00000026Light--zui-dynamic-stepper-indicator-glass-bg-current-dark
--zui-dynamic-stepper-indicator-glass-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-glass-fg-current-dark
--zui-dynamic-stepper-indicator-glass-shadow-currentinset 0 1px 0 rgba(255,255,255,0.08)Light--zui-dynamic-stepper-indicator-glass-shadow-current-dark
--zui-dynamic-stepper-indicator-glass-ring-current#0000004dLight--zui-dynamic-stepper-indicator-glass-ring-current-dark
--zui-dynamic-stepper-indicator-glass-border-upcoming#00000026Light--zui-dynamic-stepper-indicator-glass-border-upcoming-dark
--zui-dynamic-stepper-indicator-glass-bg-upcoming#0000000dLight--zui-dynamic-stepper-indicator-glass-bg-upcoming-dark
--zui-dynamic-stepper-indicator-glass-fg-upcomingoklch(55.4% 0.046 257.417)Light--zui-dynamic-stepper-indicator-glass-fg-upcoming-dark
--zui-dynamic-stepper-indicator-emerald-border-completeoklch(69.6% 0.17 162.48 / 0.6)Light--zui-dynamic-stepper-indicator-emerald-border-complete-dark
--zui-dynamic-stepper-indicator-emerald-bg-completeoklch(69.6% 0.17 162.48 / 0.2)Light--zui-dynamic-stepper-indicator-emerald-bg-complete-dark
--zui-dynamic-stepper-indicator-emerald-fg-completeoklch(37.8% 0.077 168.94)Light--zui-dynamic-stepper-indicator-emerald-fg-complete-dark
--zui-dynamic-stepper-indicator-emerald-ring-completeoklch(76.5% 0.177 163.223 / 0.3)Light--zui-dynamic-stepper-indicator-emerald-ring-complete-dark
--zui-dynamic-stepper-indicator-emerald-border-currentoklch(59.6% 0.145 163.225)Light--zui-dynamic-stepper-indicator-emerald-border-current-dark
--zui-dynamic-stepper-indicator-emerald-bg-currentoklch(69.6% 0.17 162.48 / 0.3)Light--zui-dynamic-stepper-indicator-emerald-bg-current-dark
--zui-dynamic-stepper-indicator-emerald-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-emerald-fg-current-dark
--zui-dynamic-stepper-indicator-emerald-ring-currentoklch(76.5% 0.177 163.223 / 0.5)Light--zui-dynamic-stepper-indicator-emerald-ring-current-dark
--zui-dynamic-stepper-indicator-emerald-border-upcoming#00000026Light--zui-dynamic-stepper-indicator-emerald-border-upcoming-dark
--zui-dynamic-stepper-indicator-emerald-bg-upcomingoklch(97.9% 0.021 166.113)Light--zui-dynamic-stepper-indicator-emerald-bg-upcoming-dark
--zui-dynamic-stepper-indicator-emerald-fg-upcomingoklch(50.8% 0.118 165.612 / 0.55)Light--zui-dynamic-stepper-indicator-emerald-fg-upcoming-dark
--zui-dynamic-stepper-indicator-indigo-border-completeoklch(58.5% 0.233 277.117 / 0.6)Light--zui-dynamic-stepper-indicator-indigo-border-complete-dark
--zui-dynamic-stepper-indicator-indigo-bg-completeoklch(58.5% 0.233 277.117 / 0.2)Light--zui-dynamic-stepper-indicator-indigo-bg-complete-dark
--zui-dynamic-stepper-indicator-indigo-fg-completeoklch(35.9% 0.144 278.697)Light--zui-dynamic-stepper-indicator-indigo-fg-complete-dark
--zui-dynamic-stepper-indicator-indigo-ring-completeoklch(67.3% 0.182 276.935 / 0.3)Light--zui-dynamic-stepper-indicator-indigo-ring-complete-dark
--zui-dynamic-stepper-indicator-indigo-border-currentoklch(51.1% 0.262 276.966)Light--zui-dynamic-stepper-indicator-indigo-border-current-dark
--zui-dynamic-stepper-indicator-indigo-bg-currentoklch(58.5% 0.233 277.117 / 0.3)Light--zui-dynamic-stepper-indicator-indigo-bg-current-dark
--zui-dynamic-stepper-indicator-indigo-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-indigo-fg-current-dark
--zui-dynamic-stepper-indicator-indigo-ring-currentoklch(67.3% 0.182 276.935 / 0.5)Light--zui-dynamic-stepper-indicator-indigo-ring-current-dark
--zui-dynamic-stepper-indicator-indigo-border-upcoming#00000026Light--zui-dynamic-stepper-indicator-indigo-border-upcoming-dark
--zui-dynamic-stepper-indicator-indigo-bg-upcomingoklch(96.2% 0.018 272.314)Light--zui-dynamic-stepper-indicator-indigo-bg-upcoming-dark
--zui-dynamic-stepper-indicator-indigo-fg-upcomingoklch(45.7% 0.24 277.023 / 0.55)Light--zui-dynamic-stepper-indicator-indigo-fg-upcoming-dark
--zui-dynamic-stepper-indicator-purple-border-completeoklch(62.7% 0.265 303.9 / 0.6)Light--zui-dynamic-stepper-indicator-purple-border-complete-dark
--zui-dynamic-stepper-indicator-purple-bg-completeoklch(62.7% 0.265 303.9 / 0.2)Light--zui-dynamic-stepper-indicator-purple-bg-complete-dark
--zui-dynamic-stepper-indicator-purple-fg-completeoklch(38.1% 0.176 304.987)Light--zui-dynamic-stepper-indicator-purple-fg-complete-dark
--zui-dynamic-stepper-indicator-purple-ring-completeoklch(71.4% 0.203 305.504 / 0.3)Light--zui-dynamic-stepper-indicator-purple-ring-complete-dark
--zui-dynamic-stepper-indicator-purple-border-currentoklch(55.8% 0.288 302.321)Light--zui-dynamic-stepper-indicator-purple-border-current-dark
--zui-dynamic-stepper-indicator-purple-bg-currentoklch(62.7% 0.265 303.9 / 0.3)Light--zui-dynamic-stepper-indicator-purple-bg-current-dark
--zui-dynamic-stepper-indicator-purple-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-purple-fg-current-dark
--zui-dynamic-stepper-indicator-purple-ring-currentoklch(71.4% 0.203 305.504 / 0.5)Light--zui-dynamic-stepper-indicator-purple-ring-current-dark
--zui-dynamic-stepper-indicator-purple-border-upcoming#00000026Light--zui-dynamic-stepper-indicator-purple-border-upcoming-dark
--zui-dynamic-stepper-indicator-purple-bg-upcomingoklch(97.7% 0.014 308.299)Light--zui-dynamic-stepper-indicator-purple-bg-upcoming-dark
--zui-dynamic-stepper-indicator-purple-fg-upcomingoklch(49.6% 0.265 301.924 / 0.55)Light--zui-dynamic-stepper-indicator-purple-fg-upcoming-dark
--zui-dynamic-stepper-indicator-pink-border-completeoklch(65.6% 0.241 354.308 / 0.6)Light--zui-dynamic-stepper-indicator-pink-border-complete-dark
--zui-dynamic-stepper-indicator-pink-bg-completeoklch(65.6% 0.241 354.308 / 0.2)Light--zui-dynamic-stepper-indicator-pink-bg-complete-dark
--zui-dynamic-stepper-indicator-pink-fg-completeoklch(40.8% 0.153 2.432)Light--zui-dynamic-stepper-indicator-pink-fg-complete-dark
--zui-dynamic-stepper-indicator-pink-ring-completeoklch(71.8% 0.202 349.761 / 0.3)Light--zui-dynamic-stepper-indicator-pink-ring-complete-dark
--zui-dynamic-stepper-indicator-pink-border-currentoklch(59.2% 0.249 0.584)Light--zui-dynamic-stepper-indicator-pink-border-current-dark
--zui-dynamic-stepper-indicator-pink-bg-currentoklch(65.6% 0.241 354.308 / 0.3)Light--zui-dynamic-stepper-indicator-pink-bg-current-dark
--zui-dynamic-stepper-indicator-pink-fg-currentoklch(20.8% 0.042 265.755)Light--zui-dynamic-stepper-indicator-pink-fg-current-dark
--zui-dynamic-stepper-indicator-pink-ring-currentoklch(71.8% 0.202 349.761 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-pink-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-pink-bg-upcomingoklch(97.1% 0.014 343.198)Sharednone
--zui-dynamic-stepper-indicator-pink-fg-upcomingoklch(52.5% 0.223 3.958 / 0.55)Sharednone
--zui-dynamic-stepper-indicator-rose-border-completeoklch(64.5% 0.246 16.439 / 0.6)Sharednone
--zui-dynamic-stepper-indicator-rose-bg-completeoklch(64.5% 0.246 16.439 / 0.2)Sharednone
--zui-dynamic-stepper-indicator-rose-fg-completeoklch(41% 0.159 10.272)Sharednone
--zui-dynamic-stepper-indicator-rose-ring-completeoklch(71.2% 0.194 13.428 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-rose-border-currentoklch(58.6% 0.253 17.585)Sharednone
--zui-dynamic-stepper-indicator-rose-bg-currentoklch(64.5% 0.246 16.439 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-rose-fg-currentoklch(20.8% 0.042 265.755)Sharednone
--zui-dynamic-stepper-indicator-rose-ring-currentoklch(71.2% 0.194 13.428 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-rose-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-rose-bg-upcomingoklch(96.9% 0.015 12.422)Sharednone
--zui-dynamic-stepper-indicator-rose-fg-upcomingoklch(51.4% 0.222 16.935 / 0.55)Sharednone
--zui-dynamic-stepper-indicator-sky-border-completeoklch(68.5% 0.169 237.323 / 0.6)Sharednone
--zui-dynamic-stepper-indicator-sky-bg-completeoklch(68.5% 0.169 237.323 / 0.2)Sharednone
--zui-dynamic-stepper-indicator-sky-fg-completeoklch(39.1% 0.09 240.876)Sharednone
--zui-dynamic-stepper-indicator-sky-ring-completeoklch(74.6% 0.16 232.661 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-sky-border-currentoklch(58.8% 0.158 241.966)Sharednone
--zui-dynamic-stepper-indicator-sky-bg-currentoklch(68.5% 0.169 237.323 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-sky-fg-currentoklch(20.8% 0.042 265.755)Sharednone
--zui-dynamic-stepper-indicator-sky-ring-currentoklch(74.6% 0.16 232.661 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-sky-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-sky-bg-upcomingoklch(97.7% 0.013 236.62)Sharednone
--zui-dynamic-stepper-indicator-sky-fg-upcomingoklch(50% 0.134 242.749 / 0.55)Sharednone
--zui-dynamic-stepper-indicator-teal-border-completeoklch(70.4% 0.14 182.503 / 0.6)Sharednone
--zui-dynamic-stepper-indicator-teal-bg-completeoklch(70.4% 0.14 182.503 / 0.2)Sharednone
--zui-dynamic-stepper-indicator-teal-fg-completeoklch(38.6% 0.063 188.416)Sharednone
--zui-dynamic-stepper-indicator-teal-ring-completeoklch(77.7% 0.152 181.912 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-teal-border-currentoklch(60% 0.118 184.704)Sharednone
--zui-dynamic-stepper-indicator-teal-bg-currentoklch(70.4% 0.14 182.503 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-teal-fg-currentoklch(20.8% 0.042 265.755)Sharednone
--zui-dynamic-stepper-indicator-teal-ring-currentoklch(77.7% 0.152 181.912 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-teal-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-teal-bg-upcomingoklch(98.4% 0.014 180.72)Sharednone
--zui-dynamic-stepper-indicator-teal-fg-upcomingoklch(51.1% 0.096 186.391 / 0.55)Sharednone
--zui-dynamic-stepper-indicator-yellow-border-completeoklch(79.5% 0.184 86.047 / 0.6)Sharednone
--zui-dynamic-stepper-indicator-yellow-bg-completeoklch(79.5% 0.184 86.047 / 0.2)Sharednone
--zui-dynamic-stepper-indicator-yellow-fg-completeoklch(42.1% 0.095 57.708)Sharednone
--zui-dynamic-stepper-indicator-yellow-ring-completeoklch(85.2% 0.199 91.936 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-yellow-border-currentoklch(68.1% 0.162 75.834)Sharednone
--zui-dynamic-stepper-indicator-yellow-bg-currentoklch(97.3% 0.071 103.193 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-yellow-fg-currentoklch(20.8% 0.042 265.755)Sharednone
--zui-dynamic-stepper-indicator-yellow-ring-currentoklch(85.2% 0.199 91.936 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-yellow-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-yellow-bg-upcomingoklch(98.7% 0.026 102.212)Sharednone
--zui-dynamic-stepper-indicator-yellow-fg-upcomingoklch(55.4% 0.135 66.442 / 0.55)Sharednone
--zui-dynamic-stepper-indicator-orange-border-completeoklch(70.5% 0.213 47.604 / 0.6)Sharednone
--zui-dynamic-stepper-indicator-orange-bg-completeoklch(70.5% 0.213 47.604 / 0.2)Sharednone
--zui-dynamic-stepper-indicator-orange-fg-completeoklch(40.8% 0.123 38.172)Sharednone
--zui-dynamic-stepper-indicator-orange-ring-completeoklch(75% 0.183 55.934 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-orange-border-currentoklch(64.6% 0.222 41.116)Sharednone
--zui-dynamic-stepper-indicator-orange-bg-currentoklch(95.4% 0.038 75.164 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-orange-fg-currentoklch(20.8% 0.042 265.755)Sharednone
--zui-dynamic-stepper-indicator-orange-ring-currentoklch(75% 0.183 55.934 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-orange-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-orange-bg-upcomingoklch(98% 0.016 73.684)Sharednone
--zui-dynamic-stepper-indicator-orange-fg-upcomingoklch(55.3% 0.195 38.402 / 0.55)Sharednone
--zui-dynamic-stepper-indicator-gray-border-completeoklch(55.1% 0.027 264.364 / 0.6)Sharednone
--zui-dynamic-stepper-indicator-gray-bg-completeoklch(55.1% 0.027 264.364 / 0.2)Sharednone
--zui-dynamic-stepper-indicator-gray-fg-completeoklch(21% 0.034 264.665)Sharednone
--zui-dynamic-stepper-indicator-gray-ring-completeoklch(70.7% 0.022 261.325 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-gray-border-currentoklch(44.6% 0.03 256.802)Sharednone
--zui-dynamic-stepper-indicator-gray-bg-currentoklch(96.7% 0.003 264.542 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-gray-fg-currentoklch(20.8% 0.042 265.755)Sharednone
--zui-dynamic-stepper-indicator-gray-ring-currentoklch(70.7% 0.022 261.325 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-gray-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-gray-bg-upcomingoklch(98.5% 0.002 247.839)Sharednone
--zui-dynamic-stepper-indicator-gray-fg-upcomingoklch(87.2% 0.01 258.338 / 0.7)Sharednone
--zui-dynamic-stepper-indicator-amber-border-completeoklch(76.9% 0.188 70.08 / 0.6)Sharednone
--zui-dynamic-stepper-indicator-amber-bg-completeoklch(76.9% 0.188 70.08 / 0.2)Sharednone
--zui-dynamic-stepper-indicator-amber-fg-completeoklch(41.4% 0.112 45.904)Sharednone
--zui-dynamic-stepper-indicator-amber-ring-completeoklch(82.8% 0.189 84.429 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-amber-border-currentoklch(66.6% 0.179 58.318)Sharednone
--zui-dynamic-stepper-indicator-amber-bg-currentoklch(96.2% 0.059 95.617 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-amber-fg-currentoklch(20.8% 0.042 265.755)Sharednone
--zui-dynamic-stepper-indicator-amber-ring-currentoklch(82.8% 0.189 84.429 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-amber-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-amber-bg-upcomingoklch(98.7% 0.022 95.277)Sharednone
--zui-dynamic-stepper-indicator-amber-fg-upcomingoklch(55.5% 0.163 48.998 / 0.55)Sharednone
--zui-dynamic-stepper-indicator-violet-border-completeoklch(60.6% 0.25 292.717 / 0.6)Sharednone
--zui-dynamic-stepper-indicator-violet-bg-completeoklch(60.6% 0.25 292.717 / 0.2)Sharednone
--zui-dynamic-stepper-indicator-violet-fg-completeoklch(38% 0.189 293.745)Sharednone
--zui-dynamic-stepper-indicator-violet-ring-completeoklch(70.2% 0.183 293.541 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-violet-border-currentoklch(54.1% 0.281 293.009)Sharednone
--zui-dynamic-stepper-indicator-violet-bg-currentoklch(60.6% 0.25 292.717 / 0.3)Sharednone
--zui-dynamic-stepper-indicator-violet-fg-currentoklch(20.8% 0.042 265.755)Sharednone
--zui-dynamic-stepper-indicator-violet-ring-currentoklch(70.2% 0.183 293.541 / 0.5)Sharednone
--zui-dynamic-stepper-indicator-violet-border-upcoming#00000026Sharednone
--zui-dynamic-stepper-indicator-violet-bg-upcomingoklch(96.9% 0.016 293.756)Sharednone
--zui-dynamic-stepper-indicator-violet-fg-upcomingoklch(49.1% 0.27 292.581 / 0.55)Sharednone
--zui-dynamic-stepper-indicator-default-border-complete-darkoklch(37.2% 0.044 257.287 / 0.55)Dark--zui-dynamic-stepper-indicator-default-border-complete
--zui-dynamic-stepper-indicator-default-bg-complete-darkoklch(55.4% 0.046 257.417 / 0.25)Dark--zui-dynamic-stepper-indicator-default-bg-complete
--zui-dynamic-stepper-indicator-default-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-fg-complete
--zui-dynamic-stepper-indicator-default-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-ring-complete
--zui-dynamic-stepper-indicator-default-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-border-current
--zui-dynamic-stepper-indicator-default-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-bg-current
--zui-dynamic-stepper-indicator-default-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-fg-current
--zui-dynamic-stepper-indicator-default-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-ring-current
--zui-dynamic-stepper-indicator-default-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-border-upcoming
--zui-dynamic-stepper-indicator-default-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-bg-upcoming
--zui-dynamic-stepper-indicator-default-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-default-fg-upcoming
--zui-dynamic-stepper-indicator-secondary-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-border-complete
--zui-dynamic-stepper-indicator-secondary-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-bg-complete
--zui-dynamic-stepper-indicator-secondary-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-fg-complete
--zui-dynamic-stepper-indicator-secondary-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-ring-complete
--zui-dynamic-stepper-indicator-secondary-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-border-current
--zui-dynamic-stepper-indicator-secondary-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-bg-current
--zui-dynamic-stepper-indicator-secondary-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-fg-current
--zui-dynamic-stepper-indicator-secondary-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-ring-current
--zui-dynamic-stepper-indicator-secondary-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-border-upcoming
--zui-dynamic-stepper-indicator-secondary-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-bg-upcoming
--zui-dynamic-stepper-indicator-secondary-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-secondary-fg-upcoming
--zui-dynamic-stepper-indicator-destructive-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-border-complete
--zui-dynamic-stepper-indicator-destructive-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-bg-complete
--zui-dynamic-stepper-indicator-destructive-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-fg-complete
--zui-dynamic-stepper-indicator-destructive-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-ring-complete
--zui-dynamic-stepper-indicator-destructive-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-border-current
--zui-dynamic-stepper-indicator-destructive-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-bg-current
--zui-dynamic-stepper-indicator-destructive-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-fg-current
--zui-dynamic-stepper-indicator-destructive-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-ring-current
--zui-dynamic-stepper-indicator-destructive-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-border-upcoming
--zui-dynamic-stepper-indicator-destructive-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-bg-upcoming
--zui-dynamic-stepper-indicator-destructive-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-destructive-fg-upcoming
--zui-dynamic-stepper-indicator-outline-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-border-complete
--zui-dynamic-stepper-indicator-outline-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-bg-complete
--zui-dynamic-stepper-indicator-outline-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-fg-complete
--zui-dynamic-stepper-indicator-outline-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-ring-complete
--zui-dynamic-stepper-indicator-outline-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-border-current
--zui-dynamic-stepper-indicator-outline-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-bg-current
--zui-dynamic-stepper-indicator-outline-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-fg-current
--zui-dynamic-stepper-indicator-outline-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-ring-current
--zui-dynamic-stepper-indicator-outline-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-border-upcoming
--zui-dynamic-stepper-indicator-outline-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-bg-upcoming
--zui-dynamic-stepper-indicator-outline-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-outline-fg-upcoming
--zui-dynamic-stepper-indicator-ghost-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-border-complete
--zui-dynamic-stepper-indicator-ghost-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-bg-complete
--zui-dynamic-stepper-indicator-ghost-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-fg-complete
--zui-dynamic-stepper-indicator-ghost-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-ring-complete
--zui-dynamic-stepper-indicator-ghost-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-border-current
--zui-dynamic-stepper-indicator-ghost-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-bg-current
--zui-dynamic-stepper-indicator-ghost-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-fg-current
--zui-dynamic-stepper-indicator-ghost-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-ring-current
--zui-dynamic-stepper-indicator-ghost-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-border-upcoming
--zui-dynamic-stepper-indicator-ghost-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-bg-upcoming
--zui-dynamic-stepper-indicator-ghost-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-ghost-fg-upcoming
--zui-dynamic-stepper-indicator-link-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-border-complete
--zui-dynamic-stepper-indicator-link-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-bg-complete
--zui-dynamic-stepper-indicator-link-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-fg-complete
--zui-dynamic-stepper-indicator-link-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-ring-complete
--zui-dynamic-stepper-indicator-link-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-border-current
--zui-dynamic-stepper-indicator-link-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-bg-current
--zui-dynamic-stepper-indicator-link-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-fg-current
--zui-dynamic-stepper-indicator-link-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-ring-current
--zui-dynamic-stepper-indicator-link-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-border-upcoming
--zui-dynamic-stepper-indicator-link-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-bg-upcoming
--zui-dynamic-stepper-indicator-link-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-link-fg-upcoming
--zui-dynamic-stepper-indicator-glass-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-border-complete
--zui-dynamic-stepper-indicator-glass-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-bg-complete
--zui-dynamic-stepper-indicator-glass-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-fg-complete
--zui-dynamic-stepper-indicator-glass-shadow-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-shadow-complete
--zui-dynamic-stepper-indicator-glass-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-ring-complete
--zui-dynamic-stepper-indicator-glass-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-border-current
--zui-dynamic-stepper-indicator-glass-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-bg-current
--zui-dynamic-stepper-indicator-glass-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-fg-current
--zui-dynamic-stepper-indicator-glass-shadow-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-shadow-current
--zui-dynamic-stepper-indicator-glass-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-ring-current
--zui-dynamic-stepper-indicator-glass-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-border-upcoming
--zui-dynamic-stepper-indicator-glass-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-bg-upcoming
--zui-dynamic-stepper-indicator-glass-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-glass-fg-upcoming
--zui-dynamic-stepper-indicator-emerald-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-border-complete
--zui-dynamic-stepper-indicator-emerald-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-bg-complete
--zui-dynamic-stepper-indicator-emerald-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-fg-complete
--zui-dynamic-stepper-indicator-emerald-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-ring-complete
--zui-dynamic-stepper-indicator-emerald-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-border-current
--zui-dynamic-stepper-indicator-emerald-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-bg-current
--zui-dynamic-stepper-indicator-emerald-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-fg-current
--zui-dynamic-stepper-indicator-emerald-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-ring-current
--zui-dynamic-stepper-indicator-emerald-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-border-upcoming
--zui-dynamic-stepper-indicator-emerald-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-bg-upcoming
--zui-dynamic-stepper-indicator-emerald-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-emerald-fg-upcoming
--zui-dynamic-stepper-indicator-indigo-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-border-complete
--zui-dynamic-stepper-indicator-indigo-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-bg-complete
--zui-dynamic-stepper-indicator-indigo-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-fg-complete
--zui-dynamic-stepper-indicator-indigo-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-ring-complete
--zui-dynamic-stepper-indicator-indigo-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-border-current
--zui-dynamic-stepper-indicator-indigo-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-bg-current
--zui-dynamic-stepper-indicator-indigo-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-fg-current
--zui-dynamic-stepper-indicator-indigo-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-ring-current
--zui-dynamic-stepper-indicator-indigo-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-border-upcoming
--zui-dynamic-stepper-indicator-indigo-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-bg-upcoming
--zui-dynamic-stepper-indicator-indigo-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-indigo-fg-upcoming
--zui-dynamic-stepper-indicator-purple-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-border-complete
--zui-dynamic-stepper-indicator-purple-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-bg-complete
--zui-dynamic-stepper-indicator-purple-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-fg-complete
--zui-dynamic-stepper-indicator-purple-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-ring-complete
--zui-dynamic-stepper-indicator-purple-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-border-current
--zui-dynamic-stepper-indicator-purple-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-bg-current
--zui-dynamic-stepper-indicator-purple-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-fg-current
--zui-dynamic-stepper-indicator-purple-ring-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-ring-current
--zui-dynamic-stepper-indicator-purple-border-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-border-upcoming
--zui-dynamic-stepper-indicator-purple-bg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-bg-upcoming
--zui-dynamic-stepper-indicator-purple-fg-upcoming-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-purple-fg-upcoming
--zui-dynamic-stepper-indicator-pink-border-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-pink-border-complete
--zui-dynamic-stepper-indicator-pink-bg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-pink-bg-complete
--zui-dynamic-stepper-indicator-pink-fg-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-pink-fg-complete
--zui-dynamic-stepper-indicator-pink-ring-complete-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-pink-ring-complete
--zui-dynamic-stepper-indicator-pink-border-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-pink-border-current
--zui-dynamic-stepper-indicator-pink-bg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-pink-bg-current
--zui-dynamic-stepper-indicator-pink-fg-current-darkOverride with your dark theme valueDark--zui-dynamic-stepper-indicator-pink-fg-current

Empty state

Override these empty state variables on :root, a theme selector, or a component wrapper.

14 tokens7 dark
VariableFallbackThemePair
--zui-empty-state-default-fgoklch(20.8% 0.042 265.755)Light--zui-empty-state-default-fg-dark
--zui-empty-state-ghost-fgoklch(37.2% 0.044 257.287)Light--zui-empty-state-ghost-fg-dark
--zui-empty-state-card-border#0000001aLight--zui-empty-state-card-border-dark
--zui-empty-state-card-bg#ffffffe6Light--zui-empty-state-card-bg-dark
--zui-empty-state-card-fgoklch(20.8% 0.042 265.755)Light--zui-empty-state-card-fg-dark
--zui-empty-state-card-shadow0 8px 24px rgba(15,23,42,0.12)Light--zui-empty-state-card-shadow-dark
--zui-empty-state-description-fgoklch(55.4% 0.046 257.417)Light--zui-empty-state-description-fg-dark
--zui-empty-state-default-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-empty-state-default-fg
--zui-empty-state-ghost-fg-darkoklch(92.9% 0.013 255.508)Dark--zui-empty-state-ghost-fg
--zui-empty-state-card-border-darkOverride with your dark theme valueDark--zui-empty-state-card-border
--zui-empty-state-card-bg-darkOverride with your dark theme valueDark--zui-empty-state-card-bg
--zui-empty-state-card-fg-darkOverride with your dark theme valueDark--zui-empty-state-card-fg
--zui-empty-state-card-shadow-darkOverride with your dark theme valueDark--zui-empty-state-card-shadow
--zui-empty-state-description-fg-darkOverride with your dark theme valueDark--zui-empty-state-description-fg

File upload

Override these file upload variables on :root, a theme selector, or a component wrapper.

88 tokens18 dark
VariableFallbackThemePair
--zui-file-upload-ring-focusoklch(70.2% 0.183 293.541 / 0.6)Light--zui-file-upload-ring-focus-dark
--zui-file-upload-ring-offset-focusoklch(98.4% 0.003 247.858)Light--zui-file-upload-ring-offset-focus-dark
--zui-file-upload-idle-border#00000026Light--zui-file-upload-idle-border-dark
--zui-file-upload-idle-bg#0000000dLight--zui-file-upload-idle-bg-dark
--zui-file-upload-idle-fgoklch(44.6% 0.043 257.281)Light--zui-file-upload-idle-fg-dark
--zui-file-upload-idle-border-hover#00000040Light--zui-file-upload-idle-border-hover-dark
--zui-file-upload-idle-bg-hover#00000012Light--zui-file-upload-idle-bg-hover-dark
--zui-file-upload-active-borderoklch(70.2% 0.183 293.541 / 0.7)Light--zui-file-upload-active-border-dark
--zui-file-upload-active-bgoklch(60.6% 0.25 292.717 / 0.1)Light--zui-file-upload-active-bg-dark
--zui-file-upload-active-fgoklch(20.8% 0.042 265.755)Light--zui-file-upload-active-fg-dark
--zui-file-upload-error-borderoklch(70.4% 0.191 22.216 / 0.7)Light--zui-file-upload-error-border-dark
--zui-file-upload-error-bgoklch(63.7% 0.237 25.331 / 0.1)Light--zui-file-upload-error-bg-dark
--zui-file-upload-error-fgoklch(57.7% 0.245 27.325)Light--zui-file-upload-error-fg-dark
--zui-file-upload-error-border-hoveroklch(70.4% 0.191 22.216 / 0.8)Light--zui-file-upload-error-border-hover-dark
--zui-file-upload-error-bg-hoveroklch(63.7% 0.237 25.331 / 0.15)Light--zui-file-upload-error-bg-hover-dark
--zui-file-upload-success-borderoklch(79.2% 0.209 151.711 / 0.7)Light--zui-file-upload-success-border-dark
--zui-file-upload-success-bgoklch(72.3% 0.219 149.579 / 0.1)Light--zui-file-upload-success-bg-dark
--zui-file-upload-success-fgoklch(62.7% 0.194 149.214)Light--zui-file-upload-success-fg-dark
--zui-file-upload-success-border-hoveroklch(79.2% 0.209 151.711 / 0.8)Sharednone
--zui-file-upload-success-bg-hoveroklch(72.3% 0.219 149.579 / 0.15)Sharednone
--zui-file-upload-warning-borderoklch(85.2% 0.199 91.936 / 0.7)Sharednone
--zui-file-upload-warning-bgoklch(79.5% 0.184 86.047 / 0.1)Sharednone
--zui-file-upload-warning-fgoklch(68.1% 0.162 75.834)Sharednone
--zui-file-upload-warning-border-hoveroklch(85.2% 0.199 91.936 / 0.8)Sharednone
--zui-file-upload-warning-bg-hoveroklch(79.5% 0.184 86.047 / 0.15)Sharednone
--zui-file-upload-info-borderoklch(70.7% 0.165 254.624 / 0.7)Sharednone
--zui-file-upload-info-bgoklch(62.3% 0.214 259.815 / 0.1)Sharednone
--zui-file-upload-info-fgoklch(54.6% 0.245 262.881)Sharednone
--zui-file-upload-info-border-hoveroklch(70.7% 0.165 254.624 / 0.8)Sharednone
--zui-file-upload-info-bg-hoveroklch(62.3% 0.214 259.815 / 0.15)Sharednone
--zui-file-upload-neutral-borderoklch(70.7% 0.022 261.325 / 0.7)Sharednone
--zui-file-upload-neutral-bgoklch(55.1% 0.027 264.364 / 0.1)Sharednone
--zui-file-upload-neutral-fgoklch(44.6% 0.03 256.802)Sharednone
--zui-file-upload-neutral-border-hoveroklch(70.7% 0.022 261.325 / 0.8)Sharednone
--zui-file-upload-neutral-bg-hoveroklch(55.1% 0.027 264.364 / 0.15)Sharednone
--zui-file-upload-purple-borderoklch(71.4% 0.203 305.504 / 0.7)Sharednone
--zui-file-upload-purple-bgoklch(62.7% 0.265 303.9 / 0.1)Sharednone
--zui-file-upload-purple-fgoklch(55.8% 0.288 302.321)Sharednone
--zui-file-upload-purple-border-hoveroklch(71.4% 0.203 305.504 / 0.8)Sharednone
--zui-file-upload-purple-bg-hoveroklch(62.7% 0.265 303.9 / 0.15)Sharednone
--zui-file-upload-indigo-borderoklch(67.3% 0.182 276.935 / 0.7)Sharednone
--zui-file-upload-indigo-bgoklch(58.5% 0.233 277.117 / 0.1)Sharednone
--zui-file-upload-indigo-fgoklch(51.1% 0.262 276.966)Sharednone
--zui-file-upload-indigo-border-hoveroklch(67.3% 0.182 276.935 / 0.8)Sharednone
--zui-file-upload-indigo-bg-hoveroklch(58.5% 0.233 277.117 / 0.15)Sharednone
--zui-file-upload-emerald-borderoklch(76.5% 0.177 163.223 / 0.7)Sharednone
--zui-file-upload-emerald-bgoklch(69.6% 0.17 162.48 / 0.1)Sharednone
--zui-file-upload-emerald-fgoklch(59.6% 0.145 163.225)Sharednone
--zui-file-upload-emerald-border-hoveroklch(76.5% 0.177 163.223 / 0.8)Sharednone
--zui-file-upload-emerald-bg-hoveroklch(69.6% 0.17 162.48 / 0.15)Sharednone
--zui-file-upload-amber-borderoklch(82.8% 0.189 84.429 / 0.7)Sharednone
--zui-file-upload-amber-bgoklch(76.9% 0.188 70.08 / 0.1)Sharednone
--zui-file-upload-amber-fgoklch(66.6% 0.179 58.318)Sharednone
--zui-file-upload-amber-border-hoveroklch(82.8% 0.189 84.429 / 0.8)Sharednone
--zui-file-upload-amber-bg-hoveroklch(76.9% 0.188 70.08 / 0.15)Sharednone
--zui-file-upload-pink-borderoklch(71.8% 0.202 349.761 / 0.7)Sharednone
--zui-file-upload-pink-bgoklch(65.6% 0.241 354.308 / 0.1)Sharednone
--zui-file-upload-pink-fgoklch(59.2% 0.249 0.584)Sharednone
--zui-file-upload-pink-border-hoveroklch(71.8% 0.202 349.761 / 0.8)Sharednone
--zui-file-upload-pink-bg-hoveroklch(65.6% 0.241 354.308 / 0.15)Sharednone
--zui-file-upload-orange-borderoklch(75% 0.183 55.934 / 0.7)Sharednone
--zui-file-upload-orange-bgoklch(70.5% 0.213 47.604 / 0.1)Sharednone
--zui-file-upload-orange-fgoklch(64.6% 0.222 41.116)Sharednone
--zui-file-upload-orange-border-hoveroklch(75% 0.183 55.934 / 0.8)Sharednone
--zui-file-upload-orange-bg-hoveroklch(70.5% 0.213 47.604 / 0.15)Sharednone
--zui-file-upload-teal-borderoklch(77.7% 0.152 181.912 / 0.7)Sharednone
--zui-file-upload-teal-bgoklch(70.4% 0.14 182.503 / 0.1)Sharednone
--zui-file-upload-teal-fgoklch(60% 0.118 184.704)Sharednone
--zui-file-upload-teal-border-hoveroklch(77.7% 0.152 181.912 / 0.8)Sharednone
--zui-file-upload-teal-bg-hoveroklch(70.4% 0.14 182.503 / 0.15)Sharednone
--zui-file-upload-ring-offset-focus-darkoklch(12.9% 0.042 264.695)Dark--zui-file-upload-ring-offset-focus
--zui-file-upload-idle-border-dark#ffffff26Dark--zui-file-upload-idle-border
--zui-file-upload-ring-focus-darkOverride with your dark theme valueDark--zui-file-upload-ring-focus
--zui-file-upload-idle-bg-darkOverride with your dark theme valueDark--zui-file-upload-idle-bg
--zui-file-upload-idle-fg-darkOverride with your dark theme valueDark--zui-file-upload-idle-fg
--zui-file-upload-idle-border-hover-darkOverride with your dark theme valueDark--zui-file-upload-idle-border-hover
--zui-file-upload-idle-bg-hover-darkOverride with your dark theme valueDark--zui-file-upload-idle-bg-hover
--zui-file-upload-active-border-darkOverride with your dark theme valueDark--zui-file-upload-active-border
--zui-file-upload-active-bg-darkOverride with your dark theme valueDark--zui-file-upload-active-bg
--zui-file-upload-active-fg-darkOverride with your dark theme valueDark--zui-file-upload-active-fg
--zui-file-upload-error-border-darkOverride with your dark theme valueDark--zui-file-upload-error-border
--zui-file-upload-error-bg-darkOverride with your dark theme valueDark--zui-file-upload-error-bg
--zui-file-upload-error-fg-darkOverride with your dark theme valueDark--zui-file-upload-error-fg
--zui-file-upload-error-border-hover-darkOverride with your dark theme valueDark--zui-file-upload-error-border-hover
--zui-file-upload-error-bg-hover-darkOverride with your dark theme valueDark--zui-file-upload-error-bg-hover
--zui-file-upload-success-border-darkOverride with your dark theme valueDark--zui-file-upload-success-border
--zui-file-upload-success-bg-darkOverride with your dark theme valueDark--zui-file-upload-success-bg
--zui-file-upload-success-fg-darkOverride with your dark theme valueDark--zui-file-upload-success-fg

Inputs

Override these inputs variables on :root, a theme selector, or a component wrapper.

107 tokens42 dark
VariableFallbackThemePair
--zui-input-bg#0000000dLight--zui-input-bg-dark
--zui-input-fgoklch(20.8% 0.042 265.755)Light--zui-input-fg-dark
--zui-input-shadow0 1px 2px rgba(15,23,42,0.08)Light--zui-input-shadow-dark
--zui-input-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-input-ring-offset-dark
--zui-input-placeholder-fgoklch(55.4% 0.046 257.417)Light--zui-input-placeholder-fg-dark
--zui-input-bg-read-only#00000008Light--zui-input-bg-read-only-dark
--zui-input-file-border#0000001aLight--zui-input-file-border-dark
--zui-input-file-bg#0000001aLight--zui-input-file-bg-dark
--zui-input-file-fgoklch(37.2% 0.044 257.287)Light--zui-input-file-fg-dark
--zui-input-file-bg-hover#00000026Light--zui-input-file-bg-hover-dark
--zui-input-file-fg-hover#ffffffLight--zui-input-file-fg-hover-dark
--zui-input-checkbox-border#0000004dLight--zui-input-checkbox-border-dark
--zui-input-checkbox-bgtransparentLight--zui-input-checkbox-bg-dark
--zui-input-radio-border#0000004dLight--zui-input-radio-border-dark
--zui-input-radio-bgtransparentLight--zui-input-radio-bg-dark
--zui-input-radio-bg-read-onlytransparentLight--zui-input-radio-bg-read-only-dark
--zui-input-radio-ring#00000033Light--zui-input-radio-ring-dark
--zui-input-radio-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-input-radio-ring-offset-dark
--zui-input-default-border#0000001aLight--zui-input-default-border-dark
--zui-input-default-border-focus#00000033Light--zui-input-default-border-focus-dark
--zui-input-warning-borderoklch(79.5% 0.184 86.047 / 0.8)Light--zui-input-warning-border-dark
--zui-input-warning-fgoklch(28.6% 0.066 53.813)Light--zui-input-warning-fg-dark
--zui-input-warning-placeholder-fgoklch(47.6% 0.114 61.907)Light--zui-input-warning-placeholder-fg-dark
--zui-input-warning-border-focusoklch(68.1% 0.162 75.834)Light--zui-input-warning-border-focus-dark
--zui-input-warning-ring-focusoklch(85.2% 0.199 91.936 / 0.8)Light--zui-input-warning-ring-focus-dark
--zui-input-error-borderoklch(64.5% 0.246 16.439 / 0.8)Light--zui-input-error-border-dark
--zui-input-error-fgoklch(27.1% 0.105 12.094)Light--zui-input-error-fg-dark
--zui-input-error-placeholder-fgoklch(45.5% 0.188 13.697)Light--zui-input-error-placeholder-fg-dark
--zui-input-error-border-focusoklch(58.6% 0.253 17.585)Light--zui-input-error-border-focus-dark
--zui-input-error-ring-focusoklch(71.2% 0.194 13.428 / 0.8)Light--zui-input-error-ring-focus-dark
--zui-input-success-borderoklch(69.6% 0.17 162.48 / 0.7)Light--zui-input-success-border-dark
--zui-input-success-fgoklch(26.2% 0.051 172.552)Light--zui-input-success-fg-dark
--zui-input-success-placeholder-fgoklch(43.2% 0.095 166.913)Light--zui-input-success-placeholder-fg-dark
--zui-input-success-border-focusoklch(59.6% 0.145 163.225)Light--zui-input-success-border-focus-dark
--zui-input-success-ring-focusoklch(76.5% 0.177 163.223 / 0.8)Light--zui-input-success-ring-focus-dark
--zui-input-info-borderoklch(62.3% 0.214 259.815 / 0.8)Light--zui-input-info-border-dark
--zui-input-info-fgoklch(28.2% 0.091 267.935)Light--zui-input-info-fg-dark
--zui-input-info-placeholder-fgoklch(42.4% 0.199 265.638)Light--zui-input-info-placeholder-fg-dark
--zui-input-info-border-focusoklch(54.6% 0.245 262.881)Light--zui-input-info-border-focus-dark
--zui-input-info-ring-focusoklch(70.7% 0.165 254.624 / 0.8)Light--zui-input-info-ring-focus-dark
--zui-input-violet-borderoklch(60.6% 0.25 292.717 / 0.8)Light--zui-input-violet-border-dark
--zui-input-violet-fgoklch(28.3% 0.141 291.089)Light--zui-input-violet-fg-dark
--zui-input-violet-placeholder-fgoklch(43.2% 0.232 292.759)Sharednone
--zui-input-violet-border-focusoklch(54.1% 0.281 293.009)Sharednone
--zui-input-violet-ring-focusoklch(70.2% 0.183 293.541 / 0.8)Sharednone
--zui-input-amber-borderoklch(76.9% 0.188 70.08 / 0.8)Sharednone
--zui-input-amber-fgoklch(27.9% 0.077 45.635)Sharednone
--zui-input-amber-placeholder-fgoklch(47.3% 0.137 46.201)Sharednone
--zui-input-amber-border-focusoklch(66.6% 0.179 58.318)Sharednone
--zui-input-amber-ring-focusoklch(82.8% 0.189 84.429 / 0.8)Sharednone
--zui-input-pink-borderoklch(65.6% 0.241 354.308 / 0.8)Sharednone
--zui-input-pink-fgoklch(28.4% 0.109 3.907)Sharednone
--zui-input-pink-placeholder-fgoklch(45.9% 0.187 3.815)Sharednone
--zui-input-pink-border-focusoklch(59.2% 0.249 0.584)Sharednone
--zui-input-pink-ring-focusoklch(71.8% 0.202 349.761 / 0.8)Sharednone
--zui-input-indigo-borderoklch(58.5% 0.233 277.117 / 0.8)Sharednone
--zui-input-indigo-fgoklch(25.7% 0.09 281.288)Sharednone
--zui-input-indigo-placeholder-fgoklch(39.8% 0.195 277.366)Sharednone
--zui-input-indigo-border-focusoklch(51.1% 0.262 276.966)Sharednone
--zui-input-indigo-ring-focusoklch(67.3% 0.182 276.935 / 0.8)Sharednone
--zui-input-orange-borderoklch(70.5% 0.213 47.604 / 0.8)Sharednone
--zui-input-orange-fgoklch(26.6% 0.079 36.259)Sharednone
--zui-input-orange-placeholder-fgoklch(47% 0.157 37.304)Sharednone
--zui-input-orange-border-focusoklch(64.6% 0.222 41.116)Sharednone
--zui-input-orange-ring-focusoklch(75% 0.183 55.934 / 0.8)Sharednone
--zui-input-bg-dark#ffffff0dDark--zui-input-bg
--zui-input-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-input-fg
--zui-input-shadow-darkOverride with your dark theme valueDark--zui-input-shadow
--zui-input-ring-offset-darkOverride with your dark theme valueDark--zui-input-ring-offset
--zui-input-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-placeholder-fg
--zui-input-bg-read-only-darkOverride with your dark theme valueDark--zui-input-bg-read-only
--zui-input-file-border-darkOverride with your dark theme valueDark--zui-input-file-border
--zui-input-file-bg-darkOverride with your dark theme valueDark--zui-input-file-bg
--zui-input-file-fg-darkOverride with your dark theme valueDark--zui-input-file-fg
--zui-input-file-bg-hover-darkOverride with your dark theme valueDark--zui-input-file-bg-hover
--zui-input-file-fg-hover-darkOverride with your dark theme valueDark--zui-input-file-fg-hover
--zui-input-checkbox-border-darkOverride with your dark theme valueDark--zui-input-checkbox-border
--zui-input-checkbox-bg-darkOverride with your dark theme valueDark--zui-input-checkbox-bg
--zui-input-radio-border-darkOverride with your dark theme valueDark--zui-input-radio-border
--zui-input-radio-bg-darkOverride with your dark theme valueDark--zui-input-radio-bg
--zui-input-radio-bg-read-only-darkOverride with your dark theme valueDark--zui-input-radio-bg-read-only
--zui-input-radio-ring-darkOverride with your dark theme valueDark--zui-input-radio-ring
--zui-input-radio-ring-offset-darkOverride with your dark theme valueDark--zui-input-radio-ring-offset
--zui-input-default-border-darkOverride with your dark theme valueDark--zui-input-default-border
--zui-input-default-border-focus-darkOverride with your dark theme valueDark--zui-input-default-border-focus
--zui-input-warning-border-darkOverride with your dark theme valueDark--zui-input-warning-border
--zui-input-warning-fg-darkOverride with your dark theme valueDark--zui-input-warning-fg
--zui-input-warning-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-warning-placeholder-fg
--zui-input-warning-border-focus-darkOverride with your dark theme valueDark--zui-input-warning-border-focus
--zui-input-warning-ring-focus-darkOverride with your dark theme valueDark--zui-input-warning-ring-focus
--zui-input-error-border-darkOverride with your dark theme valueDark--zui-input-error-border
--zui-input-error-fg-darkOverride with your dark theme valueDark--zui-input-error-fg
--zui-input-error-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-error-placeholder-fg
--zui-input-error-border-focus-darkOverride with your dark theme valueDark--zui-input-error-border-focus
--zui-input-error-ring-focus-darkOverride with your dark theme valueDark--zui-input-error-ring-focus
--zui-input-success-border-darkOverride with your dark theme valueDark--zui-input-success-border
--zui-input-success-fg-darkOverride with your dark theme valueDark--zui-input-success-fg
--zui-input-success-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-success-placeholder-fg
--zui-input-success-border-focus-darkOverride with your dark theme valueDark--zui-input-success-border-focus
--zui-input-success-ring-focus-darkOverride with your dark theme valueDark--zui-input-success-ring-focus
--zui-input-info-border-darkOverride with your dark theme valueDark--zui-input-info-border
--zui-input-info-fg-darkOverride with your dark theme valueDark--zui-input-info-fg
--zui-input-info-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-info-placeholder-fg
--zui-input-info-border-focus-darkOverride with your dark theme valueDark--zui-input-info-border-focus
--zui-input-info-ring-focus-darkOverride with your dark theme valueDark--zui-input-info-ring-focus
--zui-input-violet-border-darkOverride with your dark theme valueDark--zui-input-violet-border
--zui-input-violet-fg-darkOverride with your dark theme valueDark--zui-input-violet-fg

Kbd

Override these kbd variables on :root, a theme selector, or a component wrapper. Structural variables drive the radius and keycap shadow; each appearance sets the keycap background, foreground, and border tokens.

133 tokens66 dark
VariableFallbackThemePair
--zui-kbd-radius0.375remLight--zui-kbd-radius-dark
--zui-kbd-shadowinset 0 -1px 0 #0000001fLight--zui-kbd-shadow-dark
--zui-kbd-default-bg#0f172aLight--zui-kbd-default-bg-dark
--zui-kbd-default-fg#f8fafcLight--zui-kbd-default-fg-dark
--zui-kbd-default-shadow0 1px 2px #0f172a14Light--zui-kbd-default-shadow-dark
--zui-kbd-secondary-bg#e2e8f0Light--zui-kbd-secondary-bg-dark
--zui-kbd-secondary-fg#0f172aLight--zui-kbd-secondary-fg-dark
--zui-kbd-destructive-bg#f43f5eLight--zui-kbd-destructive-bg-dark
--zui-kbd-destructive-fg#ffffffLight--zui-kbd-destructive-fg-dark
--zui-kbd-outline-border#0000001aLight--zui-kbd-outline-border-dark
--zui-kbd-outline-bg#0000000dLight--zui-kbd-outline-bg-dark
--zui-kbd-outline-fg#0f172aLight--zui-kbd-outline-fg-dark
--zui-kbd-ghost-fg#334155Light--zui-kbd-ghost-fg-dark
--zui-kbd-glass-border#00000026Light--zui-kbd-glass-border-dark
--zui-kbd-glass-bg#0000001aLight--zui-kbd-glass-bg-dark
--zui-kbd-glass-fg#0f172aLight--zui-kbd-glass-fg-dark
--zui-kbd-emerald-bg#10b981Light--zui-kbd-emerald-bg-dark
--zui-kbd-emerald-fg#ffffffLight--zui-kbd-emerald-fg-dark
--zui-kbd-indigo-bg#3730a3Light--zui-kbd-indigo-bg-dark
--zui-kbd-indigo-fg#ffffffLight--zui-kbd-indigo-fg-dark
--zui-kbd-purple-bg#6b21a8Light--zui-kbd-purple-bg-dark
--zui-kbd-purple-fg#ffffffLight--zui-kbd-purple-fg-dark
--zui-kbd-pink-bg#9d174dLight--zui-kbd-pink-bg-dark
--zui-kbd-pink-fg#ffffffLight--zui-kbd-pink-fg-dark
--zui-kbd-rose-bg#9f1239Light--zui-kbd-rose-bg-dark
--zui-kbd-rose-fg#ffffffLight--zui-kbd-rose-fg-dark
--zui-kbd-sky-bg#0ea5e9Light--zui-kbd-sky-bg-dark
--zui-kbd-sky-fg#ffffffLight--zui-kbd-sky-fg-dark
--zui-kbd-teal-bg#14b8a6Light--zui-kbd-teal-bg-dark
--zui-kbd-teal-fg#ffffffLight--zui-kbd-teal-fg-dark
--zui-kbd-yellow-bg#eab308Light--zui-kbd-yellow-bg-dark
--zui-kbd-yellow-fg#ffffffLight--zui-kbd-yellow-fg-dark
--zui-kbd-orange-bg#f97316Light--zui-kbd-orange-bg-dark
--zui-kbd-orange-fg#ffffffLight--zui-kbd-orange-fg-dark
--zui-kbd-gray-bg#6b7280Light--zui-kbd-gray-bg-dark
--zui-kbd-gray-fg#ffffffLight--zui-kbd-gray-fg-dark
--zui-kbd-amber-bg#f59e0bLight--zui-kbd-amber-bg-dark
--zui-kbd-amber-fg#ffffffLight--zui-kbd-amber-fg-dark
--zui-kbd-violet-bg#5b21b6Light--zui-kbd-violet-bg-dark
--zui-kbd-violet-fg#ffffffLight--zui-kbd-violet-fg-dark
--zui-kbd-gradient-blue-from#1e40afLight--zui-kbd-gradient-blue-from-dark
--zui-kbd-gradient-blue-to#6b21a8Light--zui-kbd-gradient-blue-to-dark
--zui-kbd-gradient-blue-fg#ffffffLight--zui-kbd-gradient-blue-fg-dark
--zui-kbd-gradient-green-from#166534Light--zui-kbd-gradient-green-from-dark
--zui-kbd-gradient-green-to#3f6212Light--zui-kbd-gradient-green-to-dark
--zui-kbd-gradient-green-fg#ffffffLight--zui-kbd-gradient-green-fg-dark
--zui-kbd-gradient-red-from#991b1bLight--zui-kbd-gradient-red-from-dark
--zui-kbd-gradient-red-to#9d174dLight--zui-kbd-gradient-red-to-dark
--zui-kbd-gradient-red-fg#ffffffLight--zui-kbd-gradient-red-fg-dark
--zui-kbd-gradient-yellow-from#854d0eLight--zui-kbd-gradient-yellow-from-dark
--zui-kbd-gradient-yellow-to#9a3412Light--zui-kbd-gradient-yellow-to-dark
--zui-kbd-gradient-yellow-fg#ffffffLight--zui-kbd-gradient-yellow-fg-dark
--zui-kbd-gradient-purple-from#6b21a8Light--zui-kbd-gradient-purple-from-dark
--zui-kbd-gradient-purple-to#9d174dLight--zui-kbd-gradient-purple-to-dark
--zui-kbd-gradient-purple-fg#ffffffLight--zui-kbd-gradient-purple-fg-dark
--zui-kbd-gradient-teal-from#115e59Light--zui-kbd-gradient-teal-from-dark
--zui-kbd-gradient-teal-to#155e75Light--zui-kbd-gradient-teal-to-dark
--zui-kbd-gradient-teal-fg#ffffffLight--zui-kbd-gradient-teal-fg-dark
--zui-kbd-gradient-indigo-from#3730a3Light--zui-kbd-gradient-indigo-from-dark
--zui-kbd-gradient-indigo-to#6b21a8Light--zui-kbd-gradient-indigo-to-dark
--zui-kbd-gradient-indigo-fg#ffffffLight--zui-kbd-gradient-indigo-fg-dark
--zui-kbd-gradient-pink-from#9d174dLight--zui-kbd-gradient-pink-from-dark
--zui-kbd-gradient-pink-to#9f1239Light--zui-kbd-gradient-pink-to-dark
--zui-kbd-gradient-pink-fg#ffffffLight--zui-kbd-gradient-pink-fg-dark
--zui-kbd-gradient-orange-from#9a3412Light--zui-kbd-gradient-orange-from-dark
--zui-kbd-gradient-orange-to#991b1bLight--zui-kbd-gradient-orange-to-dark
--zui-kbd-gradient-orange-fg#ffffffSharednone
--zui-kbd-shadow-darkinset 0 -1px 0 #0000004dDark--zui-kbd-shadow
--zui-kbd-default-bg-dark#f8fafcDark--zui-kbd-default-bg
--zui-kbd-radius-darkOverride with your dark theme valueDark--zui-kbd-radius
--zui-kbd-default-fg-darkOverride with your dark theme valueDark--zui-kbd-default-fg
--zui-kbd-default-shadow-darkOverride with your dark theme valueDark--zui-kbd-default-shadow
--zui-kbd-secondary-bg-darkOverride with your dark theme valueDark--zui-kbd-secondary-bg
--zui-kbd-secondary-fg-darkOverride with your dark theme valueDark--zui-kbd-secondary-fg
--zui-kbd-destructive-bg-darkOverride with your dark theme valueDark--zui-kbd-destructive-bg
--zui-kbd-destructive-fg-darkOverride with your dark theme valueDark--zui-kbd-destructive-fg
--zui-kbd-outline-border-darkOverride with your dark theme valueDark--zui-kbd-outline-border
--zui-kbd-outline-bg-darkOverride with your dark theme valueDark--zui-kbd-outline-bg
--zui-kbd-outline-fg-darkOverride with your dark theme valueDark--zui-kbd-outline-fg
--zui-kbd-ghost-fg-darkOverride with your dark theme valueDark--zui-kbd-ghost-fg
--zui-kbd-glass-border-darkOverride with your dark theme valueDark--zui-kbd-glass-border
--zui-kbd-glass-bg-darkOverride with your dark theme valueDark--zui-kbd-glass-bg
--zui-kbd-glass-fg-darkOverride with your dark theme valueDark--zui-kbd-glass-fg
--zui-kbd-emerald-bg-darkOverride with your dark theme valueDark--zui-kbd-emerald-bg
--zui-kbd-emerald-fg-darkOverride with your dark theme valueDark--zui-kbd-emerald-fg
--zui-kbd-indigo-bg-darkOverride with your dark theme valueDark--zui-kbd-indigo-bg
--zui-kbd-indigo-fg-darkOverride with your dark theme valueDark--zui-kbd-indigo-fg
--zui-kbd-purple-bg-darkOverride with your dark theme valueDark--zui-kbd-purple-bg
--zui-kbd-purple-fg-darkOverride with your dark theme valueDark--zui-kbd-purple-fg
--zui-kbd-pink-bg-darkOverride with your dark theme valueDark--zui-kbd-pink-bg
--zui-kbd-pink-fg-darkOverride with your dark theme valueDark--zui-kbd-pink-fg
--zui-kbd-rose-bg-darkOverride with your dark theme valueDark--zui-kbd-rose-bg
--zui-kbd-rose-fg-darkOverride with your dark theme valueDark--zui-kbd-rose-fg
--zui-kbd-sky-bg-darkOverride with your dark theme valueDark--zui-kbd-sky-bg
--zui-kbd-sky-fg-darkOverride with your dark theme valueDark--zui-kbd-sky-fg
--zui-kbd-teal-bg-darkOverride with your dark theme valueDark--zui-kbd-teal-bg
--zui-kbd-teal-fg-darkOverride with your dark theme valueDark--zui-kbd-teal-fg
--zui-kbd-yellow-bg-darkOverride with your dark theme valueDark--zui-kbd-yellow-bg
--zui-kbd-yellow-fg-darkOverride with your dark theme valueDark--zui-kbd-yellow-fg
--zui-kbd-orange-bg-darkOverride with your dark theme valueDark--zui-kbd-orange-bg
--zui-kbd-orange-fg-darkOverride with your dark theme valueDark--zui-kbd-orange-fg
--zui-kbd-gray-bg-darkOverride with your dark theme valueDark--zui-kbd-gray-bg
--zui-kbd-gray-fg-darkOverride with your dark theme valueDark--zui-kbd-gray-fg
--zui-kbd-amber-bg-darkOverride with your dark theme valueDark--zui-kbd-amber-bg
--zui-kbd-amber-fg-darkOverride with your dark theme valueDark--zui-kbd-amber-fg
--zui-kbd-violet-bg-darkOverride with your dark theme valueDark--zui-kbd-violet-bg
--zui-kbd-violet-fg-darkOverride with your dark theme valueDark--zui-kbd-violet-fg
--zui-kbd-gradient-blue-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-blue-from
--zui-kbd-gradient-blue-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-blue-to
--zui-kbd-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-kbd-gradient-blue-fg
--zui-kbd-gradient-green-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-green-from
--zui-kbd-gradient-green-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-green-to
--zui-kbd-gradient-green-fg-darkOverride with your dark theme valueDark--zui-kbd-gradient-green-fg
--zui-kbd-gradient-red-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-red-from
--zui-kbd-gradient-red-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-red-to
--zui-kbd-gradient-red-fg-darkOverride with your dark theme valueDark--zui-kbd-gradient-red-fg
--zui-kbd-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-yellow-from
--zui-kbd-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-yellow-to
--zui-kbd-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-kbd-gradient-yellow-fg
--zui-kbd-gradient-purple-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-purple-from
--zui-kbd-gradient-purple-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-purple-to
--zui-kbd-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-kbd-gradient-purple-fg
--zui-kbd-gradient-teal-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-teal-from
--zui-kbd-gradient-teal-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-teal-to
--zui-kbd-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-kbd-gradient-teal-fg
--zui-kbd-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-indigo-from
--zui-kbd-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-indigo-to
--zui-kbd-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-kbd-gradient-indigo-fg
--zui-kbd-gradient-pink-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-pink-from
--zui-kbd-gradient-pink-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-pink-to
--zui-kbd-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-kbd-gradient-pink-fg
--zui-kbd-gradient-orange-from-darkOverride with your dark theme valueDark--zui-kbd-gradient-orange-from
--zui-kbd-gradient-orange-to-darkOverride with your dark theme valueDark--zui-kbd-gradient-orange-to

Marquee

Override these Marquee variables on :root, a theme selector, or a component wrapper.

68 tokens34 dark
VariableFallbackThemePair
--zui-marquee-bgtransparentLight--zui-marquee-bg-dark
--zui-marquee-fgoklch(20.8% 0.042 265.755)Light--zui-marquee-fg-dark
--zui-marquee-gap1remLight--zui-marquee-gap-dark
--zui-marquee-card-bg#ffffffLight--zui-marquee-card-bg-dark
--zui-marquee-card-borderoklch(92.9% 0.013 255.508)Light--zui-marquee-card-border-dark
--zui-marquee-outline-borderoklch(86.9% 0.022 252.894)Light--zui-marquee-outline-border-dark
--zui-marquee-separated-borderoklch(86.9% 0.022 252.894)Light--zui-marquee-separated-border-dark
--zui-marquee-sky-borderoklch(62.3% 0.214 259.815 / 0.28)Light--zui-marquee-sky-border-dark
--zui-marquee-rose-borderoklch(58.6% 0.253 17.585 / 0.24)Light--zui-marquee-rose-border-dark
--zui-marquee-purple-borderoklch(62.7% 0.265 303.9 / 0.24)Light--zui-marquee-purple-border-dark
--zui-marquee-pink-borderoklch(65.6% 0.241 354.308 / 0.24)Light--zui-marquee-pink-border-dark
--zui-marquee-orange-borderoklch(70.5% 0.213 47.604 / 0.26)Light--zui-marquee-orange-border-dark
--zui-marquee-yellow-borderoklch(79.5% 0.184 86.047 / 0.3)Light--zui-marquee-yellow-border-dark
--zui-marquee-teal-borderoklch(70.4% 0.14 182.503 / 0.28)Light--zui-marquee-teal-border-dark
--zui-marquee-indigo-borderoklch(58.5% 0.233 277.117 / 0.24)Light--zui-marquee-indigo-border-dark
--zui-marquee-emerald-borderoklch(69.6% 0.17 162.48 / 0.28)Light--zui-marquee-emerald-border-dark
--zui-marquee-gradient-blue-fromoklch(62.3% 0.214 259.815)Light--zui-marquee-gradient-blue-from-dark
--zui-marquee-gradient-blue-tooklch(54.6% 0.245 262.881)Light--zui-marquee-gradient-blue-to-dark
--zui-marquee-gradient-green-fromoklch(72.3% 0.219 149.579)Light--zui-marquee-gradient-green-from-dark
--zui-marquee-gradient-green-tooklch(62.7% 0.194 149.214)Light--zui-marquee-gradient-green-to-dark
--zui-marquee-gradient-red-fromoklch(63.7% 0.237 25.331)Light--zui-marquee-gradient-red-from-dark
--zui-marquee-gradient-red-tooklch(57.7% 0.245 27.325)Light--zui-marquee-gradient-red-to-dark
--zui-marquee-gradient-yellow-fromoklch(85.2% 0.199 91.936)Light--zui-marquee-gradient-yellow-from-dark
--zui-marquee-gradient-yellow-tooklch(79.5% 0.184 86.047)Light--zui-marquee-gradient-yellow-to-dark
--zui-marquee-gradient-purple-fromoklch(71.4% 0.203 305.504)Light--zui-marquee-gradient-purple-from-dark
--zui-marquee-gradient-purple-tooklch(62.7% 0.265 303.9)Light--zui-marquee-gradient-purple-to-dark
--zui-marquee-gradient-teal-fromoklch(77.7% 0.152 181.912)Light--zui-marquee-gradient-teal-from-dark
--zui-marquee-gradient-teal-tooklch(70.4% 0.14 182.503)Light--zui-marquee-gradient-teal-to-dark
--zui-marquee-gradient-indigo-fromoklch(67.3% 0.182 276.935)Light--zui-marquee-gradient-indigo-from-dark
--zui-marquee-gradient-indigo-tooklch(58.5% 0.233 277.117)Light--zui-marquee-gradient-indigo-to-dark
--zui-marquee-gradient-pink-fromoklch(71.8% 0.202 349.761)Light--zui-marquee-gradient-pink-from-dark
--zui-marquee-gradient-pink-tooklch(65.6% 0.241 354.308)Light--zui-marquee-gradient-pink-to-dark
--zui-marquee-gradient-orange-fromoklch(75% 0.183 55.934)Light--zui-marquee-gradient-orange-from-dark
--zui-marquee-gradient-orange-tooklch(70.5% 0.213 47.604)Light--zui-marquee-gradient-orange-to-dark
--zui-marquee-card-bg-darkoklch(20.8% 0.042 265.755 / 0.9)Dark--zui-marquee-card-bg
--zui-marquee-card-border-darkoklch(37.2% 0.044 257.287)Dark--zui-marquee-card-border
--zui-marquee-outline-border-darkoklch(37.2% 0.044 257.287)Dark--zui-marquee-outline-border
--zui-marquee-separated-border-darkoklch(37.2% 0.044 257.287)Dark--zui-marquee-separated-border
--zui-marquee-sky-border-darkoklch(70.7% 0.165 254.624 / 0.3)Dark--zui-marquee-sky-border
--zui-marquee-rose-border-darkoklch(71.2% 0.194 13.428 / 0.3)Dark--zui-marquee-rose-border
--zui-marquee-purple-border-darkoklch(71.4% 0.203 305.504 / 0.3)Dark--zui-marquee-purple-border
--zui-marquee-pink-border-darkoklch(71.8% 0.202 349.761 / 0.3)Dark--zui-marquee-pink-border
--zui-marquee-orange-border-darkoklch(75% 0.183 55.934 / 0.32)Dark--zui-marquee-orange-border
--zui-marquee-yellow-border-darkoklch(85.2% 0.199 91.936 / 0.32)Dark--zui-marquee-yellow-border
--zui-marquee-teal-border-darkoklch(77.7% 0.152 181.912 / 0.32)Dark--zui-marquee-teal-border
--zui-marquee-indigo-border-darkoklch(67.3% 0.182 276.935 / 0.32)Dark--zui-marquee-indigo-border
--zui-marquee-emerald-border-darkoklch(76.5% 0.177 163.223 / 0.32)Dark--zui-marquee-emerald-border
--zui-marquee-bg-darkOverride with your dark theme valueDark--zui-marquee-bg
--zui-marquee-fg-darkOverride with your dark theme valueDark--zui-marquee-fg
--zui-marquee-gap-darkOverride with your dark theme valueDark--zui-marquee-gap
--zui-marquee-gradient-blue-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-blue-from
--zui-marquee-gradient-blue-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-blue-to
--zui-marquee-gradient-green-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-green-from
--zui-marquee-gradient-green-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-green-to
--zui-marquee-gradient-red-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-red-from
--zui-marquee-gradient-red-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-red-to
--zui-marquee-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-yellow-from
--zui-marquee-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-yellow-to
--zui-marquee-gradient-purple-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-purple-from
--zui-marquee-gradient-purple-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-purple-to
--zui-marquee-gradient-teal-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-teal-from
--zui-marquee-gradient-teal-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-teal-to
--zui-marquee-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-indigo-from
--zui-marquee-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-indigo-to
--zui-marquee-gradient-pink-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-pink-from
--zui-marquee-gradient-pink-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-pink-to
--zui-marquee-gradient-orange-from-darkOverride with your dark theme valueDark--zui-marquee-gradient-orange-from
--zui-marquee-gradient-orange-to-darkOverride with your dark theme valueDark--zui-marquee-gradient-orange-to

Modal

Override these modal variables on :root, a theme selector, or a component wrapper.

271 tokens135 dark
VariableFallbackThemePair
--zui-modal-overlay-bgoklch(12.9% 0.042 264.695 / 0.7)Light--zui-modal-overlay-bg-dark
--zui-modal-trigger-default-bgoklch(98.4% 0.003 247.858)Light--zui-modal-trigger-default-bg-dark
--zui-modal-trigger-default-fgoklch(20.8% 0.042 265.755)Light--zui-modal-trigger-default-fg-dark
--zui-modal-trigger-glass-border#00000026Light--zui-modal-trigger-glass-border-dark
--zui-modal-trigger-glass-bgoklch(98.4% 0.003 247.858 / 0.7)Light--zui-modal-trigger-glass-bg-dark
--zui-modal-trigger-glass-fgoklch(20.8% 0.042 265.755)Light--zui-modal-trigger-glass-fg-dark
--zui-modal-trigger-sky-borderoklch(44.3% 0.11 240.79)Light--zui-modal-trigger-sky-border-dark
--zui-modal-trigger-sky-bgoklch(97.7% 0.013 236.62)Light--zui-modal-trigger-sky-bg-dark
--zui-modal-trigger-sky-fgoklch(44.3% 0.11 240.79)Light--zui-modal-trigger-sky-fg-dark
--zui-modal-trigger-rose-borderoklch(45.5% 0.188 13.697)Light--zui-modal-trigger-rose-border-dark
--zui-modal-trigger-rose-bgoklch(96.9% 0.015 12.422)Light--zui-modal-trigger-rose-bg-dark
--zui-modal-trigger-rose-fgoklch(45.5% 0.188 13.697)Light--zui-modal-trigger-rose-fg-dark
--zui-modal-trigger-purple-borderoklch(43.8% 0.218 303.724)Light--zui-modal-trigger-purple-border-dark
--zui-modal-trigger-purple-bgoklch(97.7% 0.014 308.299)Light--zui-modal-trigger-purple-bg-dark
--zui-modal-trigger-purple-fgoklch(43.8% 0.218 303.724)Light--zui-modal-trigger-purple-fg-dark
--zui-modal-trigger-pink-borderoklch(45.9% 0.187 3.815)Light--zui-modal-trigger-pink-border-dark
--zui-modal-trigger-pink-bgoklch(97.1% 0.014 343.198)Light--zui-modal-trigger-pink-bg-dark
--zui-modal-trigger-pink-fgoklch(45.9% 0.187 3.815)Light--zui-modal-trigger-pink-fg-dark
--zui-modal-trigger-orange-borderoklch(47% 0.157 37.304)Light--zui-modal-trigger-orange-border-dark
--zui-modal-trigger-orange-bgoklch(98% 0.016 73.684)Light--zui-modal-trigger-orange-bg-dark
--zui-modal-trigger-orange-fgoklch(47% 0.157 37.304)Light--zui-modal-trigger-orange-fg-dark
--zui-modal-trigger-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-modal-trigger-yellow-border-dark
--zui-modal-trigger-yellow-bgoklch(98.7% 0.026 102.212)Light--zui-modal-trigger-yellow-bg-dark
--zui-modal-trigger-yellow-fgoklch(47.6% 0.114 61.907)Light--zui-modal-trigger-yellow-fg-dark
--zui-modal-trigger-teal-borderoklch(43.7% 0.078 188.216)Light--zui-modal-trigger-teal-border-dark
--zui-modal-trigger-teal-bgoklch(98.4% 0.014 180.72)Light--zui-modal-trigger-teal-bg-dark
--zui-modal-trigger-teal-fgoklch(43.7% 0.078 188.216)Light--zui-modal-trigger-teal-fg-dark
--zui-modal-trigger-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-modal-trigger-indigo-border-dark
--zui-modal-trigger-indigo-bgoklch(96.2% 0.018 272.314)Light--zui-modal-trigger-indigo-bg-dark
--zui-modal-trigger-indigo-fgoklch(39.8% 0.195 277.366)Light--zui-modal-trigger-indigo-fg-dark
--zui-modal-trigger-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-modal-trigger-emerald-border-dark
--zui-modal-trigger-emerald-bgoklch(97.9% 0.021 166.113)Light--zui-modal-trigger-emerald-bg-dark
--zui-modal-trigger-emerald-fgoklch(43.2% 0.095 166.913)Light--zui-modal-trigger-emerald-fg-dark
--zui-modal-trigger-gray-borderoklch(27.8% 0.033 256.848)Light--zui-modal-trigger-gray-border-dark
--zui-modal-trigger-gray-bgoklch(98.5% 0.002 247.839)Light--zui-modal-trigger-gray-bg-dark
--zui-modal-trigger-gray-fgoklch(27.8% 0.033 256.848)Light--zui-modal-trigger-gray-fg-dark
--zui-modal-trigger-amber-borderoklch(47.3% 0.137 46.201)Light--zui-modal-trigger-amber-border-dark
--zui-modal-trigger-amber-bgoklch(98.7% 0.022 95.277)Light--zui-modal-trigger-amber-bg-dark
--zui-modal-trigger-amber-fgoklch(47.3% 0.137 46.201)Light--zui-modal-trigger-amber-fg-dark
--zui-modal-trigger-violet-borderoklch(43.2% 0.232 292.759)Light--zui-modal-trigger-violet-border-dark
--zui-modal-trigger-violet-bgoklch(96.9% 0.016 293.756)Light--zui-modal-trigger-violet-bg-dark
--zui-modal-trigger-violet-fgoklch(43.2% 0.232 292.759)Light--zui-modal-trigger-violet-fg-dark
--zui-modal-trigger-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-modal-trigger-gradient-blue-border-dark
--zui-modal-trigger-gradient-blue-fromoklch(97% 0.014 254.604)Light--zui-modal-trigger-gradient-blue-from-dark
--zui-modal-trigger-gradient-blue-tooklch(97.7% 0.014 308.299)Light--zui-modal-trigger-gradient-blue-to-dark
--zui-modal-trigger-gradient-blue-fgoklch(42.4% 0.199 265.638)Light--zui-modal-trigger-gradient-blue-fg-dark
--zui-modal-trigger-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-modal-trigger-gradient-green-border-dark
--zui-modal-trigger-gradient-green-fromoklch(98.2% 0.018 155.826)Light--zui-modal-trigger-gradient-green-from-dark
--zui-modal-trigger-gradient-green-tooklch(98.6% 0.031 120.757)Light--zui-modal-trigger-gradient-green-to-dark
--zui-modal-trigger-gradient-green-fgoklch(44.8% 0.119 151.328)Light--zui-modal-trigger-gradient-green-fg-dark
--zui-modal-trigger-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-modal-trigger-gradient-red-border-dark
--zui-modal-trigger-gradient-red-fromoklch(97.1% 0.013 17.38)Light--zui-modal-trigger-gradient-red-from-dark
--zui-modal-trigger-gradient-red-tooklch(97.1% 0.014 343.198)Light--zui-modal-trigger-gradient-red-to-dark
--zui-modal-trigger-gradient-red-fgoklch(44.4% 0.177 26.899)Light--zui-modal-trigger-gradient-red-fg-dark
--zui-modal-trigger-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-modal-trigger-gradient-yellow-border-dark
--zui-modal-trigger-gradient-yellow-fromoklch(98.7% 0.026 102.212)Light--zui-modal-trigger-gradient-yellow-from-dark
--zui-modal-trigger-gradient-yellow-tooklch(98% 0.016 73.684)Light--zui-modal-trigger-gradient-yellow-to-dark
--zui-modal-trigger-gradient-yellow-fgoklch(47.6% 0.114 61.907)Light--zui-modal-trigger-gradient-yellow-fg-dark
--zui-modal-trigger-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-modal-trigger-gradient-purple-border-dark
--zui-modal-trigger-gradient-purple-fromoklch(97.7% 0.014 308.299)Light--zui-modal-trigger-gradient-purple-from-dark
--zui-modal-trigger-gradient-purple-tooklch(97.1% 0.014 343.198)Light--zui-modal-trigger-gradient-purple-to-dark
--zui-modal-trigger-gradient-purple-fgoklch(43.8% 0.218 303.724)Light--zui-modal-trigger-gradient-purple-fg-dark
--zui-modal-trigger-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-modal-trigger-gradient-teal-border-dark
--zui-modal-trigger-gradient-teal-fromoklch(98.4% 0.014 180.72)Light--zui-modal-trigger-gradient-teal-from-dark
--zui-modal-trigger-gradient-teal-tooklch(98.4% 0.019 200.873)Light--zui-modal-trigger-gradient-teal-to-dark
--zui-modal-trigger-gradient-teal-fgoklch(43.7% 0.078 188.216)Light--zui-modal-trigger-gradient-teal-fg-dark
--zui-modal-trigger-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-modal-trigger-gradient-indigo-border-dark
--zui-modal-trigger-gradient-indigo-fromoklch(96.2% 0.018 272.314)Light--zui-modal-trigger-gradient-indigo-from-dark
--zui-modal-trigger-gradient-indigo-tooklch(97.7% 0.014 308.299)Light--zui-modal-trigger-gradient-indigo-to-dark
--zui-modal-trigger-gradient-indigo-fgoklch(39.8% 0.195 277.366)Light--zui-modal-trigger-gradient-indigo-fg-dark
--zui-modal-trigger-gradient-pink-borderoklch(45.9% 0.187 3.815)Light--zui-modal-trigger-gradient-pink-border-dark
--zui-modal-trigger-gradient-pink-fromoklch(97.1% 0.014 343.198)Light--zui-modal-trigger-gradient-pink-from-dark
--zui-modal-trigger-gradient-pink-tooklch(96.9% 0.015 12.422)Light--zui-modal-trigger-gradient-pink-to-dark
--zui-modal-trigger-gradient-pink-fgoklch(45.9% 0.187 3.815)Light--zui-modal-trigger-gradient-pink-fg-dark
--zui-modal-trigger-gradient-orange-borderoklch(47% 0.157 37.304)Light--zui-modal-trigger-gradient-orange-border-dark
--zui-modal-trigger-gradient-orange-fromoklch(98% 0.016 73.684)Light--zui-modal-trigger-gradient-orange-from-dark
--zui-modal-trigger-gradient-orange-tooklch(97.1% 0.013 17.38)Light--zui-modal-trigger-gradient-orange-to-dark
--zui-modal-trigger-gradient-orange-fgoklch(47% 0.157 37.304)Light--zui-modal-trigger-gradient-orange-fg-dark
--zui-modal-content-border#0000001aLight--zui-modal-content-border-dark
--zui-modal-content-bgoklch(98.4% 0.003 247.858)Light--zui-modal-content-bg-dark
--zui-modal-content-fgoklch(20.8% 0.042 265.755)Light--zui-modal-content-fg-dark
--zui-modal-content-shadow0 12px 40px rgba(15,23,42,0.14)Light--zui-modal-content-shadow-dark
--zui-modal-content-default-bgoklch(98.4% 0.003 247.858)Light--zui-modal-content-default-bg-dark
--zui-modal-content-glass-border#00000026Light--zui-modal-content-glass-border-dark
--zui-modal-content-glass-bgoklch(98.4% 0.003 247.858 / 0.7)Light--zui-modal-content-glass-bg-dark
--zui-modal-content-sky-borderoklch(44.3% 0.11 240.79)Light--zui-modal-content-sky-border-dark
--zui-modal-content-sky-bgoklch(97.7% 0.013 236.62)Light--zui-modal-content-sky-bg-dark
--zui-modal-content-rose-borderoklch(45.5% 0.188 13.697)Light--zui-modal-content-rose-border-dark
--zui-modal-content-rose-bgoklch(96.9% 0.015 12.422)Light--zui-modal-content-rose-bg-dark
--zui-modal-content-purple-borderoklch(43.8% 0.218 303.724)Light--zui-modal-content-purple-border-dark
--zui-modal-content-purple-bgoklch(97.7% 0.014 308.299)Light--zui-modal-content-purple-bg-dark
--zui-modal-content-pink-borderoklch(45.9% 0.187 3.815)Light--zui-modal-content-pink-border-dark
--zui-modal-content-pink-bgoklch(97.1% 0.014 343.198)Light--zui-modal-content-pink-bg-dark
--zui-modal-content-orange-borderoklch(47% 0.157 37.304)Light--zui-modal-content-orange-border-dark
--zui-modal-content-orange-bgoklch(98% 0.016 73.684)Light--zui-modal-content-orange-bg-dark
--zui-modal-content-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-modal-content-yellow-border-dark
--zui-modal-content-yellow-bgoklch(98.7% 0.026 102.212)Light--zui-modal-content-yellow-bg-dark
--zui-modal-content-teal-borderoklch(43.7% 0.078 188.216)Light--zui-modal-content-teal-border-dark
--zui-modal-content-teal-bgoklch(98.4% 0.014 180.72)Light--zui-modal-content-teal-bg-dark
--zui-modal-content-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-modal-content-indigo-border-dark
--zui-modal-content-indigo-bgoklch(96.2% 0.018 272.314)Light--zui-modal-content-indigo-bg-dark
--zui-modal-content-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-modal-content-emerald-border-dark
--zui-modal-content-emerald-bgoklch(97.9% 0.021 166.113)Light--zui-modal-content-emerald-bg-dark
--zui-modal-content-gray-borderoklch(27.8% 0.033 256.848)Light--zui-modal-content-gray-border-dark
--zui-modal-content-gray-bgoklch(98.5% 0.002 247.839)Light--zui-modal-content-gray-bg-dark
--zui-modal-content-amber-borderoklch(47.3% 0.137 46.201)Light--zui-modal-content-amber-border-dark
--zui-modal-content-amber-bgoklch(98.7% 0.022 95.277)Light--zui-modal-content-amber-bg-dark
--zui-modal-content-violet-borderoklch(43.2% 0.232 292.759)Light--zui-modal-content-violet-border-dark
--zui-modal-content-violet-bgoklch(96.9% 0.016 293.756)Light--zui-modal-content-violet-bg-dark
--zui-modal-content-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-modal-content-gradient-blue-border-dark
--zui-modal-content-gradient-blue-fromoklch(97% 0.014 254.604)Light--zui-modal-content-gradient-blue-from-dark
--zui-modal-content-gradient-blue-tooklch(97.7% 0.014 308.299)Light--zui-modal-content-gradient-blue-to-dark
--zui-modal-content-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-modal-content-gradient-green-border-dark
--zui-modal-content-gradient-green-fromoklch(98.2% 0.018 155.826)Light--zui-modal-content-gradient-green-from-dark
--zui-modal-content-gradient-green-tooklch(98.6% 0.031 120.757)Light--zui-modal-content-gradient-green-to-dark
--zui-modal-content-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-modal-content-gradient-red-border-dark
--zui-modal-content-gradient-red-fromoklch(97.1% 0.013 17.38)Light--zui-modal-content-gradient-red-from-dark
--zui-modal-content-gradient-red-tooklch(97.1% 0.014 343.198)Light--zui-modal-content-gradient-red-to-dark
--zui-modal-content-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-modal-content-gradient-yellow-border-dark
--zui-modal-content-gradient-yellow-fromoklch(98.7% 0.026 102.212)Light--zui-modal-content-gradient-yellow-from-dark
--zui-modal-content-gradient-yellow-tooklch(98% 0.016 73.684)Light--zui-modal-content-gradient-yellow-to-dark
--zui-modal-content-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-modal-content-gradient-purple-border-dark
--zui-modal-content-gradient-purple-fromoklch(97.7% 0.014 308.299)Light--zui-modal-content-gradient-purple-from-dark
--zui-modal-content-gradient-purple-tooklch(97.1% 0.014 343.198)Light--zui-modal-content-gradient-purple-to-dark
--zui-modal-content-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-modal-content-gradient-teal-border-dark
--zui-modal-content-gradient-teal-fromoklch(98.4% 0.014 180.72)Light--zui-modal-content-gradient-teal-from-dark
--zui-modal-content-gradient-teal-tooklch(98.4% 0.019 200.873)Light--zui-modal-content-gradient-teal-to-dark
--zui-modal-content-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-modal-content-gradient-indigo-border-dark
--zui-modal-content-gradient-indigo-fromoklch(96.2% 0.018 272.314)Light--zui-modal-content-gradient-indigo-from-dark
--zui-modal-content-gradient-indigo-tooklch(97.7% 0.014 308.299)Light--zui-modal-content-gradient-indigo-to-dark
--zui-modal-content-gradient-pink-borderoklch(45.9% 0.187 3.815)Light--zui-modal-content-gradient-pink-border-dark
--zui-modal-content-gradient-pink-fromoklch(97.1% 0.014 343.198)Light--zui-modal-content-gradient-pink-from-dark
--zui-modal-content-gradient-pink-tooklch(96.9% 0.015 12.422)Light--zui-modal-content-gradient-pink-to-dark
--zui-modal-content-gradient-orange-borderoklch(47% 0.157 37.304)Light--zui-modal-content-gradient-orange-border-dark
--zui-modal-content-gradient-orange-fromoklch(98% 0.016 73.684)Light--zui-modal-content-gradient-orange-from-dark
--zui-modal-content-gradient-orange-tooklch(97.1% 0.013 17.38)Sharednone
--zui-modal-trigger-default-bg-darkoklch(12.9% 0.042 264.695)Dark--zui-modal-trigger-default-bg
--zui-modal-trigger-default-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-modal-trigger-default-fg
--zui-modal-overlay-bg-darkOverride with your dark theme valueDark--zui-modal-overlay-bg
--zui-modal-trigger-glass-border-darkOverride with your dark theme valueDark--zui-modal-trigger-glass-border
--zui-modal-trigger-glass-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-glass-bg
--zui-modal-trigger-glass-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-glass-fg
--zui-modal-trigger-sky-border-darkOverride with your dark theme valueDark--zui-modal-trigger-sky-border
--zui-modal-trigger-sky-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-sky-bg
--zui-modal-trigger-sky-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-sky-fg
--zui-modal-trigger-rose-border-darkOverride with your dark theme valueDark--zui-modal-trigger-rose-border
--zui-modal-trigger-rose-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-rose-bg
--zui-modal-trigger-rose-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-rose-fg
--zui-modal-trigger-purple-border-darkOverride with your dark theme valueDark--zui-modal-trigger-purple-border
--zui-modal-trigger-purple-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-purple-bg
--zui-modal-trigger-purple-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-purple-fg
--zui-modal-trigger-pink-border-darkOverride with your dark theme valueDark--zui-modal-trigger-pink-border
--zui-modal-trigger-pink-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-pink-bg
--zui-modal-trigger-pink-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-pink-fg
--zui-modal-trigger-orange-border-darkOverride with your dark theme valueDark--zui-modal-trigger-orange-border
--zui-modal-trigger-orange-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-orange-bg
--zui-modal-trigger-orange-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-orange-fg
--zui-modal-trigger-yellow-border-darkOverride with your dark theme valueDark--zui-modal-trigger-yellow-border
--zui-modal-trigger-yellow-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-yellow-bg
--zui-modal-trigger-yellow-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-yellow-fg
--zui-modal-trigger-teal-border-darkOverride with your dark theme valueDark--zui-modal-trigger-teal-border
--zui-modal-trigger-teal-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-teal-bg
--zui-modal-trigger-teal-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-teal-fg
--zui-modal-trigger-indigo-border-darkOverride with your dark theme valueDark--zui-modal-trigger-indigo-border
--zui-modal-trigger-indigo-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-indigo-bg
--zui-modal-trigger-indigo-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-indigo-fg
--zui-modal-trigger-emerald-border-darkOverride with your dark theme valueDark--zui-modal-trigger-emerald-border
--zui-modal-trigger-emerald-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-emerald-bg
--zui-modal-trigger-emerald-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-emerald-fg
--zui-modal-trigger-gray-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gray-border
--zui-modal-trigger-gray-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-gray-bg
--zui-modal-trigger-gray-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gray-fg
--zui-modal-trigger-amber-border-darkOverride with your dark theme valueDark--zui-modal-trigger-amber-border
--zui-modal-trigger-amber-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-amber-bg
--zui-modal-trigger-amber-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-amber-fg
--zui-modal-trigger-violet-border-darkOverride with your dark theme valueDark--zui-modal-trigger-violet-border
--zui-modal-trigger-violet-bg-darkOverride with your dark theme valueDark--zui-modal-trigger-violet-bg
--zui-modal-trigger-violet-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-violet-fg
--zui-modal-trigger-gradient-blue-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-blue-border
--zui-modal-trigger-gradient-blue-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-blue-from
--zui-modal-trigger-gradient-blue-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-blue-to
--zui-modal-trigger-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-blue-fg
--zui-modal-trigger-gradient-green-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-green-border
--zui-modal-trigger-gradient-green-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-green-from
--zui-modal-trigger-gradient-green-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-green-to
--zui-modal-trigger-gradient-green-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-green-fg
--zui-modal-trigger-gradient-red-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-red-border
--zui-modal-trigger-gradient-red-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-red-from
--zui-modal-trigger-gradient-red-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-red-to
--zui-modal-trigger-gradient-red-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-red-fg
--zui-modal-trigger-gradient-yellow-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-yellow-border
--zui-modal-trigger-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-yellow-from
--zui-modal-trigger-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-yellow-to
--zui-modal-trigger-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-yellow-fg
--zui-modal-trigger-gradient-purple-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-purple-border
--zui-modal-trigger-gradient-purple-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-purple-from
--zui-modal-trigger-gradient-purple-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-purple-to
--zui-modal-trigger-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-purple-fg
--zui-modal-trigger-gradient-teal-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-teal-border
--zui-modal-trigger-gradient-teal-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-teal-from
--zui-modal-trigger-gradient-teal-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-teal-to
--zui-modal-trigger-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-teal-fg
--zui-modal-trigger-gradient-indigo-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-indigo-border
--zui-modal-trigger-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-indigo-from
--zui-modal-trigger-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-indigo-to
--zui-modal-trigger-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-indigo-fg
--zui-modal-trigger-gradient-pink-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-pink-border
--zui-modal-trigger-gradient-pink-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-pink-from
--zui-modal-trigger-gradient-pink-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-pink-to
--zui-modal-trigger-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-pink-fg
--zui-modal-trigger-gradient-orange-border-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-orange-border
--zui-modal-trigger-gradient-orange-from-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-orange-from
--zui-modal-trigger-gradient-orange-to-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-orange-to
--zui-modal-trigger-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-modal-trigger-gradient-orange-fg
--zui-modal-content-border-darkOverride with your dark theme valueDark--zui-modal-content-border
--zui-modal-content-bg-darkOverride with your dark theme valueDark--zui-modal-content-bg
--zui-modal-content-fg-darkOverride with your dark theme valueDark--zui-modal-content-fg
--zui-modal-content-shadow-darkOverride with your dark theme valueDark--zui-modal-content-shadow
--zui-modal-content-default-bg-darkOverride with your dark theme valueDark--zui-modal-content-default-bg
--zui-modal-content-glass-border-darkOverride with your dark theme valueDark--zui-modal-content-glass-border
--zui-modal-content-glass-bg-darkOverride with your dark theme valueDark--zui-modal-content-glass-bg
--zui-modal-content-sky-border-darkOverride with your dark theme valueDark--zui-modal-content-sky-border
--zui-modal-content-sky-bg-darkOverride with your dark theme valueDark--zui-modal-content-sky-bg
--zui-modal-content-rose-border-darkOverride with your dark theme valueDark--zui-modal-content-rose-border
--zui-modal-content-rose-bg-darkOverride with your dark theme valueDark--zui-modal-content-rose-bg
--zui-modal-content-purple-border-darkOverride with your dark theme valueDark--zui-modal-content-purple-border
--zui-modal-content-purple-bg-darkOverride with your dark theme valueDark--zui-modal-content-purple-bg
--zui-modal-content-pink-border-darkOverride with your dark theme valueDark--zui-modal-content-pink-border
--zui-modal-content-pink-bg-darkOverride with your dark theme valueDark--zui-modal-content-pink-bg
--zui-modal-content-orange-border-darkOverride with your dark theme valueDark--zui-modal-content-orange-border
--zui-modal-content-orange-bg-darkOverride with your dark theme valueDark--zui-modal-content-orange-bg
--zui-modal-content-yellow-border-darkOverride with your dark theme valueDark--zui-modal-content-yellow-border
--zui-modal-content-yellow-bg-darkOverride with your dark theme valueDark--zui-modal-content-yellow-bg
--zui-modal-content-teal-border-darkOverride with your dark theme valueDark--zui-modal-content-teal-border
--zui-modal-content-teal-bg-darkOverride with your dark theme valueDark--zui-modal-content-teal-bg
--zui-modal-content-indigo-border-darkOverride with your dark theme valueDark--zui-modal-content-indigo-border
--zui-modal-content-indigo-bg-darkOverride with your dark theme valueDark--zui-modal-content-indigo-bg
--zui-modal-content-emerald-border-darkOverride with your dark theme valueDark--zui-modal-content-emerald-border
--zui-modal-content-emerald-bg-darkOverride with your dark theme valueDark--zui-modal-content-emerald-bg
--zui-modal-content-gray-border-darkOverride with your dark theme valueDark--zui-modal-content-gray-border
--zui-modal-content-gray-bg-darkOverride with your dark theme valueDark--zui-modal-content-gray-bg
--zui-modal-content-amber-border-darkOverride with your dark theme valueDark--zui-modal-content-amber-border
--zui-modal-content-amber-bg-darkOverride with your dark theme valueDark--zui-modal-content-amber-bg
--zui-modal-content-violet-border-darkOverride with your dark theme valueDark--zui-modal-content-violet-border
--zui-modal-content-violet-bg-darkOverride with your dark theme valueDark--zui-modal-content-violet-bg
--zui-modal-content-gradient-blue-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-blue-border
--zui-modal-content-gradient-blue-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-blue-from
--zui-modal-content-gradient-blue-to-darkOverride with your dark theme valueDark--zui-modal-content-gradient-blue-to
--zui-modal-content-gradient-green-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-green-border
--zui-modal-content-gradient-green-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-green-from
--zui-modal-content-gradient-green-to-darkOverride with your dark theme valueDark--zui-modal-content-gradient-green-to
--zui-modal-content-gradient-red-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-red-border
--zui-modal-content-gradient-red-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-red-from
--zui-modal-content-gradient-red-to-darkOverride with your dark theme valueDark--zui-modal-content-gradient-red-to
--zui-modal-content-gradient-yellow-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-yellow-border
--zui-modal-content-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-yellow-from
--zui-modal-content-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-modal-content-gradient-yellow-to
--zui-modal-content-gradient-purple-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-purple-border
--zui-modal-content-gradient-purple-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-purple-from
--zui-modal-content-gradient-purple-to-darkOverride with your dark theme valueDark--zui-modal-content-gradient-purple-to
--zui-modal-content-gradient-teal-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-teal-border
--zui-modal-content-gradient-teal-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-teal-from
--zui-modal-content-gradient-teal-to-darkOverride with your dark theme valueDark--zui-modal-content-gradient-teal-to
--zui-modal-content-gradient-indigo-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-indigo-border
--zui-modal-content-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-indigo-from
--zui-modal-content-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-modal-content-gradient-indigo-to
--zui-modal-content-gradient-pink-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-pink-border
--zui-modal-content-gradient-pink-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-pink-from
--zui-modal-content-gradient-pink-to-darkOverride with your dark theme valueDark--zui-modal-content-gradient-pink-to
--zui-modal-content-gradient-orange-border-darkOverride with your dark theme valueDark--zui-modal-content-gradient-orange-border
--zui-modal-content-gradient-orange-from-darkOverride with your dark theme valueDark--zui-modal-content-gradient-orange-from

OTP input

Override these OTP input variables on :root, a theme selector, or a component wrapper.

46 tokens23 dark
VariableFallbackThemePair
--zui-otp-label-fgoklch(20.8% 0.042 265.755)Light--zui-otp-label-fg-dark
--zui-otp-hint-fgoklch(55.4% 0.046 257.417)Light--zui-otp-hint-fg-dark
--zui-otp-bg#ffffffLight--zui-otp-bg-dark
--zui-otp-fgoklch(20.8% 0.042 265.755)Light--zui-otp-fg-dark
--zui-otp-ring-offset-focus#ffffffLight--zui-otp-ring-offset-focus-dark
--zui-otp-separator#94a3b8Light--zui-otp-separator-dark
--zui-otp-error-fgoklch(58.6% 0.253 17.585)Light--zui-otp-error-fg-dark
--zui-otp-default-border#cbd5e1Light--zui-otp-default-border-dark
--zui-otp-default-border-focusoklch(44.6% 0.043 257.281)Light--zui-otp-default-border-focus-dark
--zui-otp-default-ring-focusoklch(44.6% 0.043 257.281 / 0.25)Light--zui-otp-default-ring-focus-dark
--zui-otp-outline-border#64748bLight--zui-otp-outline-border-dark
--zui-otp-outline-border-focusoklch(54.6% 0.245 262.881)Light--zui-otp-outline-border-focus-dark
--zui-otp-outline-ring-focusoklch(54.6% 0.245 262.881 / 0.28)Light--zui-otp-outline-ring-focus-dark
--zui-otp-glass-border#ffffff66Light--zui-otp-glass-border-dark
--zui-otp-glass-bg#ffffffccLight--zui-otp-glass-bg-dark
--zui-otp-glass-border-focusoklch(70.7% 0.165 254.624)Light--zui-otp-glass-border-focus-dark
--zui-otp-glass-ring-focusoklch(70.7% 0.165 254.624 / 0.32)Light--zui-otp-glass-ring-focus-dark
--zui-otp-success-borderoklch(69.6% 0.17 162.48 / 0.6)Light--zui-otp-success-border-dark
--zui-otp-success-border-focusoklch(59.6% 0.145 163.225)Light--zui-otp-success-border-focus-dark
--zui-otp-success-ring-focusoklch(59.6% 0.145 163.225 / 0.28)Light--zui-otp-success-ring-focus-dark
--zui-otp-error-borderoklch(58.6% 0.253 17.585 / 0.7)Light--zui-otp-error-border-dark
--zui-otp-error-border-focusoklch(58.6% 0.253 17.585)Light--zui-otp-error-border-focus-dark
--zui-otp-error-ring-focusoklch(58.6% 0.253 17.585 / 0.28)Light--zui-otp-error-ring-focus-dark
--zui-otp-label-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-otp-label-fg
--zui-otp-hint-fg-darkoklch(70.4% 0.04 256.788)Dark--zui-otp-hint-fg
--zui-otp-bg-darkoklch(12.9% 0.042 264.695)Dark--zui-otp-bg
--zui-otp-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-otp-fg
--zui-otp-ring-offset-focus-darkoklch(12.9% 0.042 264.695)Dark--zui-otp-ring-offset-focus
--zui-otp-separator-dark#64748bDark--zui-otp-separator
--zui-otp-error-fg-darkoklch(71.2% 0.194 13.428)Dark--zui-otp-error-fg
--zui-otp-default-border-darkOverride with your dark theme valueDark--zui-otp-default-border
--zui-otp-default-border-focus-darkOverride with your dark theme valueDark--zui-otp-default-border-focus
--zui-otp-default-ring-focus-darkOverride with your dark theme valueDark--zui-otp-default-ring-focus
--zui-otp-outline-border-darkOverride with your dark theme valueDark--zui-otp-outline-border
--zui-otp-outline-border-focus-darkOverride with your dark theme valueDark--zui-otp-outline-border-focus
--zui-otp-outline-ring-focus-darkOverride with your dark theme valueDark--zui-otp-outline-ring-focus
--zui-otp-glass-border-darkOverride with your dark theme valueDark--zui-otp-glass-border
--zui-otp-glass-bg-darkOverride with your dark theme valueDark--zui-otp-glass-bg
--zui-otp-glass-border-focus-darkOverride with your dark theme valueDark--zui-otp-glass-border-focus
--zui-otp-glass-ring-focus-darkOverride with your dark theme valueDark--zui-otp-glass-ring-focus
--zui-otp-success-border-darkOverride with your dark theme valueDark--zui-otp-success-border
--zui-otp-success-border-focus-darkOverride with your dark theme valueDark--zui-otp-success-border-focus
--zui-otp-success-ring-focus-darkOverride with your dark theme valueDark--zui-otp-success-ring-focus
--zui-otp-error-border-darkOverride with your dark theme valueDark--zui-otp-error-border
--zui-otp-error-border-focus-darkOverride with your dark theme valueDark--zui-otp-error-border-focus
--zui-otp-error-ring-focus-darkOverride with your dark theme valueDark--zui-otp-error-ring-focus

Pagination

Override these pagination variables on :root, a theme selector, or a component wrapper.

107 tokens40 dark
VariableFallbackThemePair
--zui-pagination-list-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-pagination-list-ring-offset-dark
--zui-pagination-list-default-border#0000001aLight--zui-pagination-list-default-border-dark
--zui-pagination-list-default-bg#00000008Light--zui-pagination-list-default-bg-dark
--zui-pagination-list-secondary-border#0000001aLight--zui-pagination-list-secondary-border-dark
--zui-pagination-list-secondary-bgoklch(96.8% 0.007 247.896 / 0.4)Light--zui-pagination-list-secondary-bg-dark
--zui-pagination-list-destructive-borderoklch(64.5% 0.246 16.439 / 0.25)Light--zui-pagination-list-destructive-border-dark
--zui-pagination-list-destructive-bgoklch(96.9% 0.015 12.422)Light--zui-pagination-list-destructive-bg-dark
--zui-pagination-list-outline-border#00000026Light--zui-pagination-list-outline-border-dark
--zui-pagination-list-outline-bgtransparentLight--zui-pagination-list-outline-bg-dark
--zui-pagination-list-ghost-bordertransparentLight--zui-pagination-list-ghost-border-dark
--zui-pagination-list-ghost-bgtransparentLight--zui-pagination-list-ghost-bg-dark
--zui-pagination-list-link-bordertransparentLight--zui-pagination-list-link-border-dark
--zui-pagination-list-link-bgtransparentLight--zui-pagination-list-link-bg-dark
--zui-pagination-list-glass-border#00000026Light--zui-pagination-list-glass-border-dark
--zui-pagination-list-glass-bg#0000000dLight--zui-pagination-list-glass-bg-dark
--zui-pagination-list-emerald-borderoklch(69.6% 0.17 162.48 / 0.25)Light--zui-pagination-list-emerald-border-dark
--zui-pagination-list-emerald-bgoklch(97.9% 0.021 166.113)Light--zui-pagination-list-emerald-bg-dark
--zui-pagination-list-indigo-borderoklch(58.5% 0.233 277.117 / 0.25)Light--zui-pagination-list-indigo-border-dark
--zui-pagination-list-indigo-bgoklch(96.2% 0.018 272.314)Light--zui-pagination-list-indigo-bg-dark
--zui-pagination-list-purple-borderoklch(62.7% 0.265 303.9 / 0.25)Light--zui-pagination-list-purple-border-dark
--zui-pagination-list-purple-bgoklch(97.7% 0.014 308.299)Light--zui-pagination-list-purple-bg-dark
--zui-pagination-list-pink-borderoklch(65.6% 0.241 354.308 / 0.25)Light--zui-pagination-list-pink-border-dark
--zui-pagination-list-pink-bgoklch(97.1% 0.014 343.198)Light--zui-pagination-list-pink-bg-dark
--zui-pagination-list-rose-borderoklch(64.5% 0.246 16.439 / 0.25)Light--zui-pagination-list-rose-border-dark
--zui-pagination-list-rose-bgoklch(96.9% 0.015 12.422)Light--zui-pagination-list-rose-bg-dark
--zui-pagination-list-sky-borderoklch(68.5% 0.169 237.323 / 0.25)Light--zui-pagination-list-sky-border-dark
--zui-pagination-list-sky-bgoklch(97.7% 0.013 236.62)Light--zui-pagination-list-sky-bg-dark
--zui-pagination-list-teal-borderoklch(70.4% 0.14 182.503 / 0.25)Light--zui-pagination-list-teal-border-dark
--zui-pagination-list-teal-bgoklch(98.4% 0.014 180.72)Light--zui-pagination-list-teal-bg-dark
--zui-pagination-list-yellow-borderoklch(79.5% 0.184 86.047 / 0.25)Light--zui-pagination-list-yellow-border-dark
--zui-pagination-list-yellow-bgoklch(98.7% 0.026 102.212)Light--zui-pagination-list-yellow-bg-dark
--zui-pagination-list-orange-borderoklch(70.5% 0.213 47.604 / 0.25)Light--zui-pagination-list-orange-border-dark
--zui-pagination-list-orange-bgoklch(98% 0.016 73.684)Light--zui-pagination-list-orange-bg-dark
--zui-pagination-list-gray-borderoklch(55.1% 0.027 264.364 / 0.25)Light--zui-pagination-list-gray-border-dark
--zui-pagination-list-gray-bgoklch(98.5% 0.002 247.839)Light--zui-pagination-list-gray-bg-dark
--zui-pagination-list-amber-borderoklch(76.9% 0.188 70.08 / 0.25)Light--zui-pagination-list-amber-border-dark
--zui-pagination-list-amber-bgoklch(98.7% 0.022 95.277)Light--zui-pagination-list-amber-bg-dark
--zui-pagination-list-violet-borderoklch(60.6% 0.25 292.717 / 0.25)Light--zui-pagination-list-violet-border-dark
--zui-pagination-list-violet-bgoklch(96.9% 0.016 293.756)Light--zui-pagination-list-violet-bg-dark
--zui-pagination-list-gradient-blue-borderoklch(62.3% 0.214 259.815 / 0.3)Light--zui-pagination-list-gradient-blue-border-dark
--zui-pagination-list-gradient-blue-fromoklch(97% 0.014 254.604)Sharednone
--zui-pagination-list-gradient-blue-tooklch(97.7% 0.014 308.299)Sharednone
--zui-pagination-list-gradient-green-borderoklch(76.8% 0.233 130.85 / 0.3)Sharednone
--zui-pagination-list-gradient-green-fromoklch(98.2% 0.018 155.826)Sharednone
--zui-pagination-list-gradient-green-tooklch(98.6% 0.031 120.757)Sharednone
--zui-pagination-list-gradient-red-borderoklch(65.6% 0.241 354.308 / 0.3)Sharednone
--zui-pagination-list-gradient-red-fromoklch(97.1% 0.013 17.38)Sharednone
--zui-pagination-list-gradient-red-tooklch(97.1% 0.014 343.198)Sharednone
--zui-pagination-list-gradient-yellow-borderoklch(70.5% 0.213 47.604 / 0.3)Sharednone
--zui-pagination-list-gradient-yellow-fromoklch(98.7% 0.026 102.212)Sharednone
--zui-pagination-list-gradient-yellow-tooklch(98% 0.016 73.684)Sharednone
--zui-pagination-list-gradient-purple-borderoklch(65.6% 0.241 354.308 / 0.3)Sharednone
--zui-pagination-list-gradient-purple-fromoklch(97.7% 0.014 308.299)Sharednone
--zui-pagination-list-gradient-purple-tooklch(97.1% 0.014 343.198)Sharednone
--zui-pagination-list-gradient-teal-borderoklch(71.5% 0.143 215.221 / 0.3)Sharednone
--zui-pagination-list-gradient-teal-fromoklch(98.4% 0.014 180.72)Sharednone
--zui-pagination-list-gradient-teal-tooklch(98.4% 0.019 200.873)Sharednone
--zui-pagination-list-gradient-indigo-borderoklch(62.7% 0.265 303.9 / 0.3)Sharednone
--zui-pagination-list-gradient-indigo-fromoklch(96.2% 0.018 272.314)Sharednone
--zui-pagination-list-gradient-indigo-tooklch(97.7% 0.014 308.299)Sharednone
--zui-pagination-list-gradient-pink-borderoklch(64.5% 0.246 16.439 / 0.3)Sharednone
--zui-pagination-list-gradient-pink-fromoklch(97.1% 0.014 343.198)Sharednone
--zui-pagination-list-gradient-pink-tooklch(96.9% 0.015 12.422)Sharednone
--zui-pagination-list-gradient-orange-borderoklch(70.5% 0.213 47.604 / 0.3)Sharednone
--zui-pagination-list-gradient-orange-fromoklch(98% 0.016 73.684)Sharednone
--zui-pagination-list-gradient-orange-tooklch(97.1% 0.013 17.38)Sharednone
--zui-pagination-ellipsis-fgoklch(55.4% 0.046 257.417)Sharednone
--zui-pagination-list-ring-offset-darkoklch(12.9% 0.042 264.695)Dark--zui-pagination-list-ring-offset
--zui-pagination-list-default-border-dark#ffffff1aDark--zui-pagination-list-default-border
--zui-pagination-list-default-bg-darkOverride with your dark theme valueDark--zui-pagination-list-default-bg
--zui-pagination-list-secondary-border-darkOverride with your dark theme valueDark--zui-pagination-list-secondary-border
--zui-pagination-list-secondary-bg-darkOverride with your dark theme valueDark--zui-pagination-list-secondary-bg
--zui-pagination-list-destructive-border-darkOverride with your dark theme valueDark--zui-pagination-list-destructive-border
--zui-pagination-list-destructive-bg-darkOverride with your dark theme valueDark--zui-pagination-list-destructive-bg
--zui-pagination-list-outline-border-darkOverride with your dark theme valueDark--zui-pagination-list-outline-border
--zui-pagination-list-outline-bg-darkOverride with your dark theme valueDark--zui-pagination-list-outline-bg
--zui-pagination-list-ghost-border-darkOverride with your dark theme valueDark--zui-pagination-list-ghost-border
--zui-pagination-list-ghost-bg-darkOverride with your dark theme valueDark--zui-pagination-list-ghost-bg
--zui-pagination-list-link-border-darkOverride with your dark theme valueDark--zui-pagination-list-link-border
--zui-pagination-list-link-bg-darkOverride with your dark theme valueDark--zui-pagination-list-link-bg
--zui-pagination-list-glass-border-darkOverride with your dark theme valueDark--zui-pagination-list-glass-border
--zui-pagination-list-glass-bg-darkOverride with your dark theme valueDark--zui-pagination-list-glass-bg
--zui-pagination-list-emerald-border-darkOverride with your dark theme valueDark--zui-pagination-list-emerald-border
--zui-pagination-list-emerald-bg-darkOverride with your dark theme valueDark--zui-pagination-list-emerald-bg
--zui-pagination-list-indigo-border-darkOverride with your dark theme valueDark--zui-pagination-list-indigo-border
--zui-pagination-list-indigo-bg-darkOverride with your dark theme valueDark--zui-pagination-list-indigo-bg
--zui-pagination-list-purple-border-darkOverride with your dark theme valueDark--zui-pagination-list-purple-border
--zui-pagination-list-purple-bg-darkOverride with your dark theme valueDark--zui-pagination-list-purple-bg
--zui-pagination-list-pink-border-darkOverride with your dark theme valueDark--zui-pagination-list-pink-border
--zui-pagination-list-pink-bg-darkOverride with your dark theme valueDark--zui-pagination-list-pink-bg
--zui-pagination-list-rose-border-darkOverride with your dark theme valueDark--zui-pagination-list-rose-border
--zui-pagination-list-rose-bg-darkOverride with your dark theme valueDark--zui-pagination-list-rose-bg
--zui-pagination-list-sky-border-darkOverride with your dark theme valueDark--zui-pagination-list-sky-border
--zui-pagination-list-sky-bg-darkOverride with your dark theme valueDark--zui-pagination-list-sky-bg
--zui-pagination-list-teal-border-darkOverride with your dark theme valueDark--zui-pagination-list-teal-border
--zui-pagination-list-teal-bg-darkOverride with your dark theme valueDark--zui-pagination-list-teal-bg
--zui-pagination-list-yellow-border-darkOverride with your dark theme valueDark--zui-pagination-list-yellow-border
--zui-pagination-list-yellow-bg-darkOverride with your dark theme valueDark--zui-pagination-list-yellow-bg
--zui-pagination-list-orange-border-darkOverride with your dark theme valueDark--zui-pagination-list-orange-border
--zui-pagination-list-orange-bg-darkOverride with your dark theme valueDark--zui-pagination-list-orange-bg
--zui-pagination-list-gray-border-darkOverride with your dark theme valueDark--zui-pagination-list-gray-border
--zui-pagination-list-gray-bg-darkOverride with your dark theme valueDark--zui-pagination-list-gray-bg
--zui-pagination-list-amber-border-darkOverride with your dark theme valueDark--zui-pagination-list-amber-border
--zui-pagination-list-amber-bg-darkOverride with your dark theme valueDark--zui-pagination-list-amber-bg
--zui-pagination-list-violet-border-darkOverride with your dark theme valueDark--zui-pagination-list-violet-border
--zui-pagination-list-violet-bg-darkOverride with your dark theme valueDark--zui-pagination-list-violet-bg
--zui-pagination-list-gradient-blue-border-darkOverride with your dark theme valueDark--zui-pagination-list-gradient-blue-border

Popover

Override these popover variables on :root, a theme selector, or a component wrapper.

136 tokens68 dark
VariableFallbackThemePair
--zui-popover-default-bg#ffffffLight--zui-popover-default-bg-dark
--zui-popover-default-borderoklch(20.8% 0.042 265.755 / 0.1)Light--zui-popover-default-border-dark
--zui-popover-default-fgoklch(20.8% 0.042 265.755)Light--zui-popover-default-fg-dark
--zui-popover-emerald-bgoklch(90.5% 0.093 164.15)Light--zui-popover-emerald-bg-dark
--zui-popover-emerald-borderoklch(43.2% 0.095 166.913 / 0.35)Light--zui-popover-emerald-border-dark
--zui-popover-emerald-fgoklch(37.8% 0.077 168.94)Light--zui-popover-emerald-fg-dark
--zui-popover-ghost-bgoklch(96.7% 0.003 264.542)Light--zui-popover-ghost-bg-dark
--zui-popover-ghost-fgoklch(21% 0.034 264.665)Light--zui-popover-ghost-fg-dark
--zui-popover-glass-bg#ffffffb3Light--zui-popover-glass-bg-dark
--zui-popover-glass-border#00000026Light--zui-popover-glass-border-dark
--zui-popover-glass-fgoklch(20.8% 0.042 265.755)Light--zui-popover-glass-fg-dark
--zui-popover-gradient-blue-fg#ffffffLight--zui-popover-gradient-blue-fg-dark
--zui-popover-gradient-blue-fromoklch(42.4% 0.199 265.638)Light--zui-popover-gradient-blue-from-dark
--zui-popover-gradient-blue-tooklch(43.8% 0.218 303.724)Light--zui-popover-gradient-blue-to-dark
--zui-popover-gradient-green-fg#ffffffLight--zui-popover-gradient-green-fg-dark
--zui-popover-gradient-green-fromoklch(44.8% 0.119 151.328)Light--zui-popover-gradient-green-from-dark
--zui-popover-gradient-green-tooklch(45.3% 0.124 130.933)Light--zui-popover-gradient-green-to-dark
--zui-popover-gradient-indigo-fg#ffffffLight--zui-popover-gradient-indigo-fg-dark
--zui-popover-gradient-indigo-fromoklch(39.8% 0.195 277.366)Light--zui-popover-gradient-indigo-from-dark
--zui-popover-gradient-indigo-tooklch(43.8% 0.218 303.724)Light--zui-popover-gradient-indigo-to-dark
--zui-popover-gradient-orange-fg#ffffffLight--zui-popover-gradient-orange-fg-dark
--zui-popover-gradient-orange-fromoklch(47% 0.157 37.304)Light--zui-popover-gradient-orange-from-dark
--zui-popover-gradient-orange-tooklch(44.4% 0.177 26.899)Light--zui-popover-gradient-orange-to-dark
--zui-popover-gradient-pink-fg#ffffffLight--zui-popover-gradient-pink-fg-dark
--zui-popover-gradient-pink-fromoklch(45.9% 0.187 3.815)Light--zui-popover-gradient-pink-from-dark
--zui-popover-gradient-pink-tooklch(45.5% 0.188 13.697)Light--zui-popover-gradient-pink-to-dark
--zui-popover-gradient-purple-fg#ffffffLight--zui-popover-gradient-purple-fg-dark
--zui-popover-gradient-purple-fromoklch(43.8% 0.218 303.724)Light--zui-popover-gradient-purple-from-dark
--zui-popover-gradient-purple-tooklch(45.9% 0.187 3.815)Light--zui-popover-gradient-purple-to-dark
--zui-popover-gradient-red-fg#ffffffLight--zui-popover-gradient-red-fg-dark
--zui-popover-gradient-red-fromoklch(44.4% 0.177 26.899)Light--zui-popover-gradient-red-from-dark
--zui-popover-gradient-red-tooklch(45.9% 0.187 3.815)Light--zui-popover-gradient-red-to-dark
--zui-popover-gradient-teal-fg#ffffffLight--zui-popover-gradient-teal-fg-dark
--zui-popover-gradient-teal-fromoklch(43.7% 0.078 188.216)Light--zui-popover-gradient-teal-from-dark
--zui-popover-gradient-teal-tooklch(45% 0.085 224.283)Light--zui-popover-gradient-teal-to-dark
--zui-popover-gradient-yellow-fg#ffffffLight--zui-popover-gradient-yellow-fg-dark
--zui-popover-gradient-yellow-fromoklch(47.6% 0.114 61.907)Light--zui-popover-gradient-yellow-from-dark
--zui-popover-gradient-yellow-tooklch(47% 0.157 37.304)Light--zui-popover-gradient-yellow-to-dark
--zui-popover-green-bgoklch(92.5% 0.084 155.995)Light--zui-popover-green-bg-dark
--zui-popover-green-borderoklch(44.8% 0.119 151.328 / 0.35)Light--zui-popover-green-border-dark
--zui-popover-green-fgoklch(39.3% 0.095 152.535)Light--zui-popover-green-fg-dark
--zui-popover-indigo-bgoklch(87% 0.065 274.039)Light--zui-popover-indigo-bg-dark
--zui-popover-indigo-borderoklch(39.8% 0.195 277.366 / 0.35)Light--zui-popover-indigo-border-dark
--zui-popover-indigo-fgoklch(35.9% 0.144 278.697)Light--zui-popover-indigo-fg-dark
--zui-popover-orange-bgoklch(90.1% 0.076 70.697)Light--zui-popover-orange-bg-dark
--zui-popover-orange-borderoklch(47% 0.157 37.304 / 0.35)Light--zui-popover-orange-border-dark
--zui-popover-orange-fgoklch(40.8% 0.123 38.172)Light--zui-popover-orange-fg-dark
--zui-popover-outline-bg#ffffffLight--zui-popover-outline-bg-dark
--zui-popover-outline-borderoklch(37.3% 0.034 259.733)Light--zui-popover-outline-border-dark
--zui-popover-outline-fgoklch(21% 0.034 264.665)Light--zui-popover-outline-fg-dark
--zui-popover-pink-bgoklch(89.9% 0.061 343.231)Light--zui-popover-pink-bg-dark
--zui-popover-pink-borderoklch(45.9% 0.187 3.815 / 0.35)Light--zui-popover-pink-border-dark
--zui-popover-pink-fgoklch(40.8% 0.153 2.432)Light--zui-popover-pink-fg-dark
--zui-popover-purple-bgoklch(90.2% 0.063 306.703)Light--zui-popover-purple-bg-dark
--zui-popover-purple-borderoklch(43.8% 0.218 303.724 / 0.35)Light--zui-popover-purple-border-dark
--zui-popover-purple-fgoklch(38.1% 0.176 304.987)Light--zui-popover-purple-fg-dark
--zui-popover-rose-bgoklch(89.2% 0.058 10.001)Light--zui-popover-rose-bg-dark
--zui-popover-rose-borderoklch(45.5% 0.188 13.697 / 0.35)Light--zui-popover-rose-border-dark
--zui-popover-rose-fgoklch(41% 0.159 10.272)Light--zui-popover-rose-fg-dark
--zui-popover-sky-bgoklch(90.1% 0.058 230.902)Light--zui-popover-sky-bg-dark
--zui-popover-sky-borderoklch(44.3% 0.11 240.79 / 0.35)Light--zui-popover-sky-border-dark
--zui-popover-sky-fgoklch(39.1% 0.09 240.876)Light--zui-popover-sky-fg-dark
--zui-popover-teal-bgoklch(91% 0.096 180.426)Light--zui-popover-teal-bg-dark
--zui-popover-teal-borderoklch(43.7% 0.078 188.216 / 0.35)Light--zui-popover-teal-border-dark
--zui-popover-teal-fgoklch(38.6% 0.063 188.416)Light--zui-popover-teal-fg-dark
--zui-popover-yellow-bgoklch(94.5% 0.129 101.54)Light--zui-popover-yellow-bg-dark
--zui-popover-yellow-borderoklch(47.6% 0.114 61.907 / 0.35)Light--zui-popover-yellow-border-dark
--zui-popover-yellow-fgoklch(42.1% 0.095 57.708)Light--zui-popover-yellow-fg-dark
--zui-popover-default-bg-darkoklch(20.8% 0.042 265.755)Dark--zui-popover-default-bg
--zui-popover-default-border-dark#ffffff1aDark--zui-popover-default-border
--zui-popover-default-fg-darkoklch(96.8% 0.007 247.896)Dark--zui-popover-default-fg
--zui-popover-emerald-bg-darkoklch(26.2% 0.051 172.552)Dark--zui-popover-emerald-bg
--zui-popover-emerald-border-darkoklch(43.2% 0.095 166.913 / 0.35)Dark--zui-popover-emerald-border
--zui-popover-emerald-fg-darkoklch(90.5% 0.093 164.15)Dark--zui-popover-emerald-fg
--zui-popover-ghost-bg-darkoklch(27.8% 0.033 256.848)Dark--zui-popover-ghost-bg
--zui-popover-ghost-fg-dark#ffffffe6Dark--zui-popover-ghost-fg
--zui-popover-glass-bg-dark#020617b3Dark--zui-popover-glass-bg
--zui-popover-glass-border-dark#ffffff26Dark--zui-popover-glass-border
--zui-popover-glass-fg-dark#ffffffDark--zui-popover-glass-fg
--zui-popover-gradient-blue-fg-dark#ffffffDark--zui-popover-gradient-blue-fg
--zui-popover-gradient-blue-from-darkoklch(42.4% 0.199 265.638)Dark--zui-popover-gradient-blue-from
--zui-popover-gradient-blue-to-darkoklch(43.8% 0.218 303.724)Dark--zui-popover-gradient-blue-to
--zui-popover-gradient-green-fg-dark#ffffffDark--zui-popover-gradient-green-fg
--zui-popover-gradient-green-from-darkoklch(44.8% 0.119 151.328)Dark--zui-popover-gradient-green-from
--zui-popover-gradient-green-to-darkoklch(45.3% 0.124 130.933)Dark--zui-popover-gradient-green-to
--zui-popover-gradient-indigo-fg-dark#ffffffDark--zui-popover-gradient-indigo-fg
--zui-popover-gradient-indigo-from-darkoklch(39.8% 0.195 277.366)Dark--zui-popover-gradient-indigo-from
--zui-popover-gradient-indigo-to-darkoklch(43.8% 0.218 303.724)Dark--zui-popover-gradient-indigo-to
--zui-popover-gradient-orange-fg-dark#ffffffDark--zui-popover-gradient-orange-fg
--zui-popover-gradient-orange-from-darkoklch(47% 0.157 37.304)Dark--zui-popover-gradient-orange-from
--zui-popover-gradient-orange-to-darkoklch(44.4% 0.177 26.899)Dark--zui-popover-gradient-orange-to
--zui-popover-gradient-pink-fg-dark#ffffffDark--zui-popover-gradient-pink-fg
--zui-popover-gradient-pink-from-darkoklch(45.9% 0.187 3.815)Dark--zui-popover-gradient-pink-from
--zui-popover-gradient-pink-to-darkoklch(45.5% 0.188 13.697)Dark--zui-popover-gradient-pink-to
--zui-popover-gradient-purple-fg-dark#ffffffDark--zui-popover-gradient-purple-fg
--zui-popover-gradient-purple-from-darkoklch(43.8% 0.218 303.724)Dark--zui-popover-gradient-purple-from
--zui-popover-gradient-purple-to-darkoklch(45.9% 0.187 3.815)Dark--zui-popover-gradient-purple-to
--zui-popover-gradient-red-fg-dark#ffffffDark--zui-popover-gradient-red-fg
--zui-popover-gradient-red-from-darkoklch(44.4% 0.177 26.899)Dark--zui-popover-gradient-red-from
--zui-popover-gradient-red-to-darkoklch(45.9% 0.187 3.815)Dark--zui-popover-gradient-red-to
--zui-popover-gradient-teal-fg-dark#ffffffDark--zui-popover-gradient-teal-fg
--zui-popover-gradient-teal-from-darkoklch(43.7% 0.078 188.216)Dark--zui-popover-gradient-teal-from
--zui-popover-gradient-teal-to-darkoklch(45% 0.085 224.283)Dark--zui-popover-gradient-teal-to
--zui-popover-gradient-yellow-fg-dark#ffffffDark--zui-popover-gradient-yellow-fg
--zui-popover-gradient-yellow-from-darkoklch(47.6% 0.114 61.907)Dark--zui-popover-gradient-yellow-from
--zui-popover-gradient-yellow-to-darkoklch(47% 0.157 37.304)Dark--zui-popover-gradient-yellow-to
--zui-popover-green-bg-darkoklch(26.6% 0.065 152.934)Dark--zui-popover-green-bg
--zui-popover-green-border-darkoklch(44.8% 0.119 151.328 / 0.35)Dark--zui-popover-green-border
--zui-popover-green-fg-darkoklch(92.5% 0.084 155.995)Dark--zui-popover-green-fg
--zui-popover-indigo-bg-darkoklch(25.7% 0.09 281.288)Dark--zui-popover-indigo-bg
--zui-popover-indigo-border-darkoklch(39.8% 0.195 277.366 / 0.35)Dark--zui-popover-indigo-border
--zui-popover-indigo-fg-darkoklch(87% 0.065 274.039)Dark--zui-popover-indigo-fg
--zui-popover-orange-bg-darkoklch(26.6% 0.079 36.259)Dark--zui-popover-orange-bg
--zui-popover-orange-border-darkoklch(47% 0.157 37.304 / 0.35)Dark--zui-popover-orange-border
--zui-popover-orange-fg-darkoklch(90.1% 0.076 70.697)Dark--zui-popover-orange-fg
--zui-popover-outline-bg-dark#000000Dark--zui-popover-outline-bg
--zui-popover-outline-border-darkoklch(87.2% 0.01 258.338)Dark--zui-popover-outline-border
--zui-popover-outline-fg-dark#ffffffDark--zui-popover-outline-fg
--zui-popover-pink-bg-darkoklch(28.4% 0.109 3.907)Dark--zui-popover-pink-bg
--zui-popover-pink-border-darkoklch(45.9% 0.187 3.815 / 0.35)Dark--zui-popover-pink-border
--zui-popover-pink-fg-darkoklch(89.9% 0.061 343.231)Dark--zui-popover-pink-fg
--zui-popover-purple-bg-darkoklch(29.1% 0.149 302.717)Dark--zui-popover-purple-bg
--zui-popover-purple-border-darkoklch(43.8% 0.218 303.724 / 0.35)Dark--zui-popover-purple-border
--zui-popover-purple-fg-darkoklch(90.2% 0.063 306.703)Dark--zui-popover-purple-fg
--zui-popover-rose-bg-darkoklch(27.1% 0.105 12.094)Dark--zui-popover-rose-bg
--zui-popover-rose-border-darkoklch(45.5% 0.188 13.697 / 0.35)Dark--zui-popover-rose-border
--zui-popover-rose-fg-darkoklch(89.2% 0.058 10.001)Dark--zui-popover-rose-fg
--zui-popover-sky-bg-darkoklch(29.3% 0.066 243.157)Dark--zui-popover-sky-bg
--zui-popover-sky-border-darkoklch(44.3% 0.11 240.79 / 0.35)Dark--zui-popover-sky-border
--zui-popover-sky-fg-darkoklch(90.1% 0.058 230.902)Dark--zui-popover-sky-fg
--zui-popover-teal-bg-darkoklch(27.7% 0.046 192.524)Dark--zui-popover-teal-bg
--zui-popover-teal-border-darkoklch(43.7% 0.078 188.216 / 0.35)Dark--zui-popover-teal-border
--zui-popover-teal-fg-darkoklch(91% 0.096 180.426)Dark--zui-popover-teal-fg
--zui-popover-yellow-bg-darkoklch(28.6% 0.066 53.813)Dark--zui-popover-yellow-bg
--zui-popover-yellow-border-darkoklch(47.6% 0.114 61.907 / 0.35)Dark--zui-popover-yellow-border
--zui-popover-yellow-fg-darkoklch(94.5% 0.129 101.54)Dark--zui-popover-yellow-fg

Progress

Override these progress variables on :root, a theme selector, or a component wrapper.

54 tokens27 dark
VariableFallbackThemePair
--zui-progress-fgoklch(20.8% 0.042 265.755)Light--zui-progress-fg-dark
--zui-progress-default-filloklch(20.8% 0.042 265.755)Light--zui-progress-default-fill-dark
--zui-progress-secondary-filloklch(44.6% 0.043 257.281)Light--zui-progress-secondary-fill-dark
--zui-progress-destructive-filloklch(45.5% 0.188 13.697)Light--zui-progress-destructive-fill-dark
--zui-progress-emerald-filloklch(43.2% 0.095 166.913)Light--zui-progress-emerald-fill-dark
--zui-progress-indigo-filloklch(39.8% 0.195 277.366)Light--zui-progress-indigo-fill-dark
--zui-progress-purple-filloklch(43.8% 0.218 303.724)Light--zui-progress-purple-fill-dark
--zui-progress-pink-filloklch(45.9% 0.187 3.815)Light--zui-progress-pink-fill-dark
--zui-progress-rose-filloklch(45.5% 0.188 13.697)Light--zui-progress-rose-fill-dark
--zui-progress-sky-filloklch(44.3% 0.11 240.79)Light--zui-progress-sky-fill-dark
--zui-progress-teal-filloklch(43.7% 0.078 188.216)Light--zui-progress-teal-fill-dark
--zui-progress-yellow-filloklch(47.6% 0.114 61.907)Light--zui-progress-yellow-fill-dark
--zui-progress-orange-filloklch(47% 0.157 37.304)Light--zui-progress-orange-fill-dark
--zui-progress-outline-filloklch(52% 0.105 223.128)Light--zui-progress-outline-fill-dark
--zui-progress-ghost-filloklch(27.9% 0.041 260.031)Light--zui-progress-ghost-fill-dark
--zui-progress-glass-filloklch(20.8% 0.042 265.755)Light--zui-progress-glass-fill-dark
--zui-progress-gradient-blue-filllinear-gradient(90deg,oklch(62.3% 0.214 259.815),oklch(62.7% 0.265 303.9))Light--zui-progress-gradient-blue-fill-dark
--zui-progress-gradient-green-filllinear-gradient(90deg,oklch(72.3% 0.219 149.579),oklch(76.8% 0.233 130.85))Light--zui-progress-gradient-green-fill-dark
--zui-progress-gradient-red-filllinear-gradient(90deg,oklch(63.7% 0.237 25.331),oklch(65.6% 0.241 354.308))Light--zui-progress-gradient-red-fill-dark
--zui-progress-gradient-yellow-filllinear-gradient(90deg,oklch(79.5% 0.184 86.047),oklch(70.5% 0.213 47.604))Light--zui-progress-gradient-yellow-fill-dark
--zui-progress-gradient-purple-filllinear-gradient(90deg,oklch(62.7% 0.265 303.9),oklch(65.6% 0.241 354.308))Light--zui-progress-gradient-purple-fill-dark
--zui-progress-gradient-teal-filllinear-gradient(90deg,oklch(70.4% 0.14 182.503),oklch(71.5% 0.143 215.221))Light--zui-progress-gradient-teal-fill-dark
--zui-progress-gradient-indigo-filllinear-gradient(90deg,oklch(58.5% 0.233 277.117),oklch(62.7% 0.265 303.9))Light--zui-progress-gradient-indigo-fill-dark
--zui-progress-gradient-pink-filllinear-gradient(90deg,oklch(65.6% 0.241 354.308),oklch(64.5% 0.246 16.439))Light--zui-progress-gradient-pink-fill-dark
--zui-progress-gradient-orange-filllinear-gradient(90deg,oklch(70.5% 0.213 47.604),oklch(63.7% 0.237 25.331))Light--zui-progress-gradient-orange-fill-dark
--zui-progress-track-bg#0000001aLight--zui-progress-track-bg-dark
--zui-progress-bar-bg-stripedrepeating-linear-gradient(135deg,rgba(255,255,255,0.28) 0,rgba(255,255,255,0.28) 10px,transparent 10px,transparent 20px)Light--zui-progress-bar-bg-striped-dark
--zui-progress-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-progress-fg
--zui-progress-default-fill-darkoklch(98.4% 0.003 247.858)Dark--zui-progress-default-fill
--zui-progress-secondary-fill-darkOverride with your dark theme valueDark--zui-progress-secondary-fill
--zui-progress-destructive-fill-darkOverride with your dark theme valueDark--zui-progress-destructive-fill
--zui-progress-emerald-fill-darkOverride with your dark theme valueDark--zui-progress-emerald-fill
--zui-progress-indigo-fill-darkOverride with your dark theme valueDark--zui-progress-indigo-fill
--zui-progress-purple-fill-darkOverride with your dark theme valueDark--zui-progress-purple-fill
--zui-progress-pink-fill-darkOverride with your dark theme valueDark--zui-progress-pink-fill
--zui-progress-rose-fill-darkOverride with your dark theme valueDark--zui-progress-rose-fill
--zui-progress-sky-fill-darkOverride with your dark theme valueDark--zui-progress-sky-fill
--zui-progress-teal-fill-darkOverride with your dark theme valueDark--zui-progress-teal-fill
--zui-progress-yellow-fill-darkOverride with your dark theme valueDark--zui-progress-yellow-fill
--zui-progress-orange-fill-darkOverride with your dark theme valueDark--zui-progress-orange-fill
--zui-progress-outline-fill-darkOverride with your dark theme valueDark--zui-progress-outline-fill
--zui-progress-ghost-fill-darkOverride with your dark theme valueDark--zui-progress-ghost-fill
--zui-progress-glass-fill-darkOverride with your dark theme valueDark--zui-progress-glass-fill
--zui-progress-gradient-blue-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-blue-fill
--zui-progress-gradient-green-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-green-fill
--zui-progress-gradient-red-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-red-fill
--zui-progress-gradient-yellow-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-yellow-fill
--zui-progress-gradient-purple-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-purple-fill
--zui-progress-gradient-teal-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-teal-fill
--zui-progress-gradient-indigo-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-indigo-fill
--zui-progress-gradient-pink-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-pink-fill
--zui-progress-gradient-orange-fill-darkOverride with your dark theme valueDark--zui-progress-gradient-orange-fill
--zui-progress-track-bg-darkOverride with your dark theme valueDark--zui-progress-track-bg
--zui-progress-bar-bg-striped-darkOverride with your dark theme valueDark--zui-progress-bar-bg-striped

RadioGroup

Override these radio group variables on :root, a theme selector, or a component wrapper.

27 tokens4 dark
VariableFallbackThemePair
--zui-radio-label-fgoklch(20.8% 0.042 265.755)Light--zui-radio-label-fg-dark
--zui-radio-border#0000004dLight--zui-radio-border-dark
--zui-radio-bgtransparentSharednone
--zui-radio-ring-focusoklch(44.6% 0.043 257.281 / 0.7)Light--zui-radio-ring-focus-dark
--zui-radio-ring-offset-focusoklch(98.4% 0.003 247.858)Light--zui-radio-ring-offset-focus-dark
--zui-radio-default-border-checkedoklch(44.6% 0.043 257.281)Sharednone
--zui-radio-default-indicator-bgoklch(44.6% 0.043 257.281)Sharednone
--zui-radio-success-border-checkedoklch(59.6% 0.145 163.225)Sharednone
--zui-radio-success-indicator-bgoklch(59.6% 0.145 163.225)Sharednone
--zui-radio-warning-border-checkedoklch(68.1% 0.162 75.834)Sharednone
--zui-radio-warning-indicator-bgoklch(68.1% 0.162 75.834)Sharednone
--zui-radio-error-border-checkedoklch(58.6% 0.253 17.585)Sharednone
--zui-radio-error-indicator-bgoklch(58.6% 0.253 17.585)Sharednone
--zui-radio-info-border-checkedoklch(54.6% 0.245 262.881)Sharednone
--zui-radio-info-indicator-bgoklch(54.6% 0.245 262.881)Sharednone
--zui-radio-violet-border-checkedoklch(54.1% 0.281 293.009)Sharednone
--zui-radio-violet-indicator-bgoklch(54.1% 0.281 293.009)Sharednone
--zui-radio-amber-border-checkedoklch(66.6% 0.179 58.318)Sharednone
--zui-radio-amber-indicator-bgoklch(66.6% 0.179 58.318)Sharednone
--zui-radio-pink-border-checkedoklch(59.2% 0.249 0.584)Sharednone
--zui-radio-pink-indicator-bgoklch(59.2% 0.249 0.584)Sharednone
--zui-radio-indigo-border-checkedoklch(51.1% 0.262 276.966)Sharednone
--zui-radio-indigo-indicator-bgoklch(51.1% 0.262 276.966)Sharednone
--zui-radio-label-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-radio-label-fg
--zui-radio-border-dark#ffffff4dDark--zui-radio-border
--zui-radio-ring-focus-darkoklch(86.9% 0.022 252.894 / 0.7)Dark--zui-radio-ring-focus
--zui-radio-ring-offset-focus-darkoklch(12.9% 0.042 264.695)Dark--zui-radio-ring-offset-focus

Rating

Override these rating variables on :root, a theme selector, or a component wrapper. Structural variables drive the label, hint, empty icon, focus ring, and error text; each appearance sets the active (filled) icon color.

66 tokens32 dark
VariableFallbackThemePair
--zui-rating-label-fgoklch(20.8% 0.042 265.755)Light--zui-rating-label-fg-dark
--zui-rating-hint-fgoklch(55.4% 0.046 257.417)Light--zui-rating-hint-fg-dark
--zui-rating-error-fgoklch(58.6% 0.253 17.585)Light--zui-rating-error-fg-dark
--zui-rating-emptyoklch(86.9% 0.022 252.894)Light--zui-rating-empty-dark
--zui-rating-gap0.25remLight--zui-rating-gap-dark
--zui-rating-ring-focusoklch(54.6% 0.245 262.881 / 0.32)Light--zui-rating-ring-focus-dark
--zui-rating-ring-offset-focus#ffffffLight--zui-rating-ring-offset-focus-dark
--zui-rating-default-activeoklch(20.8% 0.042 265.755)Light--zui-rating-default-active-dark
--zui-rating-secondary-activeoklch(44.6% 0.043 257.281)Light--zui-rating-secondary-active-dark
--zui-rating-destructive-activeoklch(58.6% 0.253 17.585)Light--zui-rating-destructive-active-dark
--zui-rating-outline-activeoklch(44.6% 0.043 257.281)Light--zui-rating-outline-active-dark
--zui-rating-ghost-activeoklch(37.2% 0.044 257.287)Light--zui-rating-ghost-active-dark
--zui-rating-glass-activeoklch(54.6% 0.245 262.881)Light--zui-rating-glass-active-dark
--zui-rating-emerald-activeoklch(59.6% 0.145 163.225)Light--zui-rating-emerald-active-dark
--zui-rating-indigo-activeoklch(51.1% 0.262 276.966)Light--zui-rating-indigo-active-dark
--zui-rating-purple-activeoklch(55.8% 0.288 302.321)Light--zui-rating-purple-active-dark
--zui-rating-pink-activeoklch(59.2% 0.249 0.584)Light--zui-rating-pink-active-dark
--zui-rating-rose-activeoklch(58.6% 0.253 17.585)Light--zui-rating-rose-active-dark
--zui-rating-sky-activeoklch(62.3% 0.214 259.815)Light--zui-rating-sky-active-dark
--zui-rating-teal-activeoklch(60% 0.118 184.704)Light--zui-rating-teal-active-dark
--zui-rating-yellow-activeoklch(79.5% 0.184 86.047)Light--zui-rating-yellow-active-dark
--zui-rating-orange-activeoklch(64.6% 0.222 41.116)Light--zui-rating-orange-active-dark
--zui-rating-gray-activeoklch(55.1% 0.027 264.364)Light--zui-rating-gray-active-dark
--zui-rating-amber-activeoklch(76.9% 0.188 70.08)Light--zui-rating-amber-active-dark
--zui-rating-violet-activeoklch(54.1% 0.281 293.009)Light--zui-rating-violet-active-dark
--zui-rating-gradient-blue-activeoklch(54.6% 0.245 262.881)Light--zui-rating-gradient-blue-active-dark
--zui-rating-gradient-green-activeoklch(62.7% 0.194 149.214)Light--zui-rating-gradient-green-active-dark
--zui-rating-gradient-red-activeoklch(57.7% 0.245 27.325)Light--zui-rating-gradient-red-active-dark
--zui-rating-gradient-yellow-activeoklch(79.5% 0.184 86.047)Light--zui-rating-gradient-yellow-active-dark
--zui-rating-gradient-purple-activeoklch(62.7% 0.265 303.9)Light--zui-rating-gradient-purple-active-dark
--zui-rating-gradient-teal-activeoklch(60% 0.118 184.704)Light--zui-rating-gradient-teal-active-dark
--zui-rating-gradient-indigo-activeoklch(51.1% 0.262 276.966)Light--zui-rating-gradient-indigo-active-dark
--zui-rating-gradient-pink-activeoklch(59.2% 0.249 0.584)Sharednone
--zui-rating-gradient-orange-activeoklch(64.6% 0.222 41.116)Sharednone
--zui-rating-label-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-rating-label-fg
--zui-rating-empty-darkoklch(37.2% 0.044 257.287)Dark--zui-rating-empty
--zui-rating-hint-fg-darkOverride with your dark theme valueDark--zui-rating-hint-fg
--zui-rating-error-fg-darkOverride with your dark theme valueDark--zui-rating-error-fg
--zui-rating-gap-darkOverride with your dark theme valueDark--zui-rating-gap
--zui-rating-ring-focus-darkOverride with your dark theme valueDark--zui-rating-ring-focus
--zui-rating-ring-offset-focus-darkOverride with your dark theme valueDark--zui-rating-ring-offset-focus
--zui-rating-default-active-darkOverride with your dark theme valueDark--zui-rating-default-active
--zui-rating-secondary-active-darkOverride with your dark theme valueDark--zui-rating-secondary-active
--zui-rating-destructive-active-darkOverride with your dark theme valueDark--zui-rating-destructive-active
--zui-rating-outline-active-darkOverride with your dark theme valueDark--zui-rating-outline-active
--zui-rating-ghost-active-darkOverride with your dark theme valueDark--zui-rating-ghost-active
--zui-rating-glass-active-darkOverride with your dark theme valueDark--zui-rating-glass-active
--zui-rating-emerald-active-darkOverride with your dark theme valueDark--zui-rating-emerald-active
--zui-rating-indigo-active-darkOverride with your dark theme valueDark--zui-rating-indigo-active
--zui-rating-purple-active-darkOverride with your dark theme valueDark--zui-rating-purple-active
--zui-rating-pink-active-darkOverride with your dark theme valueDark--zui-rating-pink-active
--zui-rating-rose-active-darkOverride with your dark theme valueDark--zui-rating-rose-active
--zui-rating-sky-active-darkOverride with your dark theme valueDark--zui-rating-sky-active
--zui-rating-teal-active-darkOverride with your dark theme valueDark--zui-rating-teal-active
--zui-rating-yellow-active-darkOverride with your dark theme valueDark--zui-rating-yellow-active
--zui-rating-orange-active-darkOverride with your dark theme valueDark--zui-rating-orange-active
--zui-rating-gray-active-darkOverride with your dark theme valueDark--zui-rating-gray-active
--zui-rating-amber-active-darkOverride with your dark theme valueDark--zui-rating-amber-active
--zui-rating-violet-active-darkOverride with your dark theme valueDark--zui-rating-violet-active
--zui-rating-gradient-blue-active-darkOverride with your dark theme valueDark--zui-rating-gradient-blue-active
--zui-rating-gradient-green-active-darkOverride with your dark theme valueDark--zui-rating-gradient-green-active
--zui-rating-gradient-red-active-darkOverride with your dark theme valueDark--zui-rating-gradient-red-active
--zui-rating-gradient-yellow-active-darkOverride with your dark theme valueDark--zui-rating-gradient-yellow-active
--zui-rating-gradient-purple-active-darkOverride with your dark theme valueDark--zui-rating-gradient-purple-active
--zui-rating-gradient-teal-active-darkOverride with your dark theme valueDark--zui-rating-gradient-teal-active
--zui-rating-gradient-indigo-active-darkOverride with your dark theme valueDark--zui-rating-gradient-indigo-active

ScrollArea

Override these ScrollArea variables on :root, a theme selector, or a component wrapper.

22 tokens8 dark
VariableFallbackThemePair
--zui-scroll-area-thumb#94a3b8Light--zui-scroll-area-thumb-dark
--zui-scroll-area-thumb-border#f8fafcLight--zui-scroll-area-thumb-border-dark
--zui-scroll-area-track#e2e8f0Light--zui-scroll-area-track-dark
--zui-scroll-area-size0.625remLight--zui-scroll-area-size-dark
--zui-scroll-area-ring-focusoklch(54.6% 0.245 262.881 / 0.28)Light--zui-scroll-area-ring-focus-dark
--zui-scroll-area-ring-offset-focus#ffffffLight--zui-scroll-area-ring-offset-focus-dark
--zui-scroll-area-outline-border#cbd5e1Light--zui-scroll-area-outline-border-dark
--zui-scroll-area-glass-border#ffffff80Light--zui-scroll-area-glass-border-dark
--zui-scroll-area-glass-bg#ffffff99Sharednone
--zui-scroll-area-sky-borderoklch(62.3% 0.214 259.815 / 0.35)Sharednone
--zui-scroll-area-emerald-borderoklch(59.6% 0.145 163.225 / 0.35)Sharednone
--zui-scroll-area-rose-borderoklch(58.6% 0.253 17.585 / 0.3)Sharednone
--zui-scroll-area-amber-borderoklch(76.9% 0.188 70.08 / 0.35)Sharednone
--zui-scroll-area-violet-borderoklch(60.6% 0.25 292.717 / 0.35)Sharednone
--zui-scroll-area-thumb-dark#64748bDark--zui-scroll-area-thumb
--zui-scroll-area-thumb-border-dark#020617Dark--zui-scroll-area-thumb-border
--zui-scroll-area-track-darkOverride with your dark theme valueDark--zui-scroll-area-track
--zui-scroll-area-size-darkOverride with your dark theme valueDark--zui-scroll-area-size
--zui-scroll-area-ring-focus-darkOverride with your dark theme valueDark--zui-scroll-area-ring-focus
--zui-scroll-area-ring-offset-focus-darkOverride with your dark theme valueDark--zui-scroll-area-ring-offset-focus
--zui-scroll-area-outline-border-darkOverride with your dark theme valueDark--zui-scroll-area-outline-border
--zui-scroll-area-glass-border-darkOverride with your dark theme valueDark--zui-scroll-area-glass-border

Search

SearchBar composes the Input recipe, so these are the zui variables available through the search input.

107 tokens42 dark
VariableFallbackThemePair
--zui-input-bg#0000000dLight--zui-input-bg-dark
--zui-input-fgoklch(20.8% 0.042 265.755)Light--zui-input-fg-dark
--zui-input-shadow0 1px 2px rgba(15,23,42,0.08)Light--zui-input-shadow-dark
--zui-input-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-input-ring-offset-dark
--zui-input-placeholder-fgoklch(55.4% 0.046 257.417)Light--zui-input-placeholder-fg-dark
--zui-input-bg-read-only#00000008Light--zui-input-bg-read-only-dark
--zui-input-file-border#0000001aLight--zui-input-file-border-dark
--zui-input-file-bg#0000001aLight--zui-input-file-bg-dark
--zui-input-file-fgoklch(37.2% 0.044 257.287)Light--zui-input-file-fg-dark
--zui-input-file-bg-hover#00000026Light--zui-input-file-bg-hover-dark
--zui-input-file-fg-hover#ffffffLight--zui-input-file-fg-hover-dark
--zui-input-checkbox-border#0000004dLight--zui-input-checkbox-border-dark
--zui-input-checkbox-bgtransparentLight--zui-input-checkbox-bg-dark
--zui-input-radio-border#0000004dLight--zui-input-radio-border-dark
--zui-input-radio-bgtransparentLight--zui-input-radio-bg-dark
--zui-input-radio-bg-read-onlytransparentLight--zui-input-radio-bg-read-only-dark
--zui-input-radio-ring#00000033Light--zui-input-radio-ring-dark
--zui-input-radio-ring-offsetoklch(98.4% 0.003 247.858)Light--zui-input-radio-ring-offset-dark
--zui-input-default-border#0000001aLight--zui-input-default-border-dark
--zui-input-default-border-focus#00000033Light--zui-input-default-border-focus-dark
--zui-input-warning-borderoklch(79.5% 0.184 86.047 / 0.8)Light--zui-input-warning-border-dark
--zui-input-warning-fgoklch(28.6% 0.066 53.813)Light--zui-input-warning-fg-dark
--zui-input-warning-placeholder-fgoklch(47.6% 0.114 61.907)Light--zui-input-warning-placeholder-fg-dark
--zui-input-warning-border-focusoklch(68.1% 0.162 75.834)Light--zui-input-warning-border-focus-dark
--zui-input-warning-ring-focusoklch(85.2% 0.199 91.936 / 0.8)Light--zui-input-warning-ring-focus-dark
--zui-input-error-borderoklch(64.5% 0.246 16.439 / 0.8)Light--zui-input-error-border-dark
--zui-input-error-fgoklch(27.1% 0.105 12.094)Light--zui-input-error-fg-dark
--zui-input-error-placeholder-fgoklch(45.5% 0.188 13.697)Light--zui-input-error-placeholder-fg-dark
--zui-input-error-border-focusoklch(58.6% 0.253 17.585)Light--zui-input-error-border-focus-dark
--zui-input-error-ring-focusoklch(71.2% 0.194 13.428 / 0.8)Light--zui-input-error-ring-focus-dark
--zui-input-success-borderoklch(69.6% 0.17 162.48 / 0.7)Light--zui-input-success-border-dark
--zui-input-success-fgoklch(26.2% 0.051 172.552)Light--zui-input-success-fg-dark
--zui-input-success-placeholder-fgoklch(43.2% 0.095 166.913)Light--zui-input-success-placeholder-fg-dark
--zui-input-success-border-focusoklch(59.6% 0.145 163.225)Light--zui-input-success-border-focus-dark
--zui-input-success-ring-focusoklch(76.5% 0.177 163.223 / 0.8)Light--zui-input-success-ring-focus-dark
--zui-input-info-borderoklch(62.3% 0.214 259.815 / 0.8)Light--zui-input-info-border-dark
--zui-input-info-fgoklch(28.2% 0.091 267.935)Light--zui-input-info-fg-dark
--zui-input-info-placeholder-fgoklch(42.4% 0.199 265.638)Light--zui-input-info-placeholder-fg-dark
--zui-input-info-border-focusoklch(54.6% 0.245 262.881)Light--zui-input-info-border-focus-dark
--zui-input-info-ring-focusoklch(70.7% 0.165 254.624 / 0.8)Light--zui-input-info-ring-focus-dark
--zui-input-violet-borderoklch(60.6% 0.25 292.717 / 0.8)Light--zui-input-violet-border-dark
--zui-input-violet-fgoklch(28.3% 0.141 291.089)Light--zui-input-violet-fg-dark
--zui-input-violet-placeholder-fgoklch(43.2% 0.232 292.759)Sharednone
--zui-input-violet-border-focusoklch(54.1% 0.281 293.009)Sharednone
--zui-input-violet-ring-focusoklch(70.2% 0.183 293.541 / 0.8)Sharednone
--zui-input-amber-borderoklch(76.9% 0.188 70.08 / 0.8)Sharednone
--zui-input-amber-fgoklch(27.9% 0.077 45.635)Sharednone
--zui-input-amber-placeholder-fgoklch(47.3% 0.137 46.201)Sharednone
--zui-input-amber-border-focusoklch(66.6% 0.179 58.318)Sharednone
--zui-input-amber-ring-focusoklch(82.8% 0.189 84.429 / 0.8)Sharednone
--zui-input-pink-borderoklch(65.6% 0.241 354.308 / 0.8)Sharednone
--zui-input-pink-fgoklch(28.4% 0.109 3.907)Sharednone
--zui-input-pink-placeholder-fgoklch(45.9% 0.187 3.815)Sharednone
--zui-input-pink-border-focusoklch(59.2% 0.249 0.584)Sharednone
--zui-input-pink-ring-focusoklch(71.8% 0.202 349.761 / 0.8)Sharednone
--zui-input-indigo-borderoklch(58.5% 0.233 277.117 / 0.8)Sharednone
--zui-input-indigo-fgoklch(25.7% 0.09 281.288)Sharednone
--zui-input-indigo-placeholder-fgoklch(39.8% 0.195 277.366)Sharednone
--zui-input-indigo-border-focusoklch(51.1% 0.262 276.966)Sharednone
--zui-input-indigo-ring-focusoklch(67.3% 0.182 276.935 / 0.8)Sharednone
--zui-input-orange-borderoklch(70.5% 0.213 47.604 / 0.8)Sharednone
--zui-input-orange-fgoklch(26.6% 0.079 36.259)Sharednone
--zui-input-orange-placeholder-fgoklch(47% 0.157 37.304)Sharednone
--zui-input-orange-border-focusoklch(64.6% 0.222 41.116)Sharednone
--zui-input-orange-ring-focusoklch(75% 0.183 55.934 / 0.8)Sharednone
--zui-input-bg-dark#ffffff0dDark--zui-input-bg
--zui-input-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-input-fg
--zui-input-shadow-darkOverride with your dark theme valueDark--zui-input-shadow
--zui-input-ring-offset-darkOverride with your dark theme valueDark--zui-input-ring-offset
--zui-input-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-placeholder-fg
--zui-input-bg-read-only-darkOverride with your dark theme valueDark--zui-input-bg-read-only
--zui-input-file-border-darkOverride with your dark theme valueDark--zui-input-file-border
--zui-input-file-bg-darkOverride with your dark theme valueDark--zui-input-file-bg
--zui-input-file-fg-darkOverride with your dark theme valueDark--zui-input-file-fg
--zui-input-file-bg-hover-darkOverride with your dark theme valueDark--zui-input-file-bg-hover
--zui-input-file-fg-hover-darkOverride with your dark theme valueDark--zui-input-file-fg-hover
--zui-input-checkbox-border-darkOverride with your dark theme valueDark--zui-input-checkbox-border
--zui-input-checkbox-bg-darkOverride with your dark theme valueDark--zui-input-checkbox-bg
--zui-input-radio-border-darkOverride with your dark theme valueDark--zui-input-radio-border
--zui-input-radio-bg-darkOverride with your dark theme valueDark--zui-input-radio-bg
--zui-input-radio-bg-read-only-darkOverride with your dark theme valueDark--zui-input-radio-bg-read-only
--zui-input-radio-ring-darkOverride with your dark theme valueDark--zui-input-radio-ring
--zui-input-radio-ring-offset-darkOverride with your dark theme valueDark--zui-input-radio-ring-offset
--zui-input-default-border-darkOverride with your dark theme valueDark--zui-input-default-border
--zui-input-default-border-focus-darkOverride with your dark theme valueDark--zui-input-default-border-focus
--zui-input-warning-border-darkOverride with your dark theme valueDark--zui-input-warning-border
--zui-input-warning-fg-darkOverride with your dark theme valueDark--zui-input-warning-fg
--zui-input-warning-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-warning-placeholder-fg
--zui-input-warning-border-focus-darkOverride with your dark theme valueDark--zui-input-warning-border-focus
--zui-input-warning-ring-focus-darkOverride with your dark theme valueDark--zui-input-warning-ring-focus
--zui-input-error-border-darkOverride with your dark theme valueDark--zui-input-error-border
--zui-input-error-fg-darkOverride with your dark theme valueDark--zui-input-error-fg
--zui-input-error-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-error-placeholder-fg
--zui-input-error-border-focus-darkOverride with your dark theme valueDark--zui-input-error-border-focus
--zui-input-error-ring-focus-darkOverride with your dark theme valueDark--zui-input-error-ring-focus
--zui-input-success-border-darkOverride with your dark theme valueDark--zui-input-success-border
--zui-input-success-fg-darkOverride with your dark theme valueDark--zui-input-success-fg
--zui-input-success-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-success-placeholder-fg
--zui-input-success-border-focus-darkOverride with your dark theme valueDark--zui-input-success-border-focus
--zui-input-success-ring-focus-darkOverride with your dark theme valueDark--zui-input-success-ring-focus
--zui-input-info-border-darkOverride with your dark theme valueDark--zui-input-info-border
--zui-input-info-fg-darkOverride with your dark theme valueDark--zui-input-info-fg
--zui-input-info-placeholder-fg-darkOverride with your dark theme valueDark--zui-input-info-placeholder-fg
--zui-input-info-border-focus-darkOverride with your dark theme valueDark--zui-input-info-border-focus
--zui-input-info-ring-focus-darkOverride with your dark theme valueDark--zui-input-info-ring-focus
--zui-input-violet-border-darkOverride with your dark theme valueDark--zui-input-violet-border
--zui-input-violet-fg-darkOverride with your dark theme valueDark--zui-input-violet-fg

Select

Override these select variables on :root, a theme selector, or a component wrapper.

287 tokens125 dark
VariableFallbackThemePair
--zui-select-trigger-ring-focusoklch(44.6% 0.03 256.802)Light--zui-select-trigger-ring-focus-dark
--zui-select-trigger-default-borderoklch(87.2% 0.01 258.338)Light--zui-select-trigger-default-border-dark
--zui-select-trigger-default-bg#ffffffLight--zui-select-trigger-default-bg-dark
--zui-select-trigger-default-fgoklch(13% 0.028 261.692)Light--zui-select-trigger-default-fg-dark
--zui-select-trigger-outline-borderoklch(55.1% 0.027 264.364)Light--zui-select-trigger-outline-border-dark
--zui-select-trigger-outline-fgoklch(13% 0.028 261.692)Light--zui-select-trigger-outline-fg-dark
--zui-select-trigger-ghost-bordertransparentLight--zui-select-trigger-ghost-border-dark
--zui-select-trigger-ghost-fgoklch(13% 0.028 261.692)Light--zui-select-trigger-ghost-fg-dark
--zui-select-trigger-sky-borderoklch(44.3% 0.11 240.79)Light--zui-select-trigger-sky-border-dark
--zui-select-trigger-sky-fgoklch(29.3% 0.066 243.157)Light--zui-select-trigger-sky-fg-dark
--zui-select-trigger-rose-borderoklch(45.5% 0.188 13.697)Light--zui-select-trigger-rose-border-dark
--zui-select-trigger-rose-fgoklch(27.1% 0.105 12.094)Light--zui-select-trigger-rose-fg-dark
--zui-select-trigger-purple-borderoklch(43.8% 0.218 303.724)Light--zui-select-trigger-purple-border-dark
--zui-select-trigger-purple-fgoklch(29.1% 0.149 302.717)Light--zui-select-trigger-purple-fg-dark
--zui-select-trigger-pink-borderoklch(45.9% 0.187 3.815)Light--zui-select-trigger-pink-border-dark
--zui-select-trigger-pink-fgoklch(28.4% 0.109 3.907)Light--zui-select-trigger-pink-fg-dark
--zui-select-trigger-orange-borderoklch(47% 0.157 37.304)Light--zui-select-trigger-orange-border-dark
--zui-select-trigger-orange-fgoklch(26.6% 0.079 36.259)Light--zui-select-trigger-orange-fg-dark
--zui-select-trigger-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-select-trigger-yellow-border-dark
--zui-select-trigger-yellow-fgoklch(28.6% 0.066 53.813)Light--zui-select-trigger-yellow-fg-dark
--zui-select-trigger-teal-borderoklch(43.7% 0.078 188.216)Light--zui-select-trigger-teal-border-dark
--zui-select-trigger-teal-fgoklch(27.7% 0.046 192.524)Light--zui-select-trigger-teal-fg-dark
--zui-select-trigger-indigo-borderoklch(58.5% 0.233 277.117)Light--zui-select-trigger-indigo-border-dark
--zui-select-trigger-indigo-fgoklch(25.7% 0.09 281.288)Light--zui-select-trigger-indigo-fg-dark
--zui-select-trigger-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-select-trigger-emerald-border-dark
--zui-select-trigger-emerald-fgoklch(26.2% 0.051 172.552)Light--zui-select-trigger-emerald-fg-dark
--zui-select-trigger-glass-border#00000026Light--zui-select-trigger-glass-border-dark
--zui-select-trigger-glass-bg#0000001aLight--zui-select-trigger-glass-bg-dark
--zui-select-trigger-glass-fgoklch(13% 0.028 261.692)Light--zui-select-trigger-glass-fg-dark
--zui-select-trigger-gradient-blue-fromoklch(37.9% 0.146 265.522)Light--zui-select-trigger-gradient-blue-from-dark
--zui-select-trigger-gradient-blue-tooklch(38.1% 0.176 304.987)Light--zui-select-trigger-gradient-blue-to-dark
--zui-select-trigger-gradient-blue-fg#ffffffLight--zui-select-trigger-gradient-blue-fg-dark
--zui-select-trigger-gradient-green-fromoklch(39.3% 0.095 152.535)Light--zui-select-trigger-gradient-green-from-dark
--zui-select-trigger-gradient-green-tooklch(40.5% 0.101 131.063)Light--zui-select-trigger-gradient-green-to-dark
--zui-select-trigger-gradient-green-fg#ffffffLight--zui-select-trigger-gradient-green-fg-dark
--zui-select-trigger-gradient-red-fromoklch(39.6% 0.141 25.723)Light--zui-select-trigger-gradient-red-from-dark
--zui-select-trigger-gradient-red-tooklch(40.8% 0.153 2.432)Light--zui-select-trigger-gradient-red-to-dark
--zui-select-trigger-gradient-red-fg#ffffffLight--zui-select-trigger-gradient-red-fg-dark
--zui-select-trigger-gradient-yellow-fromoklch(42.1% 0.095 57.708)Light--zui-select-trigger-gradient-yellow-from-dark
--zui-select-trigger-gradient-yellow-tooklch(40.8% 0.123 38.172)Light--zui-select-trigger-gradient-yellow-to-dark
--zui-select-trigger-gradient-yellow-fg#ffffffLight--zui-select-trigger-gradient-yellow-fg-dark
--zui-select-trigger-gradient-purple-fromoklch(38.1% 0.176 304.987)Light--zui-select-trigger-gradient-purple-from-dark
--zui-select-trigger-gradient-purple-tooklch(40.8% 0.153 2.432)Light--zui-select-trigger-gradient-purple-to-dark
--zui-select-trigger-gradient-purple-fg#ffffffLight--zui-select-trigger-gradient-purple-fg-dark
--zui-select-trigger-gradient-teal-fromoklch(38.6% 0.063 188.416)Light--zui-select-trigger-gradient-teal-from-dark
--zui-select-trigger-gradient-teal-tooklch(39.8% 0.07 227.392)Light--zui-select-trigger-gradient-teal-to-dark
--zui-select-trigger-gradient-teal-fg#ffffffLight--zui-select-trigger-gradient-teal-fg-dark
--zui-select-trigger-gradient-indigo-fromoklch(35.9% 0.144 278.697)Light--zui-select-trigger-gradient-indigo-from-dark
--zui-select-trigger-gradient-indigo-tooklch(38.1% 0.176 304.987)Light--zui-select-trigger-gradient-indigo-to-dark
--zui-select-trigger-gradient-indigo-fg#ffffffLight--zui-select-trigger-gradient-indigo-fg-dark
--zui-select-trigger-gradient-pink-fromoklch(40.8% 0.153 2.432)Light--zui-select-trigger-gradient-pink-from-dark
--zui-select-trigger-gradient-pink-tooklch(41% 0.159 10.272)Light--zui-select-trigger-gradient-pink-to-dark
--zui-select-trigger-gradient-pink-fg#ffffffLight--zui-select-trigger-gradient-pink-fg-dark
--zui-select-trigger-gradient-orange-fromoklch(40.8% 0.123 38.172)Light--zui-select-trigger-gradient-orange-from-dark
--zui-select-trigger-gradient-orange-tooklch(39.6% 0.141 25.723)Light--zui-select-trigger-gradient-orange-to-dark
--zui-select-trigger-gradient-orange-fg#ffffffLight--zui-select-trigger-gradient-orange-fg-dark
--zui-select-item-ring-focusoklch(44.6% 0.03 256.802)Light--zui-select-item-ring-focus-dark
--zui-select-item-default-bg#ffffffLight--zui-select-item-default-bg-dark
--zui-select-item-default-fgoklch(21% 0.034 264.665)Light--zui-select-item-default-fg-dark
--zui-select-item-glass-bg#0000001aLight--zui-select-item-glass-bg-dark
--zui-select-item-glass-fgoklch(37.3% 0.034 259.733)Light--zui-select-item-glass-fg-dark
--zui-select-item-outline-borderoklch(55.1% 0.027 264.364)Light--zui-select-item-outline-border-dark
--zui-select-item-outline-fgoklch(21% 0.034 264.665)Light--zui-select-item-outline-fg-dark
--zui-select-item-outline-bgoklch(92.8% 0.006 264.531)Light--zui-select-item-outline-bg-dark
--zui-select-item-ghost-bordertransparentLight--zui-select-item-ghost-border-dark
--zui-select-item-ghost-fgoklch(21% 0.034 264.665)Light--zui-select-item-ghost-fg-dark
--zui-select-item-ghost-bgtransparentLight--zui-select-item-ghost-bg-dark
--zui-select-item-sky-borderoklch(39.1% 0.09 240.876)Light--zui-select-item-sky-border-dark
--zui-select-item-sky-fgoklch(39.1% 0.09 240.876)Light--zui-select-item-sky-fg-dark
--zui-select-item-sky-bgoklch(90.1% 0.058 230.902)Light--zui-select-item-sky-bg-dark
--zui-select-item-rose-borderoklch(41% 0.159 10.272)Light--zui-select-item-rose-border-dark
--zui-select-item-rose-fgoklch(41% 0.159 10.272)Light--zui-select-item-rose-fg-dark
--zui-select-item-rose-bgoklch(89.2% 0.058 10.001)Light--zui-select-item-rose-bg-dark
--zui-select-item-purple-borderoklch(38.1% 0.176 304.987)Light--zui-select-item-purple-border-dark
--zui-select-item-purple-fgoklch(38.1% 0.176 304.987)Light--zui-select-item-purple-fg-dark
--zui-select-item-purple-bgoklch(90.2% 0.063 306.703)Light--zui-select-item-purple-bg-dark
--zui-select-item-pink-borderoklch(40.8% 0.153 2.432)Light--zui-select-item-pink-border-dark
--zui-select-item-pink-fgoklch(40.8% 0.153 2.432)Light--zui-select-item-pink-fg-dark
--zui-select-item-pink-bgoklch(89.9% 0.061 343.231)Light--zui-select-item-pink-bg-dark
--zui-select-item-orange-borderoklch(40.8% 0.123 38.172)Light--zui-select-item-orange-border-dark
--zui-select-item-orange-fgoklch(40.8% 0.123 38.172)Light--zui-select-item-orange-fg-dark
--zui-select-item-orange-bgoklch(90.1% 0.076 70.697)Light--zui-select-item-orange-bg-dark
--zui-select-item-yellow-borderoklch(42.1% 0.095 57.708)Light--zui-select-item-yellow-border-dark
--zui-select-item-yellow-fgoklch(42.1% 0.095 57.708)Light--zui-select-item-yellow-fg-dark
--zui-select-item-yellow-bgoklch(94.5% 0.129 101.54)Light--zui-select-item-yellow-bg-dark
--zui-select-item-teal-borderoklch(38.6% 0.063 188.416)Light--zui-select-item-teal-border-dark
--zui-select-item-teal-fgoklch(38.6% 0.063 188.416)Light--zui-select-item-teal-fg-dark
--zui-select-item-teal-bgoklch(91% 0.096 180.426)Light--zui-select-item-teal-bg-dark
--zui-select-item-indigo-borderoklch(35.9% 0.144 278.697)Light--zui-select-item-indigo-border-dark
--zui-select-item-indigo-fgoklch(35.9% 0.144 278.697)Light--zui-select-item-indigo-fg-dark
--zui-select-item-indigo-bgoklch(87% 0.065 274.039)Light--zui-select-item-indigo-bg-dark
--zui-select-item-emerald-borderoklch(37.8% 0.077 168.94)Light--zui-select-item-emerald-border-dark
--zui-select-item-emerald-fgoklch(37.8% 0.077 168.94)Light--zui-select-item-emerald-fg-dark
--zui-select-item-emerald-bgoklch(90.5% 0.093 164.15)Light--zui-select-item-emerald-bg-dark
--zui-select-item-gradient-blue-bgtransparentLight--zui-select-item-gradient-blue-bg-dark
--zui-select-item-gradient-blue-fgoklch(97% 0.014 254.604)Light--zui-select-item-gradient-blue-fg-dark
--zui-select-item-gradient-blue-fromoklch(97% 0.014 254.604)Light--zui-select-item-gradient-blue-from-dark
--zui-select-item-gradient-blue-tooklch(97.7% 0.014 308.299)Light--zui-select-item-gradient-blue-to-dark
--zui-select-item-gradient-green-bgtransparentLight--zui-select-item-gradient-green-bg-dark
--zui-select-item-gradient-green-fgoklch(98.2% 0.018 155.826)Light--zui-select-item-gradient-green-fg-dark
--zui-select-item-gradient-green-fromoklch(98.2% 0.018 155.826)Light--zui-select-item-gradient-green-from-dark
--zui-select-item-gradient-green-tooklch(98.6% 0.031 120.757)Light--zui-select-item-gradient-green-to-dark
--zui-select-item-gradient-red-bgtransparentLight--zui-select-item-gradient-red-bg-dark
--zui-select-item-gradient-red-fgoklch(97.1% 0.013 17.38)Light--zui-select-item-gradient-red-fg-dark
--zui-select-item-gradient-red-fromoklch(97.1% 0.013 17.38)Light--zui-select-item-gradient-red-from-dark
--zui-select-item-gradient-red-tooklch(97.1% 0.014 343.198)Light--zui-select-item-gradient-red-to-dark
--zui-select-item-gradient-yellow-bgtransparentLight--zui-select-item-gradient-yellow-bg-dark
--zui-select-item-gradient-yellow-fgoklch(98.7% 0.026 102.212)Light--zui-select-item-gradient-yellow-fg-dark
--zui-select-item-gradient-yellow-fromoklch(98.7% 0.026 102.212)Light--zui-select-item-gradient-yellow-from-dark
--zui-select-item-gradient-yellow-tooklch(98% 0.016 73.684)Light--zui-select-item-gradient-yellow-to-dark
--zui-select-item-gradient-purple-bgtransparentLight--zui-select-item-gradient-purple-bg-dark
--zui-select-item-gradient-purple-fgoklch(97.7% 0.014 308.299)Light--zui-select-item-gradient-purple-fg-dark
--zui-select-item-gradient-purple-fromoklch(97.7% 0.014 308.299)Light--zui-select-item-gradient-purple-from-dark
--zui-select-item-gradient-purple-tooklch(97.1% 0.014 343.198)Light--zui-select-item-gradient-purple-to-dark
--zui-select-item-gradient-teal-bgtransparentLight--zui-select-item-gradient-teal-bg-dark
--zui-select-item-gradient-teal-fgoklch(98.4% 0.014 180.72)Light--zui-select-item-gradient-teal-fg-dark
--zui-select-item-gradient-teal-fromoklch(98.4% 0.014 180.72)Light--zui-select-item-gradient-teal-from-dark
--zui-select-item-gradient-teal-tooklch(98.4% 0.019 200.873)Light--zui-select-item-gradient-teal-to-dark
--zui-select-item-gradient-indigo-bgtransparentLight--zui-select-item-gradient-indigo-bg-dark
--zui-select-item-gradient-indigo-fgoklch(96.2% 0.018 272.314)Light--zui-select-item-gradient-indigo-fg-dark
--zui-select-item-gradient-indigo-fromoklch(96.2% 0.018 272.314)Light--zui-select-item-gradient-indigo-from-dark
--zui-select-item-gradient-indigo-tooklch(97.7% 0.014 308.299)Light--zui-select-item-gradient-indigo-to-dark
--zui-select-item-gradient-pink-bgtransparentLight--zui-select-item-gradient-pink-bg-dark
--zui-select-item-gradient-pink-fgoklch(97.1% 0.014 343.198)Light--zui-select-item-gradient-pink-fg-dark
--zui-select-item-gradient-pink-fromoklch(97.1% 0.014 343.198)Light--zui-select-item-gradient-pink-from-dark
--zui-select-item-gradient-pink-tooklch(96.9% 0.015 12.422)Sharednone
--zui-select-item-gradient-orange-bgtransparentSharednone
--zui-select-item-gradient-orange-fgoklch(98% 0.016 73.684)Sharednone
--zui-select-item-gradient-orange-fromoklch(98% 0.016 73.684)Sharednone
--zui-select-item-gradient-orange-tooklch(97.1% 0.013 17.38)Sharednone
--zui-select-content-bg#ffffffSharednone
--zui-select-content-default-bg#ffffffSharednone
--zui-select-content-glass-bg#0000001aSharednone
--zui-select-content-outline-borderoklch(55.1% 0.027 264.364)Sharednone
--zui-select-content-ghost-bordertransparentSharednone
--zui-select-content-sky-borderoklch(39.1% 0.09 240.876)Sharednone
--zui-select-content-rose-borderoklch(41% 0.159 10.272)Sharednone
--zui-select-content-purple-borderoklch(38.1% 0.176 304.987)Sharednone
--zui-select-content-pink-borderoklch(40.8% 0.153 2.432)Sharednone
--zui-select-content-orange-borderoklch(40.8% 0.123 38.172)Sharednone
--zui-select-content-yellow-borderoklch(42.1% 0.095 57.708)Sharednone
--zui-select-content-teal-borderoklch(38.6% 0.063 188.416)Sharednone
--zui-select-content-indigo-borderoklch(35.9% 0.144 278.697)Sharednone
--zui-select-content-emerald-borderoklch(37.8% 0.077 168.94)Sharednone
--zui-select-content-gradient-blue-fromoklch(37.9% 0.146 265.522)Sharednone
--zui-select-content-gradient-blue-tooklch(38.1% 0.176 304.987)Sharednone
--zui-select-content-gradient-green-fromoklch(39.3% 0.095 152.535)Sharednone
--zui-select-content-gradient-green-tooklch(40.5% 0.101 131.063)Sharednone
--zui-select-content-gradient-red-fromoklch(39.6% 0.141 25.723)Sharednone
--zui-select-content-gradient-red-tooklch(40.8% 0.153 2.432)Sharednone
--zui-select-content-gradient-yellow-fromoklch(42.1% 0.095 57.708)Sharednone
--zui-select-content-gradient-yellow-tooklch(40.8% 0.123 38.172)Sharednone
--zui-select-content-gradient-purple-fromoklch(38.1% 0.176 304.987)Sharednone
--zui-select-content-gradient-purple-tooklch(40.8% 0.153 2.432)Sharednone
--zui-select-content-gradient-teal-fromoklch(38.6% 0.063 188.416)Sharednone
--zui-select-content-gradient-teal-tooklch(39.8% 0.07 227.392)Sharednone
--zui-select-content-gradient-indigo-fromoklch(35.9% 0.144 278.697)Sharednone
--zui-select-content-gradient-indigo-tooklch(38.1% 0.176 304.987)Sharednone
--zui-select-content-gradient-pink-fromoklch(40.8% 0.153 2.432)Sharednone
--zui-select-content-gradient-pink-tooklch(41% 0.159 10.272)Sharednone
--zui-select-content-gradient-orange-fromoklch(40.8% 0.123 38.172)Sharednone
--zui-select-content-gradient-orange-tooklch(39.6% 0.141 25.723)Sharednone
--zui-select-trigger-ring-focus-darkoklch(70.7% 0.022 261.325)Dark--zui-select-trigger-ring-focus
--zui-select-trigger-default-border-darkoklch(87.2% 0.01 258.338)Dark--zui-select-trigger-default-border
--zui-select-trigger-default-bg-darkOverride with your dark theme valueDark--zui-select-trigger-default-bg
--zui-select-trigger-default-fg-darkOverride with your dark theme valueDark--zui-select-trigger-default-fg
--zui-select-trigger-outline-border-darkOverride with your dark theme valueDark--zui-select-trigger-outline-border
--zui-select-trigger-outline-fg-darkOverride with your dark theme valueDark--zui-select-trigger-outline-fg
--zui-select-trigger-ghost-border-darkOverride with your dark theme valueDark--zui-select-trigger-ghost-border
--zui-select-trigger-ghost-fg-darkOverride with your dark theme valueDark--zui-select-trigger-ghost-fg
--zui-select-trigger-sky-border-darkOverride with your dark theme valueDark--zui-select-trigger-sky-border
--zui-select-trigger-sky-fg-darkOverride with your dark theme valueDark--zui-select-trigger-sky-fg
--zui-select-trigger-rose-border-darkOverride with your dark theme valueDark--zui-select-trigger-rose-border
--zui-select-trigger-rose-fg-darkOverride with your dark theme valueDark--zui-select-trigger-rose-fg
--zui-select-trigger-purple-border-darkOverride with your dark theme valueDark--zui-select-trigger-purple-border
--zui-select-trigger-purple-fg-darkOverride with your dark theme valueDark--zui-select-trigger-purple-fg
--zui-select-trigger-pink-border-darkOverride with your dark theme valueDark--zui-select-trigger-pink-border
--zui-select-trigger-pink-fg-darkOverride with your dark theme valueDark--zui-select-trigger-pink-fg
--zui-select-trigger-orange-border-darkOverride with your dark theme valueDark--zui-select-trigger-orange-border
--zui-select-trigger-orange-fg-darkOverride with your dark theme valueDark--zui-select-trigger-orange-fg
--zui-select-trigger-yellow-border-darkOverride with your dark theme valueDark--zui-select-trigger-yellow-border
--zui-select-trigger-yellow-fg-darkOverride with your dark theme valueDark--zui-select-trigger-yellow-fg
--zui-select-trigger-teal-border-darkOverride with your dark theme valueDark--zui-select-trigger-teal-border
--zui-select-trigger-teal-fg-darkOverride with your dark theme valueDark--zui-select-trigger-teal-fg
--zui-select-trigger-indigo-border-darkOverride with your dark theme valueDark--zui-select-trigger-indigo-border
--zui-select-trigger-indigo-fg-darkOverride with your dark theme valueDark--zui-select-trigger-indigo-fg
--zui-select-trigger-emerald-border-darkOverride with your dark theme valueDark--zui-select-trigger-emerald-border
--zui-select-trigger-emerald-fg-darkOverride with your dark theme valueDark--zui-select-trigger-emerald-fg
--zui-select-trigger-glass-border-darkOverride with your dark theme valueDark--zui-select-trigger-glass-border
--zui-select-trigger-glass-bg-darkOverride with your dark theme valueDark--zui-select-trigger-glass-bg
--zui-select-trigger-glass-fg-darkOverride with your dark theme valueDark--zui-select-trigger-glass-fg
--zui-select-trigger-gradient-blue-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-blue-from
--zui-select-trigger-gradient-blue-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-blue-to
--zui-select-trigger-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-blue-fg
--zui-select-trigger-gradient-green-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-green-from
--zui-select-trigger-gradient-green-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-green-to
--zui-select-trigger-gradient-green-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-green-fg
--zui-select-trigger-gradient-red-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-red-from
--zui-select-trigger-gradient-red-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-red-to
--zui-select-trigger-gradient-red-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-red-fg
--zui-select-trigger-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-yellow-from
--zui-select-trigger-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-yellow-to
--zui-select-trigger-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-yellow-fg
--zui-select-trigger-gradient-purple-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-purple-from
--zui-select-trigger-gradient-purple-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-purple-to
--zui-select-trigger-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-purple-fg
--zui-select-trigger-gradient-teal-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-teal-from
--zui-select-trigger-gradient-teal-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-teal-to
--zui-select-trigger-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-teal-fg
--zui-select-trigger-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-indigo-from
--zui-select-trigger-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-indigo-to
--zui-select-trigger-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-indigo-fg
--zui-select-trigger-gradient-pink-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-pink-from
--zui-select-trigger-gradient-pink-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-pink-to
--zui-select-trigger-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-pink-fg
--zui-select-trigger-gradient-orange-from-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-orange-from
--zui-select-trigger-gradient-orange-to-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-orange-to
--zui-select-trigger-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-select-trigger-gradient-orange-fg
--zui-select-item-ring-focus-darkOverride with your dark theme valueDark--zui-select-item-ring-focus
--zui-select-item-default-bg-darkOverride with your dark theme valueDark--zui-select-item-default-bg
--zui-select-item-default-fg-darkOverride with your dark theme valueDark--zui-select-item-default-fg
--zui-select-item-glass-bg-darkOverride with your dark theme valueDark--zui-select-item-glass-bg
--zui-select-item-glass-fg-darkOverride with your dark theme valueDark--zui-select-item-glass-fg
--zui-select-item-outline-border-darkOverride with your dark theme valueDark--zui-select-item-outline-border
--zui-select-item-outline-fg-darkOverride with your dark theme valueDark--zui-select-item-outline-fg
--zui-select-item-outline-bg-darkOverride with your dark theme valueDark--zui-select-item-outline-bg
--zui-select-item-ghost-border-darkOverride with your dark theme valueDark--zui-select-item-ghost-border
--zui-select-item-ghost-fg-darkOverride with your dark theme valueDark--zui-select-item-ghost-fg
--zui-select-item-ghost-bg-darkOverride with your dark theme valueDark--zui-select-item-ghost-bg
--zui-select-item-sky-border-darkOverride with your dark theme valueDark--zui-select-item-sky-border
--zui-select-item-sky-fg-darkOverride with your dark theme valueDark--zui-select-item-sky-fg
--zui-select-item-sky-bg-darkOverride with your dark theme valueDark--zui-select-item-sky-bg
--zui-select-item-rose-border-darkOverride with your dark theme valueDark--zui-select-item-rose-border
--zui-select-item-rose-fg-darkOverride with your dark theme valueDark--zui-select-item-rose-fg
--zui-select-item-rose-bg-darkOverride with your dark theme valueDark--zui-select-item-rose-bg
--zui-select-item-purple-border-darkOverride with your dark theme valueDark--zui-select-item-purple-border
--zui-select-item-purple-fg-darkOverride with your dark theme valueDark--zui-select-item-purple-fg
--zui-select-item-purple-bg-darkOverride with your dark theme valueDark--zui-select-item-purple-bg
--zui-select-item-pink-border-darkOverride with your dark theme valueDark--zui-select-item-pink-border
--zui-select-item-pink-fg-darkOverride with your dark theme valueDark--zui-select-item-pink-fg
--zui-select-item-pink-bg-darkOverride with your dark theme valueDark--zui-select-item-pink-bg
--zui-select-item-orange-border-darkOverride with your dark theme valueDark--zui-select-item-orange-border
--zui-select-item-orange-fg-darkOverride with your dark theme valueDark--zui-select-item-orange-fg
--zui-select-item-orange-bg-darkOverride with your dark theme valueDark--zui-select-item-orange-bg
--zui-select-item-yellow-border-darkOverride with your dark theme valueDark--zui-select-item-yellow-border
--zui-select-item-yellow-fg-darkOverride with your dark theme valueDark--zui-select-item-yellow-fg
--zui-select-item-yellow-bg-darkOverride with your dark theme valueDark--zui-select-item-yellow-bg
--zui-select-item-teal-border-darkOverride with your dark theme valueDark--zui-select-item-teal-border
--zui-select-item-teal-fg-darkOverride with your dark theme valueDark--zui-select-item-teal-fg
--zui-select-item-teal-bg-darkOverride with your dark theme valueDark--zui-select-item-teal-bg
--zui-select-item-indigo-border-darkOverride with your dark theme valueDark--zui-select-item-indigo-border
--zui-select-item-indigo-fg-darkOverride with your dark theme valueDark--zui-select-item-indigo-fg
--zui-select-item-indigo-bg-darkOverride with your dark theme valueDark--zui-select-item-indigo-bg
--zui-select-item-emerald-border-darkOverride with your dark theme valueDark--zui-select-item-emerald-border
--zui-select-item-emerald-fg-darkOverride with your dark theme valueDark--zui-select-item-emerald-fg
--zui-select-item-emerald-bg-darkOverride with your dark theme valueDark--zui-select-item-emerald-bg
--zui-select-item-gradient-blue-bg-darkOverride with your dark theme valueDark--zui-select-item-gradient-blue-bg
--zui-select-item-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-select-item-gradient-blue-fg
--zui-select-item-gradient-blue-from-darkOverride with your dark theme valueDark--zui-select-item-gradient-blue-from
--zui-select-item-gradient-blue-to-darkOverride with your dark theme valueDark--zui-select-item-gradient-blue-to
--zui-select-item-gradient-green-bg-darkOverride with your dark theme valueDark--zui-select-item-gradient-green-bg
--zui-select-item-gradient-green-fg-darkOverride with your dark theme valueDark--zui-select-item-gradient-green-fg
--zui-select-item-gradient-green-from-darkOverride with your dark theme valueDark--zui-select-item-gradient-green-from
--zui-select-item-gradient-green-to-darkOverride with your dark theme valueDark--zui-select-item-gradient-green-to
--zui-select-item-gradient-red-bg-darkOverride with your dark theme valueDark--zui-select-item-gradient-red-bg
--zui-select-item-gradient-red-fg-darkOverride with your dark theme valueDark--zui-select-item-gradient-red-fg
--zui-select-item-gradient-red-from-darkOverride with your dark theme valueDark--zui-select-item-gradient-red-from
--zui-select-item-gradient-red-to-darkOverride with your dark theme valueDark--zui-select-item-gradient-red-to
--zui-select-item-gradient-yellow-bg-darkOverride with your dark theme valueDark--zui-select-item-gradient-yellow-bg
--zui-select-item-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-select-item-gradient-yellow-fg
--zui-select-item-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-select-item-gradient-yellow-from
--zui-select-item-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-select-item-gradient-yellow-to
--zui-select-item-gradient-purple-bg-darkOverride with your dark theme valueDark--zui-select-item-gradient-purple-bg
--zui-select-item-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-select-item-gradient-purple-fg
--zui-select-item-gradient-purple-from-darkOverride with your dark theme valueDark--zui-select-item-gradient-purple-from
--zui-select-item-gradient-purple-to-darkOverride with your dark theme valueDark--zui-select-item-gradient-purple-to
--zui-select-item-gradient-teal-bg-darkOverride with your dark theme valueDark--zui-select-item-gradient-teal-bg
--zui-select-item-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-select-item-gradient-teal-fg
--zui-select-item-gradient-teal-from-darkOverride with your dark theme valueDark--zui-select-item-gradient-teal-from
--zui-select-item-gradient-teal-to-darkOverride with your dark theme valueDark--zui-select-item-gradient-teal-to
--zui-select-item-gradient-indigo-bg-darkOverride with your dark theme valueDark--zui-select-item-gradient-indigo-bg
--zui-select-item-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-select-item-gradient-indigo-fg
--zui-select-item-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-select-item-gradient-indigo-from
--zui-select-item-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-select-item-gradient-indigo-to
--zui-select-item-gradient-pink-bg-darkOverride with your dark theme valueDark--zui-select-item-gradient-pink-bg
--zui-select-item-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-select-item-gradient-pink-fg
--zui-select-item-gradient-pink-from-darkOverride with your dark theme valueDark--zui-select-item-gradient-pink-from

Skeleton

Override these skeleton variables on :root, a theme selector, or a component wrapper.

57 tokens22 dark
VariableFallbackThemePair
--zui-skeleton-bg#0000001aLight--zui-skeleton-bg-dark
--zui-skeleton-fgtransparentLight--zui-skeleton-fg-dark
--zui-skeleton-default-bg#0000001aLight--zui-skeleton-default-bg-dark
--zui-skeleton-subtle-bg#00000012Light--zui-skeleton-subtle-bg-dark
--zui-skeleton-muted-bgoklch(92.9% 0.013 255.508 / 0.8)Light--zui-skeleton-muted-bg-dark
--zui-skeleton-sky-bgoklch(68.5% 0.169 237.323 / 0.1)Light--zui-skeleton-sky-bg-dark
--zui-skeleton-rose-bgoklch(64.5% 0.246 16.439 / 0.1)Light--zui-skeleton-rose-bg-dark
--zui-skeleton-purple-bgoklch(62.7% 0.265 303.9 / 0.1)Light--zui-skeleton-purple-bg-dark
--zui-skeleton-pink-bgoklch(65.6% 0.241 354.308 / 0.1)Light--zui-skeleton-pink-bg-dark
--zui-skeleton-orange-bgoklch(70.5% 0.213 47.604 / 0.1)Light--zui-skeleton-orange-bg-dark
--zui-skeleton-yellow-bgoklch(79.5% 0.184 86.047 / 0.1)Light--zui-skeleton-yellow-bg-dark
--zui-skeleton-teal-bgoklch(70.4% 0.14 182.503 / 0.1)Light--zui-skeleton-teal-bg-dark
--zui-skeleton-indigo-bgoklch(58.5% 0.233 277.117 / 0.1)Light--zui-skeleton-indigo-bg-dark
--zui-skeleton-emerald-bgoklch(69.6% 0.17 162.48 / 0.1)Light--zui-skeleton-emerald-bg-dark
--zui-skeleton-gray-bgoklch(55.1% 0.027 264.364 / 0.1)Light--zui-skeleton-gray-bg-dark
--zui-skeleton-amber-bgoklch(76.9% 0.188 70.08 / 0.1)Light--zui-skeleton-amber-bg-dark
--zui-skeleton-violet-bgoklch(60.6% 0.25 292.717 / 0.1)Light--zui-skeleton-violet-bg-dark
--zui-skeleton-gradient-blue-fromoklch(42.4% 0.199 265.638)Light--zui-skeleton-gradient-blue-from-dark
--zui-skeleton-gradient-blue-tooklch(43.8% 0.218 303.724)Light--zui-skeleton-gradient-blue-to-dark
--zui-skeleton-gradient-green-fromoklch(44.8% 0.119 151.328)Light--zui-skeleton-gradient-green-from-dark
--zui-skeleton-gradient-green-tooklch(45.3% 0.124 130.933)Light--zui-skeleton-gradient-green-to-dark
--zui-skeleton-gradient-red-fromoklch(44.4% 0.177 26.899)Light--zui-skeleton-gradient-red-from-dark
--zui-skeleton-gradient-red-tooklch(45.9% 0.187 3.815)Sharednone
--zui-skeleton-gradient-yellow-fromoklch(47.6% 0.114 61.907)Sharednone
--zui-skeleton-gradient-yellow-tooklch(47% 0.157 37.304)Sharednone
--zui-skeleton-gradient-purple-fromoklch(43.8% 0.218 303.724)Sharednone
--zui-skeleton-gradient-purple-tooklch(45.9% 0.187 3.815)Sharednone
--zui-skeleton-gradient-teal-fromoklch(43.7% 0.078 188.216)Sharednone
--zui-skeleton-gradient-teal-tooklch(45% 0.085 224.283)Sharednone
--zui-skeleton-gradient-indigo-fromoklch(39.8% 0.195 277.366)Sharednone
--zui-skeleton-gradient-indigo-tooklch(43.8% 0.218 303.724)Sharednone
--zui-skeleton-gradient-pink-fromoklch(45.9% 0.187 3.815)Sharednone
--zui-skeleton-gradient-pink-tooklch(45.5% 0.188 13.697)Sharednone
--zui-skeleton-gradient-orange-fromoklch(47% 0.157 37.304)Sharednone
--zui-skeleton-gradient-orange-tooklch(44.4% 0.177 26.899)Sharednone
--zui-skeleton-bg-dark#ffffff1aDark--zui-skeleton-bg
--zui-skeleton-default-bg-dark#ffffff1aDark--zui-skeleton-default-bg
--zui-skeleton-fg-darkOverride with your dark theme valueDark--zui-skeleton-fg
--zui-skeleton-subtle-bg-darkOverride with your dark theme valueDark--zui-skeleton-subtle-bg
--zui-skeleton-muted-bg-darkOverride with your dark theme valueDark--zui-skeleton-muted-bg
--zui-skeleton-sky-bg-darkOverride with your dark theme valueDark--zui-skeleton-sky-bg
--zui-skeleton-rose-bg-darkOverride with your dark theme valueDark--zui-skeleton-rose-bg
--zui-skeleton-purple-bg-darkOverride with your dark theme valueDark--zui-skeleton-purple-bg
--zui-skeleton-pink-bg-darkOverride with your dark theme valueDark--zui-skeleton-pink-bg
--zui-skeleton-orange-bg-darkOverride with your dark theme valueDark--zui-skeleton-orange-bg
--zui-skeleton-yellow-bg-darkOverride with your dark theme valueDark--zui-skeleton-yellow-bg
--zui-skeleton-teal-bg-darkOverride with your dark theme valueDark--zui-skeleton-teal-bg
--zui-skeleton-indigo-bg-darkOverride with your dark theme valueDark--zui-skeleton-indigo-bg
--zui-skeleton-emerald-bg-darkOverride with your dark theme valueDark--zui-skeleton-emerald-bg
--zui-skeleton-gray-bg-darkOverride with your dark theme valueDark--zui-skeleton-gray-bg
--zui-skeleton-amber-bg-darkOverride with your dark theme valueDark--zui-skeleton-amber-bg
--zui-skeleton-violet-bg-darkOverride with your dark theme valueDark--zui-skeleton-violet-bg
--zui-skeleton-gradient-blue-from-darkOverride with your dark theme valueDark--zui-skeleton-gradient-blue-from
--zui-skeleton-gradient-blue-to-darkOverride with your dark theme valueDark--zui-skeleton-gradient-blue-to
--zui-skeleton-gradient-green-from-darkOverride with your dark theme valueDark--zui-skeleton-gradient-green-from
--zui-skeleton-gradient-green-to-darkOverride with your dark theme valueDark--zui-skeleton-gradient-green-to
--zui-skeleton-gradient-red-from-darkOverride with your dark theme valueDark--zui-skeleton-gradient-red-from

Slider

Override these slider variables on :root, a theme selector, or a component wrapper.

79 tokens28 dark
VariableFallbackThemePair
--zui-slider-track-bg#0000001aLight--zui-slider-track-bg-dark
--zui-slider-range-fromoklch(60.6% 0.25 292.717)Light--zui-slider-range-from-dark
--zui-slider-range-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-to-dark
--zui-slider-range-default-fromoklch(60.6% 0.25 292.717)Light--zui-slider-range-default-from-dark
--zui-slider-range-default-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-default-to-dark
--zui-slider-range-sky-fromoklch(68.5% 0.169 237.323)Light--zui-slider-range-sky-from-dark
--zui-slider-range-sky-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-sky-to-dark
--zui-slider-range-rose-fromoklch(64.5% 0.246 16.439)Light--zui-slider-range-rose-from-dark
--zui-slider-range-rose-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-rose-to-dark
--zui-slider-range-purple-fromoklch(62.7% 0.265 303.9)Light--zui-slider-range-purple-from-dark
--zui-slider-range-purple-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-purple-to-dark
--zui-slider-range-pink-fromoklch(65.6% 0.241 354.308)Light--zui-slider-range-pink-from-dark
--zui-slider-range-pink-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-pink-to-dark
--zui-slider-range-orange-fromoklch(70.5% 0.213 47.604)Light--zui-slider-range-orange-from-dark
--zui-slider-range-orange-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-orange-to-dark
--zui-slider-range-yellow-fromoklch(79.5% 0.184 86.047)Light--zui-slider-range-yellow-from-dark
--zui-slider-range-yellow-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-yellow-to-dark
--zui-slider-range-teal-fromoklch(70.4% 0.14 182.503)Light--zui-slider-range-teal-from-dark
--zui-slider-range-teal-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-teal-to-dark
--zui-slider-range-indigo-fromoklch(58.5% 0.233 277.117)Light--zui-slider-range-indigo-from-dark
--zui-slider-range-indigo-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-indigo-to-dark
--zui-slider-range-emerald-fromoklch(69.6% 0.17 162.48)Light--zui-slider-range-emerald-from-dark
--zui-slider-range-emerald-tooklch(60% 0.118 184.704)Light--zui-slider-range-emerald-to-dark
--zui-slider-range-amber-fromoklch(76.9% 0.188 70.08)Light--zui-slider-range-amber-from-dark
--zui-slider-range-amber-tooklch(64.6% 0.222 41.116)Light--zui-slider-range-amber-to-dark
--zui-slider-range-gray-fromoklch(55.1% 0.027 264.364)Light--zui-slider-range-gray-from-dark
--zui-slider-range-gray-tooklch(51.1% 0.262 276.966)Light--zui-slider-range-gray-to-dark
--zui-slider-range-violet-fromoklch(60.6% 0.25 292.717)Light--zui-slider-range-violet-from-dark
--zui-slider-range-violet-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-blue-fromoklch(62.3% 0.214 259.815)Sharednone
--zui-slider-range-gradient-blue-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-green-fromoklch(72.3% 0.219 149.579)Sharednone
--zui-slider-range-gradient-green-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-red-fromoklch(63.7% 0.237 25.331)Sharednone
--zui-slider-range-gradient-red-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-yellow-fromoklch(79.5% 0.184 86.047)Sharednone
--zui-slider-range-gradient-yellow-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-purple-fromoklch(62.7% 0.265 303.9)Sharednone
--zui-slider-range-gradient-purple-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-teal-fromoklch(70.4% 0.14 182.503)Sharednone
--zui-slider-range-gradient-teal-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-indigo-fromoklch(58.5% 0.233 277.117)Sharednone
--zui-slider-range-gradient-indigo-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-pink-fromoklch(65.6% 0.241 354.308)Sharednone
--zui-slider-range-gradient-pink-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-range-gradient-orange-fromoklch(70.5% 0.213 47.604)Sharednone
--zui-slider-range-gradient-orange-tooklch(51.1% 0.262 276.966)Sharednone
--zui-slider-thumb-border#00000033Sharednone
--zui-slider-thumb-bg#000000Sharednone
--zui-slider-thumb-ring-offsetoklch(98.4% 0.003 247.858)Sharednone
--zui-slider-thumb-ring-focus#00000066Sharednone
--zui-slider-track-bg-dark#ffffff1aDark--zui-slider-track-bg
--zui-slider-range-to-darkoklch(67.3% 0.182 276.935)Dark--zui-slider-range-to
--zui-slider-range-from-darkOverride with your dark theme valueDark--zui-slider-range-from
--zui-slider-range-default-from-darkOverride with your dark theme valueDark--zui-slider-range-default-from
--zui-slider-range-default-to-darkOverride with your dark theme valueDark--zui-slider-range-default-to
--zui-slider-range-sky-from-darkOverride with your dark theme valueDark--zui-slider-range-sky-from
--zui-slider-range-sky-to-darkOverride with your dark theme valueDark--zui-slider-range-sky-to
--zui-slider-range-rose-from-darkOverride with your dark theme valueDark--zui-slider-range-rose-from
--zui-slider-range-rose-to-darkOverride with your dark theme valueDark--zui-slider-range-rose-to
--zui-slider-range-purple-from-darkOverride with your dark theme valueDark--zui-slider-range-purple-from
--zui-slider-range-purple-to-darkOverride with your dark theme valueDark--zui-slider-range-purple-to
--zui-slider-range-pink-from-darkOverride with your dark theme valueDark--zui-slider-range-pink-from
--zui-slider-range-pink-to-darkOverride with your dark theme valueDark--zui-slider-range-pink-to
--zui-slider-range-orange-from-darkOverride with your dark theme valueDark--zui-slider-range-orange-from
--zui-slider-range-orange-to-darkOverride with your dark theme valueDark--zui-slider-range-orange-to
--zui-slider-range-yellow-from-darkOverride with your dark theme valueDark--zui-slider-range-yellow-from
--zui-slider-range-yellow-to-darkOverride with your dark theme valueDark--zui-slider-range-yellow-to
--zui-slider-range-teal-from-darkOverride with your dark theme valueDark--zui-slider-range-teal-from
--zui-slider-range-teal-to-darkOverride with your dark theme valueDark--zui-slider-range-teal-to
--zui-slider-range-indigo-from-darkOverride with your dark theme valueDark--zui-slider-range-indigo-from
--zui-slider-range-indigo-to-darkOverride with your dark theme valueDark--zui-slider-range-indigo-to
--zui-slider-range-emerald-from-darkOverride with your dark theme valueDark--zui-slider-range-emerald-from
--zui-slider-range-emerald-to-darkOverride with your dark theme valueDark--zui-slider-range-emerald-to
--zui-slider-range-amber-from-darkOverride with your dark theme valueDark--zui-slider-range-amber-from
--zui-slider-range-amber-to-darkOverride with your dark theme valueDark--zui-slider-range-amber-to
--zui-slider-range-gray-from-darkOverride with your dark theme valueDark--zui-slider-range-gray-from
--zui-slider-range-gray-to-darkOverride with your dark theme valueDark--zui-slider-range-gray-to
--zui-slider-range-violet-from-darkOverride with your dark theme valueDark--zui-slider-range-violet-from

Spinner

Override these spinner variables on :root, a theme selector, or a component wrapper.

44 tokens22 dark
VariableFallbackThemePair
--zui-spinner-default-fgoklch(20.8% 0.042 265.755)Light--zui-spinner-default-fg-dark
--zui-spinner-secondary-fgoklch(44.6% 0.043 257.281)Light--zui-spinner-secondary-fg-dark
--zui-spinner-destructive-fgoklch(58.6% 0.253 17.585)Light--zui-spinner-destructive-fg-dark
--zui-spinner-ghost-fgoklch(44.6% 0.043 257.281)Light--zui-spinner-ghost-fg-dark
--zui-spinner-emerald-fgoklch(59.6% 0.145 163.225)Light--zui-spinner-emerald-fg-dark
--zui-spinner-indigo-fgoklch(51.1% 0.262 276.966)Light--zui-spinner-indigo-fg-dark
--zui-spinner-purple-fgoklch(55.8% 0.288 302.321)Light--zui-spinner-purple-fg-dark
--zui-spinner-pink-fgoklch(59.2% 0.249 0.584)Light--zui-spinner-pink-fg-dark
--zui-spinner-rose-fgoklch(58.6% 0.253 17.585)Light--zui-spinner-rose-fg-dark
--zui-spinner-sky-fgoklch(58.8% 0.158 241.966)Light--zui-spinner-sky-fg-dark
--zui-spinner-teal-fgoklch(60% 0.118 184.704)Light--zui-spinner-teal-fg-dark
--zui-spinner-yellow-fgoklch(68.1% 0.162 75.834)Light--zui-spinner-yellow-fg-dark
--zui-spinner-orange-fgoklch(64.6% 0.222 41.116)Light--zui-spinner-orange-fg-dark
--zui-spinner-gradient-blue-fgoklch(54.6% 0.245 262.881)Light--zui-spinner-gradient-blue-fg-dark
--zui-spinner-gradient-green-fgoklch(62.7% 0.194 149.214)Light--zui-spinner-gradient-green-fg-dark
--zui-spinner-gradient-red-fgoklch(57.7% 0.245 27.325)Light--zui-spinner-gradient-red-fg-dark
--zui-spinner-gradient-yellow-fgoklch(68.1% 0.162 75.834)Light--zui-spinner-gradient-yellow-fg-dark
--zui-spinner-gradient-purple-fgoklch(55.8% 0.288 302.321)Light--zui-spinner-gradient-purple-fg-dark
--zui-spinner-gradient-teal-fgoklch(60% 0.118 184.704)Light--zui-spinner-gradient-teal-fg-dark
--zui-spinner-gradient-indigo-fgoklch(51.1% 0.262 276.966)Light--zui-spinner-gradient-indigo-fg-dark
--zui-spinner-gradient-pink-fgoklch(59.2% 0.249 0.584)Light--zui-spinner-gradient-pink-fg-dark
--zui-spinner-gradient-orange-fgoklch(64.6% 0.222 41.116)Light--zui-spinner-gradient-orange-fg-dark
--zui-spinner-default-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-spinner-default-fg
--zui-spinner-secondary-fg-darkoklch(86.9% 0.022 252.894)Dark--zui-spinner-secondary-fg
--zui-spinner-destructive-fg-darkOverride with your dark theme valueDark--zui-spinner-destructive-fg
--zui-spinner-ghost-fg-darkOverride with your dark theme valueDark--zui-spinner-ghost-fg
--zui-spinner-emerald-fg-darkOverride with your dark theme valueDark--zui-spinner-emerald-fg
--zui-spinner-indigo-fg-darkOverride with your dark theme valueDark--zui-spinner-indigo-fg
--zui-spinner-purple-fg-darkOverride with your dark theme valueDark--zui-spinner-purple-fg
--zui-spinner-pink-fg-darkOverride with your dark theme valueDark--zui-spinner-pink-fg
--zui-spinner-rose-fg-darkOverride with your dark theme valueDark--zui-spinner-rose-fg
--zui-spinner-sky-fg-darkOverride with your dark theme valueDark--zui-spinner-sky-fg
--zui-spinner-teal-fg-darkOverride with your dark theme valueDark--zui-spinner-teal-fg
--zui-spinner-yellow-fg-darkOverride with your dark theme valueDark--zui-spinner-yellow-fg
--zui-spinner-orange-fg-darkOverride with your dark theme valueDark--zui-spinner-orange-fg
--zui-spinner-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-blue-fg
--zui-spinner-gradient-green-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-green-fg
--zui-spinner-gradient-red-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-red-fg
--zui-spinner-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-yellow-fg
--zui-spinner-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-purple-fg
--zui-spinner-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-teal-fg
--zui-spinner-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-indigo-fg
--zui-spinner-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-pink-fg
--zui-spinner-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-spinner-gradient-orange-fg

Stepper

Override these stepper variables on :root, a theme selector, or a component wrapper.

117 tokens26 dark
VariableFallbackThemePair
--zui-stepper-indicator-complete-borderoklch(69.6% 0.17 162.48 / 0.6)Light--zui-stepper-indicator-complete-border-dark
--zui-stepper-indicator-complete-bgoklch(69.6% 0.17 162.48 / 0.2)Light--zui-stepper-indicator-complete-bg-dark
--zui-stepper-indicator-complete-fgoklch(37.8% 0.077 168.94)Light--zui-stepper-indicator-complete-fg-dark
--zui-stepper-indicator-complete-ringoklch(76.5% 0.177 163.223 / 0.3)Light--zui-stepper-indicator-complete-ring-dark
--zui-stepper-indicator-current-borderoklch(54.1% 0.281 293.009)Light--zui-stepper-indicator-current-border-dark
--zui-stepper-indicator-current-bgoklch(60.6% 0.25 292.717 / 0.2)Light--zui-stepper-indicator-current-bg-dark
--zui-stepper-indicator-current-fgoklch(20.8% 0.042 265.755)Light--zui-stepper-indicator-current-fg-dark
--zui-stepper-indicator-current-ringoklch(70.2% 0.183 293.541 / 0.5)Light--zui-stepper-indicator-current-ring-dark
--zui-stepper-indicator-upcoming-border#00000026Light--zui-stepper-indicator-upcoming-border-dark
--zui-stepper-indicator-upcoming-bg#0000000dLight--zui-stepper-indicator-upcoming-bg-dark
--zui-stepper-indicator-upcoming-fgoklch(55.4% 0.046 257.417)Light--zui-stepper-indicator-upcoming-fg-dark
--zui-stepper-indicator-sky-borderoklch(68.5% 0.169 237.323 / 0.6)Light--zui-stepper-indicator-sky-border-dark
--zui-stepper-indicator-sky-bgoklch(68.5% 0.169 237.323 / 0.2)Light--zui-stepper-indicator-sky-bg-dark
--zui-stepper-indicator-sky-fgoklch(39.1% 0.09 240.876)Light--zui-stepper-indicator-sky-fg-dark
--zui-stepper-indicator-sky-ringoklch(74.6% 0.16 232.661 / 0.3)Light--zui-stepper-indicator-sky-ring-dark
--zui-stepper-indicator-rose-borderoklch(64.5% 0.246 16.439 / 0.6)Light--zui-stepper-indicator-rose-border-dark
--zui-stepper-indicator-rose-bgoklch(64.5% 0.246 16.439 / 0.2)Light--zui-stepper-indicator-rose-bg-dark
--zui-stepper-indicator-rose-fgoklch(41% 0.159 10.272)Light--zui-stepper-indicator-rose-fg-dark
--zui-stepper-indicator-rose-ringoklch(71.2% 0.194 13.428 / 0.3)Light--zui-stepper-indicator-rose-ring-dark
--zui-stepper-indicator-purple-borderoklch(62.7% 0.265 303.9 / 0.6)Light--zui-stepper-indicator-purple-border-dark
--zui-stepper-indicator-purple-bgoklch(62.7% 0.265 303.9 / 0.2)Light--zui-stepper-indicator-purple-bg-dark
--zui-stepper-indicator-purple-fgoklch(38.1% 0.176 304.987)Light--zui-stepper-indicator-purple-fg-dark
--zui-stepper-indicator-purple-ringoklch(71.4% 0.203 305.504 / 0.3)Light--zui-stepper-indicator-purple-ring-dark
--zui-stepper-indicator-pink-borderoklch(65.6% 0.241 354.308 / 0.6)Light--zui-stepper-indicator-pink-border-dark
--zui-stepper-indicator-pink-bgoklch(65.6% 0.241 354.308 / 0.2)Light--zui-stepper-indicator-pink-bg-dark
--zui-stepper-indicator-pink-fgoklch(40.8% 0.153 2.432)Light--zui-stepper-indicator-pink-fg-dark
--zui-stepper-indicator-pink-ringoklch(71.8% 0.202 349.761 / 0.3)Sharednone
--zui-stepper-indicator-orange-borderoklch(70.5% 0.213 47.604 / 0.6)Sharednone
--zui-stepper-indicator-orange-bgoklch(70.5% 0.213 47.604 / 0.2)Sharednone
--zui-stepper-indicator-orange-fgoklch(40.8% 0.123 38.172)Sharednone
--zui-stepper-indicator-orange-ringoklch(75% 0.183 55.934 / 0.3)Sharednone
--zui-stepper-indicator-yellow-borderoklch(79.5% 0.184 86.047 / 0.6)Sharednone
--zui-stepper-indicator-yellow-bgoklch(79.5% 0.184 86.047 / 0.2)Sharednone
--zui-stepper-indicator-yellow-fgoklch(42.1% 0.095 57.708)Sharednone
--zui-stepper-indicator-yellow-ringoklch(85.2% 0.199 91.936 / 0.3)Sharednone
--zui-stepper-indicator-teal-borderoklch(70.4% 0.14 182.503 / 0.6)Sharednone
--zui-stepper-indicator-teal-bgoklch(70.4% 0.14 182.503 / 0.2)Sharednone
--zui-stepper-indicator-teal-fgoklch(38.6% 0.063 188.416)Sharednone
--zui-stepper-indicator-teal-ringoklch(77.7% 0.152 181.912 / 0.3)Sharednone
--zui-stepper-indicator-indigo-borderoklch(58.5% 0.233 277.117 / 0.6)Sharednone
--zui-stepper-indicator-indigo-bgoklch(58.5% 0.233 277.117 / 0.2)Sharednone
--zui-stepper-indicator-indigo-fgoklch(35.9% 0.144 278.697)Sharednone
--zui-stepper-indicator-indigo-ringoklch(67.3% 0.182 276.935 / 0.3)Sharednone
--zui-stepper-indicator-emerald-borderoklch(69.6% 0.17 162.48 / 0.6)Sharednone
--zui-stepper-indicator-emerald-bgoklch(69.6% 0.17 162.48 / 0.2)Sharednone
--zui-stepper-indicator-emerald-fgoklch(37.8% 0.077 168.94)Sharednone
--zui-stepper-indicator-emerald-ringoklch(76.5% 0.177 163.223 / 0.3)Sharednone
--zui-stepper-indicator-gray-borderoklch(55.1% 0.027 264.364 / 0.6)Sharednone
--zui-stepper-indicator-gray-bgoklch(55.1% 0.027 264.364 / 0.2)Sharednone
--zui-stepper-indicator-gray-fgoklch(21% 0.034 264.665)Sharednone
--zui-stepper-indicator-gray-ringoklch(70.7% 0.022 261.325 / 0.3)Sharednone
--zui-stepper-indicator-violet-borderoklch(60.6% 0.25 292.717 / 0.6)Sharednone
--zui-stepper-indicator-violet-bgoklch(60.6% 0.25 292.717 / 0.2)Sharednone
--zui-stepper-indicator-violet-fgoklch(38% 0.189 293.745)Sharednone
--zui-stepper-indicator-violet-ringoklch(70.2% 0.183 293.541 / 0.3)Sharednone
--zui-stepper-indicator-gradient-blue-borderoklch(62.3% 0.214 259.815 / 0.6)Sharednone
--zui-stepper-indicator-gradient-blue-bgoklch(62.3% 0.214 259.815 / 0.2)Sharednone
--zui-stepper-indicator-gradient-blue-fgoklch(37.9% 0.146 265.522)Sharednone
--zui-stepper-indicator-gradient-blue-ringoklch(70.7% 0.165 254.624 / 0.3)Sharednone
--zui-stepper-indicator-gradient-green-borderoklch(72.3% 0.219 149.579 / 0.6)Sharednone
--zui-stepper-indicator-gradient-green-bgoklch(72.3% 0.219 149.579 / 0.2)Sharednone
--zui-stepper-indicator-gradient-green-fgoklch(39.3% 0.095 152.535)Sharednone
--zui-stepper-indicator-gradient-green-ringoklch(79.2% 0.209 151.711 / 0.3)Sharednone
--zui-stepper-indicator-gradient-red-borderoklch(63.7% 0.237 25.331 / 0.6)Sharednone
--zui-stepper-indicator-gradient-red-bgoklch(63.7% 0.237 25.331 / 0.2)Sharednone
--zui-stepper-indicator-gradient-red-fgoklch(39.6% 0.141 25.723)Sharednone
--zui-stepper-indicator-gradient-red-ringoklch(70.4% 0.191 22.216 / 0.3)Sharednone
--zui-stepper-indicator-gradient-yellow-borderoklch(79.5% 0.184 86.047 / 0.6)Sharednone
--zui-stepper-indicator-gradient-yellow-bgoklch(79.5% 0.184 86.047 / 0.2)Sharednone
--zui-stepper-indicator-gradient-yellow-fgoklch(42.1% 0.095 57.708)Sharednone
--zui-stepper-indicator-gradient-yellow-ringoklch(85.2% 0.199 91.936 / 0.3)Sharednone
--zui-stepper-indicator-gradient-purple-borderoklch(62.7% 0.265 303.9 / 0.6)Sharednone
--zui-stepper-indicator-gradient-purple-bgoklch(62.7% 0.265 303.9 / 0.2)Sharednone
--zui-stepper-indicator-gradient-purple-fgoklch(38.1% 0.176 304.987)Sharednone
--zui-stepper-indicator-gradient-purple-ringoklch(71.4% 0.203 305.504 / 0.3)Sharednone
--zui-stepper-indicator-gradient-teal-borderoklch(70.4% 0.14 182.503 / 0.6)Sharednone
--zui-stepper-indicator-gradient-teal-bgoklch(70.4% 0.14 182.503 / 0.2)Sharednone
--zui-stepper-indicator-gradient-teal-fgoklch(38.6% 0.063 188.416)Sharednone
--zui-stepper-indicator-gradient-teal-ringoklch(77.7% 0.152 181.912 / 0.3)Sharednone
--zui-stepper-indicator-gradient-indigo-borderoklch(58.5% 0.233 277.117 / 0.6)Sharednone
--zui-stepper-indicator-gradient-indigo-bgoklch(58.5% 0.233 277.117 / 0.2)Sharednone
--zui-stepper-indicator-gradient-indigo-fgoklch(35.9% 0.144 278.697)Sharednone
--zui-stepper-indicator-gradient-indigo-ringoklch(67.3% 0.182 276.935 / 0.3)Sharednone
--zui-stepper-indicator-gradient-pink-borderoklch(65.6% 0.241 354.308 / 0.6)Sharednone
--zui-stepper-indicator-gradient-pink-bgoklch(65.6% 0.241 354.308 / 0.2)Sharednone
--zui-stepper-indicator-gradient-pink-fgoklch(40.8% 0.153 2.432)Sharednone
--zui-stepper-indicator-gradient-pink-ringoklch(71.8% 0.202 349.761 / 0.3)Sharednone
--zui-stepper-indicator-gradient-orange-borderoklch(70.5% 0.213 47.604 / 0.6)Sharednone
--zui-stepper-indicator-gradient-orange-bgoklch(70.5% 0.213 47.604 / 0.2)Sharednone
--zui-stepper-indicator-gradient-orange-fgoklch(40.8% 0.123 38.172)Sharednone
--zui-stepper-indicator-gradient-orange-ringoklch(75% 0.183 55.934 / 0.3)Sharednone
--zui-stepper-indicator-complete-fg-darkoklch(95% 0.052 163.051)Dark--zui-stepper-indicator-complete-fg
--zui-stepper-indicator-current-border-darkoklch(70.2% 0.183 293.541)Dark--zui-stepper-indicator-current-border
--zui-stepper-indicator-complete-border-darkOverride with your dark theme valueDark--zui-stepper-indicator-complete-border
--zui-stepper-indicator-complete-bg-darkOverride with your dark theme valueDark--zui-stepper-indicator-complete-bg
--zui-stepper-indicator-complete-ring-darkOverride with your dark theme valueDark--zui-stepper-indicator-complete-ring
--zui-stepper-indicator-current-bg-darkOverride with your dark theme valueDark--zui-stepper-indicator-current-bg
--zui-stepper-indicator-current-fg-darkOverride with your dark theme valueDark--zui-stepper-indicator-current-fg
--zui-stepper-indicator-current-ring-darkOverride with your dark theme valueDark--zui-stepper-indicator-current-ring
--zui-stepper-indicator-upcoming-border-darkOverride with your dark theme valueDark--zui-stepper-indicator-upcoming-border
--zui-stepper-indicator-upcoming-bg-darkOverride with your dark theme valueDark--zui-stepper-indicator-upcoming-bg
--zui-stepper-indicator-upcoming-fg-darkOverride with your dark theme valueDark--zui-stepper-indicator-upcoming-fg
--zui-stepper-indicator-sky-border-darkOverride with your dark theme valueDark--zui-stepper-indicator-sky-border
--zui-stepper-indicator-sky-bg-darkOverride with your dark theme valueDark--zui-stepper-indicator-sky-bg
--zui-stepper-indicator-sky-fg-darkOverride with your dark theme valueDark--zui-stepper-indicator-sky-fg
--zui-stepper-indicator-sky-ring-darkOverride with your dark theme valueDark--zui-stepper-indicator-sky-ring
--zui-stepper-indicator-rose-border-darkOverride with your dark theme valueDark--zui-stepper-indicator-rose-border
--zui-stepper-indicator-rose-bg-darkOverride with your dark theme valueDark--zui-stepper-indicator-rose-bg
--zui-stepper-indicator-rose-fg-darkOverride with your dark theme valueDark--zui-stepper-indicator-rose-fg
--zui-stepper-indicator-rose-ring-darkOverride with your dark theme valueDark--zui-stepper-indicator-rose-ring
--zui-stepper-indicator-purple-border-darkOverride with your dark theme valueDark--zui-stepper-indicator-purple-border
--zui-stepper-indicator-purple-bg-darkOverride with your dark theme valueDark--zui-stepper-indicator-purple-bg
--zui-stepper-indicator-purple-fg-darkOverride with your dark theme valueDark--zui-stepper-indicator-purple-fg
--zui-stepper-indicator-purple-ring-darkOverride with your dark theme valueDark--zui-stepper-indicator-purple-ring
--zui-stepper-indicator-pink-border-darkOverride with your dark theme valueDark--zui-stepper-indicator-pink-border
--zui-stepper-indicator-pink-bg-darkOverride with your dark theme valueDark--zui-stepper-indicator-pink-bg
--zui-stepper-indicator-pink-fg-darkOverride with your dark theme valueDark--zui-stepper-indicator-pink-fg

Table

Override these table variables on :root, a theme selector, or a component wrapper.

129 tokens58 dark
VariableFallbackThemePair
--zui-table-fgoklch(37.2% 0.044 257.287)Light--zui-table-fg-dark
--zui-table-bordered-border#0000001aLight--zui-table-bordered-border-dark
--zui-table-sky-borderoklch(44.3% 0.11 240.79)Light--zui-table-sky-border-dark
--zui-table-rose-borderoklch(45.5% 0.188 13.697)Light--zui-table-rose-border-dark
--zui-table-purple-borderoklch(43.8% 0.218 303.724)Light--zui-table-purple-border-dark
--zui-table-pink-borderoklch(45.9% 0.187 3.815)Light--zui-table-pink-border-dark
--zui-table-orange-borderoklch(47% 0.157 37.304)Light--zui-table-orange-border-dark
--zui-table-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-table-yellow-border-dark
--zui-table-teal-borderoklch(43.7% 0.078 188.216)Light--zui-table-teal-border-dark
--zui-table-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-table-indigo-border-dark
--zui-table-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-table-emerald-border-dark
--zui-table-gray-borderoklch(27.8% 0.033 256.848)Light--zui-table-gray-border-dark
--zui-table-amber-borderoklch(47.3% 0.137 46.201)Light--zui-table-amber-border-dark
--zui-table-violet-borderoklch(43.2% 0.232 292.759)Light--zui-table-violet-border-dark
--zui-table-row-border#0000000dLight--zui-table-row-border-dark
--zui-table-row-bg-selected#0000000fLight--zui-table-row-bg-selected-dark
--zui-table-row-striped-bg#00000008Light--zui-table-row-striped-bg-dark
--zui-table-row-ghost-bordertransparentLight--zui-table-row-ghost-border-dark
--zui-table-row-ghost-bg-hover#00000008Light--zui-table-row-ghost-bg-hover-dark
--zui-table-row-sky-borderoklch(44.3% 0.11 240.79)Light--zui-table-row-sky-border-dark
--zui-table-row-sky-bg-hoveroklch(44.3% 0.11 240.79)Light--zui-table-row-sky-bg-hover-dark
--zui-table-row-sky-fg-hoveroklch(95.1% 0.026 236.824)Light--zui-table-row-sky-fg-hover-dark
--zui-table-row-rose-borderoklch(45.5% 0.188 13.697)Light--zui-table-row-rose-border-dark
--zui-table-row-rose-bg-hoveroklch(64.5% 0.246 16.439)Light--zui-table-row-rose-bg-hover-dark
--zui-table-row-rose-fg-hoveroklch(94.1% 0.03 12.58)Light--zui-table-row-rose-fg-hover-dark
--zui-table-row-purple-borderoklch(43.8% 0.218 303.724)Light--zui-table-row-purple-border-dark
--zui-table-row-purple-bg-hoveroklch(62.7% 0.265 303.9)Light--zui-table-row-purple-bg-hover-dark
--zui-table-row-purple-fg-hoveroklch(94.6% 0.033 307.174)Light--zui-table-row-purple-fg-hover-dark
--zui-table-row-pink-borderoklch(45.9% 0.187 3.815)Light--zui-table-row-pink-border-dark
--zui-table-row-pink-bg-hoveroklch(65.6% 0.241 354.308)Light--zui-table-row-pink-bg-hover-dark
--zui-table-row-pink-fg-hoveroklch(94.8% 0.028 342.258)Light--zui-table-row-pink-fg-hover-dark
--zui-table-row-orange-borderoklch(47% 0.157 37.304)Light--zui-table-row-orange-border-dark
--zui-table-row-orange-bg-hoveroklch(70.5% 0.213 47.604)Light--zui-table-row-orange-bg-hover-dark
--zui-table-row-orange-fg-hoveroklch(95.4% 0.038 75.164)Light--zui-table-row-orange-fg-hover-dark
--zui-table-row-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-table-row-yellow-border-dark
--zui-table-row-yellow-bg-hoveroklch(79.5% 0.184 86.047)Light--zui-table-row-yellow-bg-hover-dark
--zui-table-row-yellow-fg-hoveroklch(97.3% 0.071 103.193)Light--zui-table-row-yellow-fg-hover-dark
--zui-table-row-teal-borderoklch(43.7% 0.078 188.216)Light--zui-table-row-teal-border-dark
--zui-table-row-teal-bg-hoveroklch(70.4% 0.14 182.503)Light--zui-table-row-teal-bg-hover-dark
--zui-table-row-teal-fg-hoveroklch(95.3% 0.051 180.801)Light--zui-table-row-teal-fg-hover-dark
--zui-table-row-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-table-row-indigo-border-dark
--zui-table-row-indigo-bg-hoveroklch(58.5% 0.233 277.117)Light--zui-table-row-indigo-bg-hover-dark
--zui-table-row-indigo-fg-hoveroklch(93% 0.034 272.788)Light--zui-table-row-indigo-fg-hover-dark
--zui-table-row-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-table-row-emerald-border-dark
--zui-table-row-emerald-bg-hoveroklch(69.6% 0.17 162.48)Light--zui-table-row-emerald-bg-hover-dark
--zui-table-row-emerald-fg-hoveroklch(95% 0.052 163.051)Light--zui-table-row-emerald-fg-hover-dark
--zui-table-row-gray-borderoklch(27.8% 0.033 256.848)Light--zui-table-row-gray-border-dark
--zui-table-row-gray-bg-hoveroklch(55.1% 0.027 264.364)Light--zui-table-row-gray-bg-hover-dark
--zui-table-row-gray-fg-hoveroklch(96.7% 0.003 264.542)Light--zui-table-row-gray-fg-hover-dark
--zui-table-row-amber-borderoklch(47.3% 0.137 46.201)Light--zui-table-row-amber-border-dark
--zui-table-row-amber-bg-hoveroklch(76.9% 0.188 70.08)Light--zui-table-row-amber-bg-hover-dark
--zui-table-row-amber-fg-hoveroklch(96.2% 0.059 95.617)Light--zui-table-row-amber-fg-hover-dark
--zui-table-row-violet-borderoklch(43.2% 0.232 292.759)Light--zui-table-row-violet-border-dark
--zui-table-row-violet-bg-hoveroklch(60.6% 0.25 292.717)Light--zui-table-row-violet-bg-hover-dark
--zui-table-row-violet-fg-hoveroklch(94.3% 0.029 294.588)Light--zui-table-row-violet-fg-hover-dark
--zui-table-cell-default-border#0000001aLight--zui-table-cell-default-border-dark
--zui-table-cell-striped-border#0000001aLight--zui-table-cell-striped-border-dark
--zui-table-cell-bordered-border#0000001aLight--zui-table-cell-bordered-border-dark
--zui-table-cell-ghost-border#0000001aSharednone
--zui-table-cell-sky-borderoklch(44.3% 0.11 240.79)Sharednone
--zui-table-cell-rose-borderoklch(45.5% 0.188 13.697)Sharednone
--zui-table-cell-purple-borderoklch(43.8% 0.218 303.724)Sharednone
--zui-table-cell-pink-borderoklch(45.9% 0.187 3.815)Sharednone
--zui-table-cell-orange-borderoklch(47% 0.157 37.304)Sharednone
--zui-table-cell-yellow-borderoklch(47.6% 0.114 61.907)Sharednone
--zui-table-cell-teal-borderoklch(43.7% 0.078 188.216)Sharednone
--zui-table-cell-indigo-borderoklch(39.8% 0.195 277.366)Sharednone
--zui-table-cell-emerald-borderoklch(43.2% 0.095 166.913)Sharednone
--zui-table-cell-gray-borderoklch(27.8% 0.033 256.848)Sharednone
--zui-table-cell-amber-borderoklch(47.3% 0.137 46.201)Sharednone
--zui-table-cell-violet-borderoklch(43.2% 0.232 292.759)Sharednone
--zui-table-fg-darkoklch(92.9% 0.013 255.508)Dark--zui-table-fg
--zui-table-bordered-border-dark#ffffff1aDark--zui-table-bordered-border
--zui-table-sky-border-darkOverride with your dark theme valueDark--zui-table-sky-border
--zui-table-rose-border-darkOverride with your dark theme valueDark--zui-table-rose-border
--zui-table-purple-border-darkOverride with your dark theme valueDark--zui-table-purple-border
--zui-table-pink-border-darkOverride with your dark theme valueDark--zui-table-pink-border
--zui-table-orange-border-darkOverride with your dark theme valueDark--zui-table-orange-border
--zui-table-yellow-border-darkOverride with your dark theme valueDark--zui-table-yellow-border
--zui-table-teal-border-darkOverride with your dark theme valueDark--zui-table-teal-border
--zui-table-indigo-border-darkOverride with your dark theme valueDark--zui-table-indigo-border
--zui-table-emerald-border-darkOverride with your dark theme valueDark--zui-table-emerald-border
--zui-table-gray-border-darkOverride with your dark theme valueDark--zui-table-gray-border
--zui-table-amber-border-darkOverride with your dark theme valueDark--zui-table-amber-border
--zui-table-violet-border-darkOverride with your dark theme valueDark--zui-table-violet-border
--zui-table-row-border-darkOverride with your dark theme valueDark--zui-table-row-border
--zui-table-row-bg-selected-darkOverride with your dark theme valueDark--zui-table-row-bg-selected
--zui-table-row-striped-bg-darkOverride with your dark theme valueDark--zui-table-row-striped-bg
--zui-table-row-ghost-border-darkOverride with your dark theme valueDark--zui-table-row-ghost-border
--zui-table-row-ghost-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-ghost-bg-hover
--zui-table-row-sky-border-darkOverride with your dark theme valueDark--zui-table-row-sky-border
--zui-table-row-sky-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-sky-bg-hover
--zui-table-row-sky-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-sky-fg-hover
--zui-table-row-rose-border-darkOverride with your dark theme valueDark--zui-table-row-rose-border
--zui-table-row-rose-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-rose-bg-hover
--zui-table-row-rose-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-rose-fg-hover
--zui-table-row-purple-border-darkOverride with your dark theme valueDark--zui-table-row-purple-border
--zui-table-row-purple-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-purple-bg-hover
--zui-table-row-purple-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-purple-fg-hover
--zui-table-row-pink-border-darkOverride with your dark theme valueDark--zui-table-row-pink-border
--zui-table-row-pink-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-pink-bg-hover
--zui-table-row-pink-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-pink-fg-hover
--zui-table-row-orange-border-darkOverride with your dark theme valueDark--zui-table-row-orange-border
--zui-table-row-orange-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-orange-bg-hover
--zui-table-row-orange-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-orange-fg-hover
--zui-table-row-yellow-border-darkOverride with your dark theme valueDark--zui-table-row-yellow-border
--zui-table-row-yellow-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-yellow-bg-hover
--zui-table-row-yellow-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-yellow-fg-hover
--zui-table-row-teal-border-darkOverride with your dark theme valueDark--zui-table-row-teal-border
--zui-table-row-teal-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-teal-bg-hover
--zui-table-row-teal-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-teal-fg-hover
--zui-table-row-indigo-border-darkOverride with your dark theme valueDark--zui-table-row-indigo-border
--zui-table-row-indigo-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-indigo-bg-hover
--zui-table-row-indigo-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-indigo-fg-hover
--zui-table-row-emerald-border-darkOverride with your dark theme valueDark--zui-table-row-emerald-border
--zui-table-row-emerald-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-emerald-bg-hover
--zui-table-row-emerald-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-emerald-fg-hover
--zui-table-row-gray-border-darkOverride with your dark theme valueDark--zui-table-row-gray-border
--zui-table-row-gray-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-gray-bg-hover
--zui-table-row-gray-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-gray-fg-hover
--zui-table-row-amber-border-darkOverride with your dark theme valueDark--zui-table-row-amber-border
--zui-table-row-amber-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-amber-bg-hover
--zui-table-row-amber-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-amber-fg-hover
--zui-table-row-violet-border-darkOverride with your dark theme valueDark--zui-table-row-violet-border
--zui-table-row-violet-bg-hover-darkOverride with your dark theme valueDark--zui-table-row-violet-bg-hover
--zui-table-row-violet-fg-hover-darkOverride with your dark theme valueDark--zui-table-row-violet-fg-hover
--zui-table-cell-default-border-darkOverride with your dark theme valueDark--zui-table-cell-default-border
--zui-table-cell-striped-border-darkOverride with your dark theme valueDark--zui-table-cell-striped-border
--zui-table-cell-bordered-border-darkOverride with your dark theme valueDark--zui-table-cell-bordered-border

Tabs

Override these tabs variables on :root, a theme selector, or a component wrapper.

194 tokens95 dark
VariableFallbackThemePair
--zui-tabs-list-default-bgtransparentLight--zui-tabs-list-default-bg-dark
--zui-tabs-list-underline-bordertransparentLight--zui-tabs-list-underline-border-dark
--zui-tabs-trigger-default-bgtransparentLight--zui-tabs-trigger-default-bg-dark
--zui-tabs-trigger-default-fgoklch(20.8% 0.042 265.755)Light--zui-tabs-trigger-default-fg-dark
--zui-tabs-trigger-sky-bgoklch(82.8% 0.111 230.318)Light--zui-tabs-trigger-sky-bg-dark
--zui-tabs-trigger-sky-fgoklch(39.1% 0.09 240.876)Light--zui-tabs-trigger-sky-fg-dark
--zui-tabs-trigger-sky-bg-activeoklch(39.1% 0.09 240.876)Light--zui-tabs-trigger-sky-bg-active-dark
--zui-tabs-trigger-sky-fg-activeoklch(97.7% 0.013 236.62)Light--zui-tabs-trigger-sky-fg-active-dark
--zui-tabs-trigger-rose-bgoklch(81% 0.117 11.638)Light--zui-tabs-trigger-rose-bg-dark
--zui-tabs-trigger-rose-fgoklch(41% 0.159 10.272)Light--zui-tabs-trigger-rose-fg-dark
--zui-tabs-trigger-rose-bg-activeoklch(41% 0.159 10.272)Light--zui-tabs-trigger-rose-bg-active-dark
--zui-tabs-trigger-rose-fg-activeoklch(96.9% 0.015 12.422)Light--zui-tabs-trigger-rose-fg-active-dark
--zui-tabs-trigger-purple-bgoklch(82.7% 0.119 306.383)Light--zui-tabs-trigger-purple-bg-dark
--zui-tabs-trigger-purple-fgoklch(38.1% 0.176 304.987)Light--zui-tabs-trigger-purple-fg-dark
--zui-tabs-trigger-purple-bg-activeoklch(38.1% 0.176 304.987)Light--zui-tabs-trigger-purple-bg-active-dark
--zui-tabs-trigger-purple-fg-activeoklch(97.7% 0.014 308.299)Light--zui-tabs-trigger-purple-fg-active-dark
--zui-tabs-trigger-pink-bgoklch(82.3% 0.12 346.018)Light--zui-tabs-trigger-pink-bg-dark
--zui-tabs-trigger-pink-fgoklch(40.8% 0.153 2.432)Light--zui-tabs-trigger-pink-fg-dark
--zui-tabs-trigger-pink-bg-activeoklch(40.8% 0.153 2.432)Light--zui-tabs-trigger-pink-bg-active-dark
--zui-tabs-trigger-pink-fg-activeoklch(97.1% 0.014 343.198)Light--zui-tabs-trigger-pink-fg-active-dark
--zui-tabs-trigger-orange-bgoklch(83.7% 0.128 66.29)Light--zui-tabs-trigger-orange-bg-dark
--zui-tabs-trigger-orange-fgoklch(40.8% 0.123 38.172)Light--zui-tabs-trigger-orange-fg-dark
--zui-tabs-trigger-orange-bg-activeoklch(40.8% 0.123 38.172)Light--zui-tabs-trigger-orange-bg-active-dark
--zui-tabs-trigger-orange-fg-activeoklch(98% 0.016 73.684)Light--zui-tabs-trigger-orange-fg-active-dark
--zui-tabs-trigger-yellow-bgoklch(90.5% 0.182 98.111)Light--zui-tabs-trigger-yellow-bg-dark
--zui-tabs-trigger-yellow-fgoklch(42.1% 0.095 57.708)Light--zui-tabs-trigger-yellow-fg-dark
--zui-tabs-trigger-yellow-bg-activeoklch(42.1% 0.095 57.708)Light--zui-tabs-trigger-yellow-bg-active-dark
--zui-tabs-trigger-yellow-fg-activeoklch(98.7% 0.026 102.212)Light--zui-tabs-trigger-yellow-fg-active-dark
--zui-tabs-trigger-teal-bgoklch(85.5% 0.138 181.071)Light--zui-tabs-trigger-teal-bg-dark
--zui-tabs-trigger-teal-fgoklch(38.6% 0.063 188.416)Light--zui-tabs-trigger-teal-fg-dark
--zui-tabs-trigger-teal-bg-activeoklch(38.6% 0.063 188.416)Light--zui-tabs-trigger-teal-bg-active-dark
--zui-tabs-trigger-teal-fg-activeoklch(98.4% 0.014 180.72)Light--zui-tabs-trigger-teal-fg-active-dark
--zui-tabs-trigger-indigo-bgoklch(78.5% 0.115 274.713)Light--zui-tabs-trigger-indigo-bg-dark
--zui-tabs-trigger-indigo-fgoklch(35.9% 0.144 278.697)Light--zui-tabs-trigger-indigo-fg-dark
--zui-tabs-trigger-indigo-bg-activeoklch(35.9% 0.144 278.697)Light--zui-tabs-trigger-indigo-bg-active-dark
--zui-tabs-trigger-indigo-fg-activeoklch(96.2% 0.018 272.314)Light--zui-tabs-trigger-indigo-fg-active-dark
--zui-tabs-trigger-emerald-bgoklch(84.5% 0.143 164.978)Light--zui-tabs-trigger-emerald-bg-dark
--zui-tabs-trigger-emerald-fgoklch(37.8% 0.077 168.94)Light--zui-tabs-trigger-emerald-fg-dark
--zui-tabs-trigger-emerald-bg-activeoklch(37.8% 0.077 168.94)Light--zui-tabs-trigger-emerald-bg-active-dark
--zui-tabs-trigger-emerald-fg-activeoklch(97.9% 0.021 166.113)Light--zui-tabs-trigger-emerald-fg-active-dark
--zui-tabs-trigger-gray-bgoklch(87.2% 0.01 258.338)Light--zui-tabs-trigger-gray-bg-dark
--zui-tabs-trigger-gray-fgoklch(21% 0.034 264.665)Light--zui-tabs-trigger-gray-fg-dark
--zui-tabs-trigger-gray-bg-activeoklch(21% 0.034 264.665)Light--zui-tabs-trigger-gray-bg-active-dark
--zui-tabs-trigger-gray-fg-activeoklch(98.5% 0.002 247.839)Light--zui-tabs-trigger-gray-fg-active-dark
--zui-tabs-trigger-gradient-blue-fromoklch(42.4% 0.199 265.638)Light--zui-tabs-trigger-gradient-blue-from-dark
--zui-tabs-trigger-gradient-blue-tooklch(43.8% 0.218 303.724)Light--zui-tabs-trigger-gradient-blue-to-dark
--zui-tabs-trigger-gradient-blue-fgoklch(93.2% 0.032 255.585)Light--zui-tabs-trigger-gradient-blue-fg-dark
--zui-tabs-trigger-gradient-blue-from-activeoklch(54.6% 0.245 262.881)Light--zui-tabs-trigger-gradient-blue-from-active-dark
--zui-tabs-trigger-gradient-blue-to-activeoklch(55.8% 0.288 302.321)Light--zui-tabs-trigger-gradient-blue-to-active-dark
--zui-tabs-trigger-gradient-blue-fg-activeoklch(93.2% 0.032 255.585)Light--zui-tabs-trigger-gradient-blue-fg-active-dark
--zui-tabs-trigger-gradient-green-fromoklch(44.8% 0.119 151.328)Light--zui-tabs-trigger-gradient-green-from-dark
--zui-tabs-trigger-gradient-green-tooklch(45.3% 0.124 130.933)Light--zui-tabs-trigger-gradient-green-to-dark
--zui-tabs-trigger-gradient-green-fgoklch(96.2% 0.044 156.743)Light--zui-tabs-trigger-gradient-green-fg-dark
--zui-tabs-trigger-gradient-green-from-activeoklch(62.7% 0.194 149.214)Light--zui-tabs-trigger-gradient-green-from-active-dark
--zui-tabs-trigger-gradient-green-to-activeoklch(64.8% 0.2 131.684)Light--zui-tabs-trigger-gradient-green-to-active-dark
--zui-tabs-trigger-gradient-green-fg-activeoklch(96.2% 0.044 156.743)Light--zui-tabs-trigger-gradient-green-fg-active-dark
--zui-tabs-trigger-gradient-red-fromoklch(44.4% 0.177 26.899)Light--zui-tabs-trigger-gradient-red-from-dark
--zui-tabs-trigger-gradient-red-tooklch(45.9% 0.187 3.815)Light--zui-tabs-trigger-gradient-red-to-dark
--zui-tabs-trigger-gradient-red-fgoklch(93.6% 0.032 17.717)Light--zui-tabs-trigger-gradient-red-fg-dark
--zui-tabs-trigger-gradient-red-from-activeoklch(57.7% 0.245 27.325)Light--zui-tabs-trigger-gradient-red-from-active-dark
--zui-tabs-trigger-gradient-red-to-activeoklch(59.2% 0.249 0.584)Light--zui-tabs-trigger-gradient-red-to-active-dark
--zui-tabs-trigger-gradient-red-fg-activeoklch(93.6% 0.032 17.717)Light--zui-tabs-trigger-gradient-red-fg-active-dark
--zui-tabs-trigger-gradient-yellow-fromoklch(47.6% 0.114 61.907)Light--zui-tabs-trigger-gradient-yellow-from-dark
--zui-tabs-trigger-gradient-yellow-tooklch(47% 0.157 37.304)Light--zui-tabs-trigger-gradient-yellow-to-dark
--zui-tabs-trigger-gradient-yellow-fgoklch(97.3% 0.071 103.193)Light--zui-tabs-trigger-gradient-yellow-fg-dark
--zui-tabs-trigger-gradient-yellow-from-activeoklch(68.1% 0.162 75.834)Light--zui-tabs-trigger-gradient-yellow-from-active-dark
--zui-tabs-trigger-gradient-yellow-to-activeoklch(64.6% 0.222 41.116)Light--zui-tabs-trigger-gradient-yellow-to-active-dark
--zui-tabs-trigger-gradient-yellow-fg-activeoklch(97.3% 0.071 103.193)Light--zui-tabs-trigger-gradient-yellow-fg-active-dark
--zui-tabs-trigger-gradient-purple-fromoklch(43.8% 0.218 303.724)Light--zui-tabs-trigger-gradient-purple-from-dark
--zui-tabs-trigger-gradient-purple-tooklch(45.9% 0.187 3.815)Light--zui-tabs-trigger-gradient-purple-to-dark
--zui-tabs-trigger-gradient-purple-fgoklch(94.6% 0.033 307.174)Light--zui-tabs-trigger-gradient-purple-fg-dark
--zui-tabs-trigger-gradient-purple-from-activeoklch(55.8% 0.288 302.321)Light--zui-tabs-trigger-gradient-purple-from-active-dark
--zui-tabs-trigger-gradient-purple-to-activeoklch(59.2% 0.249 0.584)Light--zui-tabs-trigger-gradient-purple-to-active-dark
--zui-tabs-trigger-gradient-purple-fg-activeoklch(94.6% 0.033 307.174)Light--zui-tabs-trigger-gradient-purple-fg-active-dark
--zui-tabs-trigger-gradient-teal-fromoklch(43.7% 0.078 188.216)Light--zui-tabs-trigger-gradient-teal-from-dark
--zui-tabs-trigger-gradient-teal-tooklch(45% 0.085 224.283)Light--zui-tabs-trigger-gradient-teal-to-dark
--zui-tabs-trigger-gradient-teal-fgoklch(95.3% 0.051 180.801)Light--zui-tabs-trigger-gradient-teal-fg-dark
--zui-tabs-trigger-gradient-teal-from-activeoklch(60% 0.118 184.704)Light--zui-tabs-trigger-gradient-teal-from-active-dark
--zui-tabs-trigger-gradient-teal-to-activeoklch(60.9% 0.126 221.723)Light--zui-tabs-trigger-gradient-teal-to-active-dark
--zui-tabs-trigger-gradient-teal-fg-activeoklch(95.3% 0.051 180.801)Light--zui-tabs-trigger-gradient-teal-fg-active-dark
--zui-tabs-trigger-gradient-indigo-fromoklch(39.8% 0.195 277.366)Light--zui-tabs-trigger-gradient-indigo-from-dark
--zui-tabs-trigger-gradient-indigo-tooklch(43.8% 0.218 303.724)Light--zui-tabs-trigger-gradient-indigo-to-dark
--zui-tabs-trigger-gradient-indigo-fgoklch(93% 0.034 272.788)Light--zui-tabs-trigger-gradient-indigo-fg-dark
--zui-tabs-trigger-gradient-indigo-from-activeoklch(51.1% 0.262 276.966)Light--zui-tabs-trigger-gradient-indigo-from-active-dark
--zui-tabs-trigger-gradient-indigo-to-activeoklch(55.8% 0.288 302.321)Light--zui-tabs-trigger-gradient-indigo-to-active-dark
--zui-tabs-trigger-gradient-indigo-fg-activeoklch(93% 0.034 272.788)Light--zui-tabs-trigger-gradient-indigo-fg-active-dark
--zui-tabs-trigger-gradient-pink-fromoklch(45.9% 0.187 3.815)Light--zui-tabs-trigger-gradient-pink-from-dark
--zui-tabs-trigger-gradient-pink-tooklch(45.5% 0.188 13.697)Light--zui-tabs-trigger-gradient-pink-to-dark
--zui-tabs-trigger-gradient-pink-fgoklch(94.8% 0.028 342.258)Light--zui-tabs-trigger-gradient-pink-fg-dark
--zui-tabs-trigger-gradient-pink-from-activeoklch(59.2% 0.249 0.584)Light--zui-tabs-trigger-gradient-pink-from-active-dark
--zui-tabs-trigger-gradient-pink-to-activeoklch(58.6% 0.253 17.585)Light--zui-tabs-trigger-gradient-pink-to-active-dark
--zui-tabs-trigger-gradient-pink-fg-activeoklch(94.8% 0.028 342.258)Light--zui-tabs-trigger-gradient-pink-fg-active-dark
--zui-tabs-trigger-gradient-orange-fromoklch(47% 0.157 37.304)Light--zui-tabs-trigger-gradient-orange-from-dark
--zui-tabs-trigger-gradient-orange-tooklch(44.4% 0.177 26.899)Light--zui-tabs-trigger-gradient-orange-to-dark
--zui-tabs-trigger-gradient-orange-fgoklch(95.4% 0.038 75.164)Light--zui-tabs-trigger-gradient-orange-fg-dark
--zui-tabs-trigger-gradient-orange-from-activeoklch(64.6% 0.222 41.116)Sharednone
--zui-tabs-trigger-gradient-orange-to-activeoklch(57.7% 0.245 27.325)Sharednone
--zui-tabs-trigger-gradient-orange-fg-activeoklch(95.4% 0.038 75.164)Sharednone
--zui-tabs-trigger-underline-bordertransparentSharednone
--zui-tabs-trigger-default-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-tabs-trigger-default-fg
--zui-tabs-trigger-sky-bg-darkoklch(39.1% 0.09 240.876)Dark--zui-tabs-trigger-sky-bg
--zui-tabs-list-default-bg-darkOverride with your dark theme valueDark--zui-tabs-list-default-bg
--zui-tabs-list-underline-border-darkOverride with your dark theme valueDark--zui-tabs-list-underline-border
--zui-tabs-trigger-default-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-default-bg
--zui-tabs-trigger-sky-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-sky-fg
--zui-tabs-trigger-sky-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-sky-bg-active
--zui-tabs-trigger-sky-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-sky-fg-active
--zui-tabs-trigger-rose-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-rose-bg
--zui-tabs-trigger-rose-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-rose-fg
--zui-tabs-trigger-rose-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-rose-bg-active
--zui-tabs-trigger-rose-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-rose-fg-active
--zui-tabs-trigger-purple-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-purple-bg
--zui-tabs-trigger-purple-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-purple-fg
--zui-tabs-trigger-purple-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-purple-bg-active
--zui-tabs-trigger-purple-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-purple-fg-active
--zui-tabs-trigger-pink-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-pink-bg
--zui-tabs-trigger-pink-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-pink-fg
--zui-tabs-trigger-pink-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-pink-bg-active
--zui-tabs-trigger-pink-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-pink-fg-active
--zui-tabs-trigger-orange-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-orange-bg
--zui-tabs-trigger-orange-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-orange-fg
--zui-tabs-trigger-orange-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-orange-bg-active
--zui-tabs-trigger-orange-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-orange-fg-active
--zui-tabs-trigger-yellow-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-yellow-bg
--zui-tabs-trigger-yellow-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-yellow-fg
--zui-tabs-trigger-yellow-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-yellow-bg-active
--zui-tabs-trigger-yellow-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-yellow-fg-active
--zui-tabs-trigger-teal-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-teal-bg
--zui-tabs-trigger-teal-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-teal-fg
--zui-tabs-trigger-teal-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-teal-bg-active
--zui-tabs-trigger-teal-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-teal-fg-active
--zui-tabs-trigger-indigo-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-indigo-bg
--zui-tabs-trigger-indigo-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-indigo-fg
--zui-tabs-trigger-indigo-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-indigo-bg-active
--zui-tabs-trigger-indigo-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-indigo-fg-active
--zui-tabs-trigger-emerald-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-emerald-bg
--zui-tabs-trigger-emerald-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-emerald-fg
--zui-tabs-trigger-emerald-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-emerald-bg-active
--zui-tabs-trigger-emerald-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-emerald-fg-active
--zui-tabs-trigger-gray-bg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gray-bg
--zui-tabs-trigger-gray-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gray-fg
--zui-tabs-trigger-gray-bg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gray-bg-active
--zui-tabs-trigger-gray-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gray-fg-active
--zui-tabs-trigger-gradient-blue-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-blue-from
--zui-tabs-trigger-gradient-blue-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-blue-to
--zui-tabs-trigger-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-blue-fg
--zui-tabs-trigger-gradient-blue-from-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-blue-from-active
--zui-tabs-trigger-gradient-blue-to-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-blue-to-active
--zui-tabs-trigger-gradient-blue-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-blue-fg-active
--zui-tabs-trigger-gradient-green-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-green-from
--zui-tabs-trigger-gradient-green-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-green-to
--zui-tabs-trigger-gradient-green-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-green-fg
--zui-tabs-trigger-gradient-green-from-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-green-from-active
--zui-tabs-trigger-gradient-green-to-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-green-to-active
--zui-tabs-trigger-gradient-green-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-green-fg-active
--zui-tabs-trigger-gradient-red-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-red-from
--zui-tabs-trigger-gradient-red-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-red-to
--zui-tabs-trigger-gradient-red-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-red-fg
--zui-tabs-trigger-gradient-red-from-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-red-from-active
--zui-tabs-trigger-gradient-red-to-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-red-to-active
--zui-tabs-trigger-gradient-red-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-red-fg-active
--zui-tabs-trigger-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-yellow-from
--zui-tabs-trigger-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-yellow-to
--zui-tabs-trigger-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-yellow-fg
--zui-tabs-trigger-gradient-yellow-from-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-yellow-from-active
--zui-tabs-trigger-gradient-yellow-to-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-yellow-to-active
--zui-tabs-trigger-gradient-yellow-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-yellow-fg-active
--zui-tabs-trigger-gradient-purple-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-purple-from
--zui-tabs-trigger-gradient-purple-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-purple-to
--zui-tabs-trigger-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-purple-fg
--zui-tabs-trigger-gradient-purple-from-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-purple-from-active
--zui-tabs-trigger-gradient-purple-to-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-purple-to-active
--zui-tabs-trigger-gradient-purple-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-purple-fg-active
--zui-tabs-trigger-gradient-teal-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-teal-from
--zui-tabs-trigger-gradient-teal-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-teal-to
--zui-tabs-trigger-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-teal-fg
--zui-tabs-trigger-gradient-teal-from-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-teal-from-active
--zui-tabs-trigger-gradient-teal-to-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-teal-to-active
--zui-tabs-trigger-gradient-teal-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-teal-fg-active
--zui-tabs-trigger-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-indigo-from
--zui-tabs-trigger-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-indigo-to
--zui-tabs-trigger-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-indigo-fg
--zui-tabs-trigger-gradient-indigo-from-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-indigo-from-active
--zui-tabs-trigger-gradient-indigo-to-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-indigo-to-active
--zui-tabs-trigger-gradient-indigo-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-indigo-fg-active
--zui-tabs-trigger-gradient-pink-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-pink-from
--zui-tabs-trigger-gradient-pink-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-pink-to
--zui-tabs-trigger-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-pink-fg
--zui-tabs-trigger-gradient-pink-from-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-pink-from-active
--zui-tabs-trigger-gradient-pink-to-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-pink-to-active
--zui-tabs-trigger-gradient-pink-fg-active-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-pink-fg-active
--zui-tabs-trigger-gradient-orange-from-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-orange-from
--zui-tabs-trigger-gradient-orange-to-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-orange-to
--zui-tabs-trigger-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-tabs-trigger-gradient-orange-fg

Timeline

Override these timeline variables on :root, a theme selector, or a component wrapper.

102 tokens15 dark
VariableFallbackThemePair
--zui-timeline-indicator-default-borderoklch(55.1% 0.027 264.364 / 0.6)Light--zui-timeline-indicator-default-border-dark
--zui-timeline-indicator-default-bgoklch(55.1% 0.027 264.364 / 0.2)Light--zui-timeline-indicator-default-bg-dark
--zui-timeline-indicator-default-fgoklch(21% 0.034 264.665)Light--zui-timeline-indicator-default-fg-dark
--zui-timeline-indicator-default-ringoklch(70.7% 0.022 261.325 / 0.3)Light--zui-timeline-indicator-default-ring-dark
--zui-timeline-indicator-sky-borderoklch(68.5% 0.169 237.323 / 0.6)Light--zui-timeline-indicator-sky-border-dark
--zui-timeline-indicator-sky-bgoklch(68.5% 0.169 237.323 / 0.2)Light--zui-timeline-indicator-sky-bg-dark
--zui-timeline-indicator-sky-fgoklch(39.1% 0.09 240.876)Light--zui-timeline-indicator-sky-fg-dark
--zui-timeline-indicator-sky-ringoklch(74.6% 0.16 232.661 / 0.3)Light--zui-timeline-indicator-sky-ring-dark
--zui-timeline-indicator-rose-borderoklch(64.5% 0.246 16.439 / 0.6)Light--zui-timeline-indicator-rose-border-dark
--zui-timeline-indicator-rose-bgoklch(64.5% 0.246 16.439 / 0.2)Light--zui-timeline-indicator-rose-bg-dark
--zui-timeline-indicator-rose-fgoklch(41% 0.159 10.272)Light--zui-timeline-indicator-rose-fg-dark
--zui-timeline-indicator-rose-ringoklch(71.2% 0.194 13.428 / 0.3)Light--zui-timeline-indicator-rose-ring-dark
--zui-timeline-indicator-purple-borderoklch(62.7% 0.265 303.9 / 0.6)Light--zui-timeline-indicator-purple-border-dark
--zui-timeline-indicator-purple-bgoklch(62.7% 0.265 303.9 / 0.2)Light--zui-timeline-indicator-purple-bg-dark
--zui-timeline-indicator-purple-fgoklch(38.1% 0.176 304.987)Sharednone
--zui-timeline-indicator-purple-ringoklch(71.4% 0.203 305.504 / 0.3)Sharednone
--zui-timeline-indicator-pink-borderoklch(65.6% 0.241 354.308 / 0.6)Sharednone
--zui-timeline-indicator-pink-bgoklch(65.6% 0.241 354.308 / 0.2)Sharednone
--zui-timeline-indicator-pink-fgoklch(40.8% 0.153 2.432)Sharednone
--zui-timeline-indicator-pink-ringoklch(71.8% 0.202 349.761 / 0.3)Sharednone
--zui-timeline-indicator-orange-borderoklch(70.5% 0.213 47.604 / 0.6)Sharednone
--zui-timeline-indicator-orange-bgoklch(70.5% 0.213 47.604 / 0.2)Sharednone
--zui-timeline-indicator-orange-fgoklch(40.8% 0.123 38.172)Sharednone
--zui-timeline-indicator-orange-ringoklch(75% 0.183 55.934 / 0.3)Sharednone
--zui-timeline-indicator-yellow-borderoklch(79.5% 0.184 86.047 / 0.6)Sharednone
--zui-timeline-indicator-yellow-bgoklch(79.5% 0.184 86.047 / 0.2)Sharednone
--zui-timeline-indicator-yellow-fgoklch(42.1% 0.095 57.708)Sharednone
--zui-timeline-indicator-yellow-ringoklch(85.2% 0.199 91.936 / 0.3)Sharednone
--zui-timeline-indicator-teal-borderoklch(70.4% 0.14 182.503 / 0.6)Sharednone
--zui-timeline-indicator-teal-bgoklch(70.4% 0.14 182.503 / 0.2)Sharednone
--zui-timeline-indicator-teal-fgoklch(38.6% 0.063 188.416)Sharednone
--zui-timeline-indicator-teal-ringoklch(77.7% 0.152 181.912 / 0.3)Sharednone
--zui-timeline-indicator-indigo-borderoklch(58.5% 0.233 277.117 / 0.6)Sharednone
--zui-timeline-indicator-indigo-bgoklch(58.5% 0.233 277.117 / 0.2)Sharednone
--zui-timeline-indicator-indigo-fgoklch(35.9% 0.144 278.697)Sharednone
--zui-timeline-indicator-indigo-ringoklch(67.3% 0.182 276.935 / 0.3)Sharednone
--zui-timeline-indicator-emerald-borderoklch(69.6% 0.17 162.48 / 0.6)Sharednone
--zui-timeline-indicator-emerald-bgoklch(69.6% 0.17 162.48 / 0.2)Sharednone
--zui-timeline-indicator-emerald-fgoklch(37.8% 0.077 168.94)Sharednone
--zui-timeline-indicator-emerald-ringoklch(76.5% 0.177 163.223 / 0.3)Sharednone
--zui-timeline-indicator-gray-borderoklch(55.1% 0.027 264.364 / 0.6)Sharednone
--zui-timeline-indicator-gray-bgoklch(55.1% 0.027 264.364 / 0.2)Sharednone
--zui-timeline-indicator-gray-fgoklch(21% 0.034 264.665)Sharednone
--zui-timeline-indicator-gray-ringoklch(70.7% 0.022 261.325 / 0.3)Sharednone
--zui-timeline-indicator-violet-borderoklch(60.6% 0.25 292.717 / 0.6)Sharednone
--zui-timeline-indicator-violet-bgoklch(60.6% 0.25 292.717 / 0.2)Sharednone
--zui-timeline-indicator-violet-fgoklch(38% 0.189 293.745)Sharednone
--zui-timeline-indicator-violet-ringoklch(70.2% 0.183 293.541 / 0.3)Sharednone
--zui-timeline-indicator-gradient-blue-fromoklch(62.3% 0.214 259.815)Sharednone
--zui-timeline-indicator-gradient-blue-tooklch(54.6% 0.245 262.881)Sharednone
--zui-timeline-indicator-gradient-blue-fg#ffffffSharednone
--zui-timeline-indicator-gradient-blue-ringoklch(70.7% 0.165 254.624 / 0.3)Sharednone
--zui-timeline-indicator-gradient-green-fromoklch(72.3% 0.219 149.579)Sharednone
--zui-timeline-indicator-gradient-green-tooklch(62.7% 0.194 149.214)Sharednone
--zui-timeline-indicator-gradient-green-fg#ffffffSharednone
--zui-timeline-indicator-gradient-green-ringoklch(79.2% 0.209 151.711 / 0.3)Sharednone
--zui-timeline-indicator-gradient-red-fromoklch(63.7% 0.237 25.331)Sharednone
--zui-timeline-indicator-gradient-red-tooklch(57.7% 0.245 27.325)Sharednone
--zui-timeline-indicator-gradient-red-fg#ffffffSharednone
--zui-timeline-indicator-gradient-red-ringoklch(70.4% 0.191 22.216 / 0.3)Sharednone
--zui-timeline-indicator-gradient-yellow-fromoklch(85.2% 0.199 91.936)Sharednone
--zui-timeline-indicator-gradient-yellow-tooklch(79.5% 0.184 86.047)Sharednone
--zui-timeline-indicator-gradient-yellow-fgoklch(42.1% 0.095 57.708)Sharednone
--zui-timeline-indicator-gradient-yellow-ringoklch(85.2% 0.199 91.936 / 0.3)Sharednone
--zui-timeline-indicator-gradient-purple-fromoklch(71.4% 0.203 305.504)Sharednone
--zui-timeline-indicator-gradient-purple-tooklch(62.7% 0.265 303.9)Sharednone
--zui-timeline-indicator-gradient-purple-fg#ffffffSharednone
--zui-timeline-indicator-gradient-purple-ringoklch(71.4% 0.203 305.504 / 0.3)Sharednone
--zui-timeline-indicator-gradient-teal-fromoklch(77.7% 0.152 181.912)Sharednone
--zui-timeline-indicator-gradient-teal-tooklch(70.4% 0.14 182.503)Sharednone
--zui-timeline-indicator-gradient-teal-fg#ffffffSharednone
--zui-timeline-indicator-gradient-teal-ringoklch(77.7% 0.152 181.912 / 0.3)Sharednone
--zui-timeline-indicator-gradient-indigo-fromoklch(67.3% 0.182 276.935)Sharednone
--zui-timeline-indicator-gradient-indigo-tooklch(58.5% 0.233 277.117)Sharednone
--zui-timeline-indicator-gradient-indigo-fg#ffffffSharednone
--zui-timeline-indicator-gradient-indigo-ringoklch(67.3% 0.182 276.935 / 0.3)Sharednone
--zui-timeline-indicator-gradient-pink-fromoklch(71.8% 0.202 349.761)Sharednone
--zui-timeline-indicator-gradient-pink-tooklch(65.6% 0.241 354.308)Sharednone
--zui-timeline-indicator-gradient-pink-fg#ffffffSharednone
--zui-timeline-indicator-gradient-pink-ringoklch(71.8% 0.202 349.761 / 0.3)Sharednone
--zui-timeline-indicator-gradient-orange-fromoklch(75% 0.183 55.934)Sharednone
--zui-timeline-indicator-gradient-orange-tooklch(70.5% 0.213 47.604)Sharednone
--zui-timeline-indicator-gradient-orange-fg#ffffffSharednone
--zui-timeline-indicator-gradient-orange-ringoklch(75% 0.183 55.934 / 0.3)Sharednone
--zui-timeline-connector#0000001fLight--zui-timeline-connector-dark
--zui-timeline-title-fgoklch(20.8% 0.042 265.755)Sharednone
--zui-timeline-description-fgoklch(44.6% 0.03 256.802)Sharednone
--zui-timeline-indicator-default-fg-darkoklch(96.7% 0.003 264.542)Dark--zui-timeline-indicator-default-fg
--zui-timeline-connector-dark#ffffff1fDark--zui-timeline-connector
--zui-timeline-indicator-default-border-darkOverride with your dark theme valueDark--zui-timeline-indicator-default-border
--zui-timeline-indicator-default-bg-darkOverride with your dark theme valueDark--zui-timeline-indicator-default-bg
--zui-timeline-indicator-default-ring-darkOverride with your dark theme valueDark--zui-timeline-indicator-default-ring
--zui-timeline-indicator-sky-border-darkOverride with your dark theme valueDark--zui-timeline-indicator-sky-border
--zui-timeline-indicator-sky-bg-darkOverride with your dark theme valueDark--zui-timeline-indicator-sky-bg
--zui-timeline-indicator-sky-fg-darkOverride with your dark theme valueDark--zui-timeline-indicator-sky-fg
--zui-timeline-indicator-sky-ring-darkOverride with your dark theme valueDark--zui-timeline-indicator-sky-ring
--zui-timeline-indicator-rose-border-darkOverride with your dark theme valueDark--zui-timeline-indicator-rose-border
--zui-timeline-indicator-rose-bg-darkOverride with your dark theme valueDark--zui-timeline-indicator-rose-bg
--zui-timeline-indicator-rose-fg-darkOverride with your dark theme valueDark--zui-timeline-indicator-rose-fg
--zui-timeline-indicator-rose-ring-darkOverride with your dark theme valueDark--zui-timeline-indicator-rose-ring
--zui-timeline-indicator-purple-border-darkOverride with your dark theme valueDark--zui-timeline-indicator-purple-border
--zui-timeline-indicator-purple-bg-darkOverride with your dark theme valueDark--zui-timeline-indicator-purple-bg

Toast

Override these toast variables on :root, a theme selector, or a component wrapper.

116 tokens39 dark
VariableFallbackThemePair
--zui-toast-root-bgoklch(98.4% 0.003 247.858)Light--zui-toast-root-bg-dark
--zui-toast-root-fgoklch(20.8% 0.042 265.755)Light--zui-toast-root-fg-dark
--zui-toast-root-shadow0 8px 24px rgba(15,23,42,0.12)Light--zui-toast-root-shadow-dark
--zui-toast-root-default-bgoklch(12.9% 0.042 264.695)Light--zui-toast-root-default-bg-dark
--zui-toast-root-default-fgoklch(98.4% 0.003 247.858)Light--zui-toast-root-default-fg-dark
--zui-toast-root-success-borderoklch(69.6% 0.17 162.48 / 0.4)Light--zui-toast-root-success-border-dark
--zui-toast-root-success-bgoklch(26.2% 0.051 172.552)Light--zui-toast-root-success-bg-dark
--zui-toast-root-success-fgoklch(97.9% 0.021 166.113)Light--zui-toast-root-success-fg-dark
--zui-toast-root-warning-borderoklch(76.9% 0.188 70.08 / 0.4)Light--zui-toast-root-warning-border-dark
--zui-toast-root-warning-bgoklch(27.9% 0.077 45.635)Light--zui-toast-root-warning-bg-dark
--zui-toast-root-warning-fgoklch(98.7% 0.022 95.277)Light--zui-toast-root-warning-fg-dark
--zui-toast-root-error-borderoklch(64.5% 0.246 16.439 / 0.5)Light--zui-toast-root-error-border-dark
--zui-toast-root-error-bgoklch(27.1% 0.105 12.094)Light--zui-toast-root-error-bg-dark
--zui-toast-root-error-fgoklch(96.9% 0.015 12.422)Light--zui-toast-root-error-fg-dark
--zui-toast-root-info-borderoklch(68.5% 0.169 237.323 / 0.4)Light--zui-toast-root-info-border-dark
--zui-toast-root-info-bgoklch(29.3% 0.066 243.157)Light--zui-toast-root-info-bg-dark
--zui-toast-root-info-fgoklch(97.7% 0.013 236.62)Light--zui-toast-root-info-fg-dark
--zui-toast-root-ghost-bordertransparentLight--zui-toast-root-ghost-border-dark
--zui-toast-root-ghost-bgtransparentLight--zui-toast-root-ghost-bg-dark
--zui-toast-root-ghost-fgoklch(20.8% 0.042 265.755)Light--zui-toast-root-ghost-fg-dark
--zui-toast-root-purple-borderoklch(43.8% 0.218 303.724)Light--zui-toast-root-purple-border-dark
--zui-toast-root-purple-bgoklch(29.1% 0.149 302.717)Light--zui-toast-root-purple-bg-dark
--zui-toast-root-purple-fgoklch(97.7% 0.014 308.299)Light--zui-toast-root-purple-fg-dark
--zui-toast-root-pink-borderoklch(45.9% 0.187 3.815)Light--zui-toast-root-pink-border-dark
--zui-toast-root-pink-bgoklch(28.4% 0.109 3.907)Light--zui-toast-root-pink-bg-dark
--zui-toast-root-pink-fgoklch(97.1% 0.014 343.198)Light--zui-toast-root-pink-fg-dark
--zui-toast-root-orange-borderoklch(47% 0.157 37.304)Light--zui-toast-root-orange-border-dark
--zui-toast-root-orange-bgoklch(26.6% 0.079 36.259)Light--zui-toast-root-orange-bg-dark
--zui-toast-root-orange-fgoklch(98% 0.016 73.684)Light--zui-toast-root-orange-fg-dark
--zui-toast-root-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-toast-root-yellow-border-dark
--zui-toast-root-yellow-bgoklch(28.6% 0.066 53.813)Light--zui-toast-root-yellow-bg-dark
--zui-toast-root-yellow-fgoklch(98.7% 0.026 102.212)Light--zui-toast-root-yellow-fg-dark
--zui-toast-root-teal-borderoklch(43.7% 0.078 188.216)Light--zui-toast-root-teal-border-dark
--zui-toast-root-teal-bgoklch(27.7% 0.046 192.524)Light--zui-toast-root-teal-bg-dark
--zui-toast-root-teal-fgoklch(98.4% 0.014 180.72)Light--zui-toast-root-teal-fg-dark
--zui-toast-root-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-toast-root-indigo-border-dark
--zui-toast-root-indigo-bgoklch(25.7% 0.09 281.288)Light--zui-toast-root-indigo-bg-dark
--zui-toast-root-indigo-fgoklch(96.2% 0.018 272.314)Light--zui-toast-root-indigo-fg-dark
--zui-toast-root-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-toast-root-emerald-border-dark
--zui-toast-root-emerald-bgoklch(26.2% 0.051 172.552)Sharednone
--zui-toast-root-emerald-fgoklch(97.9% 0.021 166.113)Sharednone
--zui-toast-root-gray-borderoklch(27.8% 0.033 256.848)Sharednone
--zui-toast-root-gray-bgoklch(13% 0.028 261.692)Sharednone
--zui-toast-root-gray-fgoklch(98.5% 0.002 247.839)Sharednone
--zui-toast-root-amber-borderoklch(47.3% 0.137 46.201)Sharednone
--zui-toast-root-amber-bgoklch(27.9% 0.077 45.635)Sharednone
--zui-toast-root-amber-fgoklch(98.7% 0.022 95.277)Sharednone
--zui-toast-root-violet-borderoklch(43.2% 0.232 292.759)Sharednone
--zui-toast-root-violet-bgoklch(28.3% 0.141 291.089)Sharednone
--zui-toast-root-violet-fgoklch(96.9% 0.016 293.756)Sharednone
--zui-toast-root-gradient-blue-borderoklch(42.4% 0.199 265.638)Sharednone
--zui-toast-root-gradient-blue-fromoklch(97% 0.014 254.604)Sharednone
--zui-toast-root-gradient-blue-tooklch(97.7% 0.014 308.299)Sharednone
--zui-toast-root-gradient-green-borderoklch(44.8% 0.119 151.328)Sharednone
--zui-toast-root-gradient-green-fromoklch(98.2% 0.018 155.826)Sharednone
--zui-toast-root-gradient-green-tooklch(98.6% 0.031 120.757)Sharednone
--zui-toast-root-gradient-red-borderoklch(44.4% 0.177 26.899)Sharednone
--zui-toast-root-gradient-red-fromoklch(97.1% 0.013 17.38)Sharednone
--zui-toast-root-gradient-red-tooklch(97.1% 0.014 343.198)Sharednone
--zui-toast-root-gradient-yellow-borderoklch(47.6% 0.114 61.907)Sharednone
--zui-toast-root-gradient-yellow-fromoklch(98.7% 0.026 102.212)Sharednone
--zui-toast-root-gradient-yellow-tooklch(98% 0.016 73.684)Sharednone
--zui-toast-root-gradient-purple-borderoklch(43.8% 0.218 303.724)Sharednone
--zui-toast-root-gradient-purple-fromoklch(97.7% 0.014 308.299)Sharednone
--zui-toast-root-gradient-purple-tooklch(97.1% 0.014 343.198)Sharednone
--zui-toast-root-gradient-teal-borderoklch(43.7% 0.078 188.216)Sharednone
--zui-toast-root-gradient-teal-fromoklch(98.4% 0.014 180.72)Sharednone
--zui-toast-root-gradient-teal-tooklch(98.4% 0.019 200.873)Sharednone
--zui-toast-root-gradient-indigo-borderoklch(39.8% 0.195 277.366)Sharednone
--zui-toast-root-gradient-indigo-fromoklch(96.2% 0.018 272.314)Sharednone
--zui-toast-root-gradient-indigo-tooklch(97.7% 0.014 308.299)Sharednone
--zui-toast-root-gradient-pink-borderoklch(45.9% 0.187 3.815)Sharednone
--zui-toast-root-gradient-pink-fromoklch(97.1% 0.014 343.198)Sharednone
--zui-toast-root-gradient-pink-tooklch(96.9% 0.015 12.422)Sharednone
--zui-toast-root-gradient-orange-borderoklch(47% 0.157 37.304)Sharednone
--zui-toast-root-gradient-orange-fromoklch(98% 0.016 73.684)Sharednone
--zui-toast-root-gradient-orange-tooklch(97.1% 0.013 17.38)Sharednone
--zui-toast-root-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-toast-root-fg
--zui-toast-root-shadow-dark0 18px 48px rgba(15,23,42,0.45)Dark--zui-toast-root-shadow
--zui-toast-root-bg-darkOverride with your dark theme valueDark--zui-toast-root-bg
--zui-toast-root-default-bg-darkOverride with your dark theme valueDark--zui-toast-root-default-bg
--zui-toast-root-default-fg-darkOverride with your dark theme valueDark--zui-toast-root-default-fg
--zui-toast-root-success-border-darkOverride with your dark theme valueDark--zui-toast-root-success-border
--zui-toast-root-success-bg-darkOverride with your dark theme valueDark--zui-toast-root-success-bg
--zui-toast-root-success-fg-darkOverride with your dark theme valueDark--zui-toast-root-success-fg
--zui-toast-root-warning-border-darkOverride with your dark theme valueDark--zui-toast-root-warning-border
--zui-toast-root-warning-bg-darkOverride with your dark theme valueDark--zui-toast-root-warning-bg
--zui-toast-root-warning-fg-darkOverride with your dark theme valueDark--zui-toast-root-warning-fg
--zui-toast-root-error-border-darkOverride with your dark theme valueDark--zui-toast-root-error-border
--zui-toast-root-error-bg-darkOverride with your dark theme valueDark--zui-toast-root-error-bg
--zui-toast-root-error-fg-darkOverride with your dark theme valueDark--zui-toast-root-error-fg
--zui-toast-root-info-border-darkOverride with your dark theme valueDark--zui-toast-root-info-border
--zui-toast-root-info-bg-darkOverride with your dark theme valueDark--zui-toast-root-info-bg
--zui-toast-root-info-fg-darkOverride with your dark theme valueDark--zui-toast-root-info-fg
--zui-toast-root-ghost-border-darkOverride with your dark theme valueDark--zui-toast-root-ghost-border
--zui-toast-root-ghost-bg-darkOverride with your dark theme valueDark--zui-toast-root-ghost-bg
--zui-toast-root-ghost-fg-darkOverride with your dark theme valueDark--zui-toast-root-ghost-fg
--zui-toast-root-purple-border-darkOverride with your dark theme valueDark--zui-toast-root-purple-border
--zui-toast-root-purple-bg-darkOverride with your dark theme valueDark--zui-toast-root-purple-bg
--zui-toast-root-purple-fg-darkOverride with your dark theme valueDark--zui-toast-root-purple-fg
--zui-toast-root-pink-border-darkOverride with your dark theme valueDark--zui-toast-root-pink-border
--zui-toast-root-pink-bg-darkOverride with your dark theme valueDark--zui-toast-root-pink-bg
--zui-toast-root-pink-fg-darkOverride with your dark theme valueDark--zui-toast-root-pink-fg
--zui-toast-root-orange-border-darkOverride with your dark theme valueDark--zui-toast-root-orange-border
--zui-toast-root-orange-bg-darkOverride with your dark theme valueDark--zui-toast-root-orange-bg
--zui-toast-root-orange-fg-darkOverride with your dark theme valueDark--zui-toast-root-orange-fg
--zui-toast-root-yellow-border-darkOverride with your dark theme valueDark--zui-toast-root-yellow-border
--zui-toast-root-yellow-bg-darkOverride with your dark theme valueDark--zui-toast-root-yellow-bg
--zui-toast-root-yellow-fg-darkOverride with your dark theme valueDark--zui-toast-root-yellow-fg
--zui-toast-root-teal-border-darkOverride with your dark theme valueDark--zui-toast-root-teal-border
--zui-toast-root-teal-bg-darkOverride with your dark theme valueDark--zui-toast-root-teal-bg
--zui-toast-root-teal-fg-darkOverride with your dark theme valueDark--zui-toast-root-teal-fg
--zui-toast-root-indigo-border-darkOverride with your dark theme valueDark--zui-toast-root-indigo-border
--zui-toast-root-indigo-bg-darkOverride with your dark theme valueDark--zui-toast-root-indigo-bg
--zui-toast-root-indigo-fg-darkOverride with your dark theme valueDark--zui-toast-root-indigo-fg
--zui-toast-root-emerald-border-darkOverride with your dark theme valueDark--zui-toast-root-emerald-border

Toggle

Override these toggle variables on :root, a theme selector, or a component wrapper.

141 tokens42 dark
VariableFallbackThemePair
--zui-toggle-track-border#0000001aLight--zui-toggle-track-border-dark
--zui-toggle-track-ring-focusoklch(44.6% 0.043 257.281)Light--zui-toggle-track-ring-focus-dark
--zui-toggle-track-ring-offset-focusoklch(98.4% 0.003 247.858)Light--zui-toggle-track-ring-offset-focus-dark
--zui-toggle-track-border-checkedoklch(71.5% 0.143 215.221 / 0.4)Light--zui-toggle-track-border-checked-dark
--zui-toggle-track-default-bg-checkedoklch(78.9% 0.154 211.53 / 0.7)Light--zui-toggle-track-default-bg-checked-dark
--zui-toggle-track-success-border-checkedoklch(69.6% 0.17 162.48 / 0.7)Light--zui-toggle-track-success-border-checked-dark
--zui-toggle-track-success-bg-checkedoklch(76.5% 0.177 163.223 / 0.8)Light--zui-toggle-track-success-bg-checked-dark
--zui-toggle-track-destructive-border-checkedoklch(64.5% 0.246 16.439 / 0.4)Light--zui-toggle-track-destructive-border-checked-dark
--zui-toggle-track-destructive-bg-checkedoklch(71.2% 0.194 13.428 / 0.8)Light--zui-toggle-track-destructive-bg-checked-dark
--zui-toggle-track-neutral-border-checkedoklch(55.4% 0.046 257.417 / 0.4)Light--zui-toggle-track-neutral-border-checked-dark
--zui-toggle-track-neutral-bg-checkedoklch(70.4% 0.04 256.788 / 0.9)Light--zui-toggle-track-neutral-bg-checked-dark
--zui-toggle-track-indigo-border-checkedoklch(58.5% 0.233 277.117 / 0.4)Light--zui-toggle-track-indigo-border-checked-dark
--zui-toggle-track-indigo-bg-checkedoklch(67.3% 0.182 276.935 / 0.8)Light--zui-toggle-track-indigo-bg-checked-dark
--zui-toggle-track-purple-border-checkedoklch(62.7% 0.265 303.9 / 0.4)Light--zui-toggle-track-purple-border-checked-dark
--zui-toggle-track-purple-bg-checkedoklch(71.4% 0.203 305.504 / 0.8)Light--zui-toggle-track-purple-bg-checked-dark
--zui-toggle-track-pink-border-checkedoklch(65.6% 0.241 354.308 / 0.4)Light--zui-toggle-track-pink-border-checked-dark
--zui-toggle-track-pink-bg-checkedoklch(71.8% 0.202 349.761 / 0.8)Light--zui-toggle-track-pink-bg-checked-dark
--zui-toggle-track-orange-border-checkedoklch(70.5% 0.213 47.604 / 0.4)Light--zui-toggle-track-orange-border-checked-dark
--zui-toggle-track-orange-bg-checkedoklch(75% 0.183 55.934 / 0.8)Light--zui-toggle-track-orange-bg-checked-dark
--zui-toggle-track-yellow-border-checkedoklch(79.5% 0.184 86.047 / 0.4)Light--zui-toggle-track-yellow-border-checked-dark
--zui-toggle-track-yellow-bg-checkedoklch(85.2% 0.199 91.936 / 0.8)Light--zui-toggle-track-yellow-bg-checked-dark
--zui-toggle-track-green-border-checkedoklch(72.3% 0.219 149.579 / 0.4)Light--zui-toggle-track-green-border-checked-dark
--zui-toggle-track-green-bg-checkedoklch(79.2% 0.209 151.711 / 0.8)Light--zui-toggle-track-green-bg-checked-dark
--zui-toggle-track-teal-border-checkedoklch(70.4% 0.14 182.503 / 0.4)Light--zui-toggle-track-teal-border-checked-dark
--zui-toggle-track-teal-bg-checkedoklch(77.7% 0.152 181.912 / 0.8)Light--zui-toggle-track-teal-bg-checked-dark
--zui-toggle-track-cyan-border-checkedoklch(71.5% 0.143 215.221 / 0.4)Light--zui-toggle-track-cyan-border-checked-dark
--zui-toggle-track-cyan-bg-checkedoklch(78.9% 0.154 211.53 / 0.8)Light--zui-toggle-track-cyan-bg-checked-dark
--zui-toggle-track-lime-border-checkedoklch(76.8% 0.233 130.85 / 0.4)Light--zui-toggle-track-lime-border-checked-dark
--zui-toggle-track-lime-bg-checkedoklch(84.1% 0.238 128.85 / 0.8)Light--zui-toggle-track-lime-bg-checked-dark
--zui-toggle-track-emerald-border-checkedoklch(69.6% 0.17 162.48 / 0.4)Light--zui-toggle-track-emerald-border-checked-dark
--zui-toggle-track-emerald-bg-checkedoklch(76.5% 0.177 163.223 / 0.8)Light--zui-toggle-track-emerald-bg-checked-dark
--zui-toggle-track-rose-border-checkedoklch(64.5% 0.246 16.439 / 0.4)Light--zui-toggle-track-rose-border-checked-dark
--zui-toggle-track-rose-bg-checkedoklch(71.2% 0.194 13.428 / 0.8)Light--zui-toggle-track-rose-bg-checked-dark
--zui-toggle-track-slate-border-checkedoklch(55.4% 0.046 257.417 / 0.4)Light--zui-toggle-track-slate-border-checked-dark
--zui-toggle-track-slate-bg-checkedoklch(70.4% 0.04 256.788 / 0.9)Light--zui-toggle-track-slate-bg-checked-dark
--zui-toggle-track-zinc-border-checkedoklch(70.5% 0.015 286.067 / 0.4)Light--zui-toggle-track-zinc-border-checked-dark
--zui-toggle-track-zinc-bg-checkedoklch(44.2% 0.017 285.786 / 0.9)Light--zui-toggle-track-zinc-bg-checked-dark
--zui-toggle-track-gray-border-checkedoklch(70.7% 0.022 261.325 / 0.4)Light--zui-toggle-track-gray-border-checked-dark
--zui-toggle-track-gray-bg-checkedoklch(70.7% 0.022 261.325 / 0.8)Light--zui-toggle-track-gray-bg-checked-dark
--zui-toggle-track-stone-bgoklch(86.9% 0.005 56.366)Light--zui-toggle-track-stone-bg-dark
--zui-toggle-track-stone-border-checkedoklch(70.9% 0.01 56.259 / 0.4)Light--zui-toggle-track-stone-border-checked-dark
--zui-toggle-track-stone-bg-checkedoklch(44.4% 0.011 73.639 / 0.9)Light--zui-toggle-track-stone-bg-checked-dark
--zui-toggle-track-gradient-blue-bgoklch(80.9% 0.105 251.813)Sharednone
--zui-toggle-track-gradient-blue-fromoklch(42.4% 0.199 265.638)Sharednone
--zui-toggle-track-gradient-blue-tooklch(43.8% 0.218 303.724)Sharednone
--zui-toggle-track-gradient-green-bgoklch(87.1% 0.15 154.449)Sharednone
--zui-toggle-track-gradient-green-fromoklch(44.8% 0.119 151.328)Sharednone
--zui-toggle-track-gradient-green-tooklch(45.3% 0.124 130.933)Sharednone
--zui-toggle-track-gradient-red-bgoklch(80.8% 0.114 19.571)Sharednone
--zui-toggle-track-gradient-red-fromoklch(44.4% 0.177 26.899)Sharednone
--zui-toggle-track-gradient-red-tooklch(45.9% 0.187 3.815)Sharednone
--zui-toggle-track-gradient-yellow-bgoklch(90.5% 0.182 98.111)Sharednone
--zui-toggle-track-gradient-yellow-fromoklch(47.6% 0.114 61.907)Sharednone
--zui-toggle-track-gradient-yellow-tooklch(47% 0.157 37.304)Sharednone
--zui-toggle-track-gradient-purple-bgoklch(82.7% 0.119 306.383)Sharednone
--zui-toggle-track-gradient-purple-fromoklch(43.8% 0.218 303.724)Sharednone
--zui-toggle-track-gradient-purple-tooklch(45.9% 0.187 3.815)Sharednone
--zui-toggle-track-gradient-teal-bgoklch(85.5% 0.138 181.071)Sharednone
--zui-toggle-track-gradient-teal-fromoklch(43.7% 0.078 188.216)Sharednone
--zui-toggle-track-gradient-teal-tooklch(45% 0.085 224.283)Sharednone
--zui-toggle-track-gradient-indigo-bgoklch(78.5% 0.115 274.713)Sharednone
--zui-toggle-track-gradient-indigo-fromoklch(39.8% 0.195 277.366)Sharednone
--zui-toggle-track-gradient-indigo-tooklch(43.8% 0.218 303.724)Sharednone
--zui-toggle-track-gradient-pink-bgoklch(82.3% 0.12 346.018)Sharednone
--zui-toggle-track-gradient-pink-fromoklch(45.9% 0.187 3.815)Sharednone
--zui-toggle-track-gradient-pink-tooklch(45.5% 0.188 13.697)Sharednone
--zui-toggle-track-gradient-orange-bgoklch(83.7% 0.128 66.29)Sharednone
--zui-toggle-track-gradient-orange-fromoklch(47% 0.157 37.304)Sharednone
--zui-toggle-track-gradient-orange-tooklch(44.4% 0.177 26.899)Sharednone
--zui-toggle-thumb-borderoklch(20.8% 0.042 265.755 / 0.3)Sharednone
--zui-toggle-thumb-shadow0 1px 2px rgba(15,23,42,0.12)Sharednone
--zui-toggle-thumb-colors-default-bg#ffffffSharednone
--zui-toggle-thumb-colors-success-bgoklch(69.6% 0.17 162.48)Sharednone
--zui-toggle-thumb-colors-destructive-bgoklch(64.5% 0.246 16.439)Sharednone
--zui-toggle-thumb-colors-neutral-bgoklch(55.4% 0.046 257.417)Sharednone
--zui-toggle-thumb-colors-indigo-bgoklch(58.5% 0.233 277.117)Sharednone
--zui-toggle-thumb-colors-purple-bgoklch(62.7% 0.265 303.9)Sharednone
--zui-toggle-thumb-colors-pink-bgoklch(65.6% 0.241 354.308)Sharednone
--zui-toggle-thumb-colors-orange-bgoklch(70.5% 0.213 47.604)Sharednone
--zui-toggle-thumb-colors-yellow-bgoklch(79.5% 0.184 86.047)Sharednone
--zui-toggle-thumb-colors-green-bgoklch(72.3% 0.219 149.579)Sharednone
--zui-toggle-thumb-colors-teal-bgoklch(70.4% 0.14 182.503)Sharednone
--zui-toggle-thumb-colors-cyan-bgoklch(71.5% 0.143 215.221)Sharednone
--zui-toggle-thumb-colors-lime-bgoklch(76.8% 0.233 130.85)Sharednone
--zui-toggle-thumb-colors-emerald-bgoklch(69.6% 0.17 162.48)Sharednone
--zui-toggle-thumb-colors-rose-bgoklch(64.5% 0.246 16.439)Sharednone
--zui-toggle-thumb-colors-slate-bgoklch(55.4% 0.046 257.417)Sharednone
--zui-toggle-thumb-colors-zinc-bgoklch(55.2% 0.016 285.938)Sharednone
--zui-toggle-thumb-colors-gray-bgoklch(55.1% 0.027 264.364)Sharednone
--zui-toggle-thumb-colors-stone-bgoklch(55.3% 0.013 58.071)Sharednone
--zui-toggle-thumb-colors-gradient-blue-bgoklch(62.3% 0.214 259.815)Sharednone
--zui-toggle-thumb-colors-gradient-green-bgoklch(72.3% 0.219 149.579)Sharednone
--zui-toggle-thumb-colors-gradient-red-bgoklch(63.7% 0.237 25.331)Sharednone
--zui-toggle-thumb-colors-gradient-yellow-bgoklch(79.5% 0.184 86.047)Sharednone
--zui-toggle-thumb-colors-gradient-purple-bgoklch(62.7% 0.265 303.9)Sharednone
--zui-toggle-thumb-colors-gradient-teal-bgoklch(70.4% 0.14 182.503)Sharednone
--zui-toggle-thumb-colors-gradient-indigo-bgoklch(58.5% 0.233 277.117)Sharednone
--zui-toggle-thumb-colors-gradient-pink-bgoklch(65.6% 0.241 354.308)Sharednone
--zui-toggle-thumb-colors-gradient-orange-bgoklch(70.5% 0.213 47.604)Sharednone
--zui-toggle-track-border-dark#ffffff1aDark--zui-toggle-track-border
--zui-toggle-track-ring-focus-darkoklch(86.9% 0.022 252.894)Dark--zui-toggle-track-ring-focus
--zui-toggle-track-ring-offset-focus-darkOverride with your dark theme valueDark--zui-toggle-track-ring-offset-focus
--zui-toggle-track-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-border-checked
--zui-toggle-track-default-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-default-bg-checked
--zui-toggle-track-success-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-success-border-checked
--zui-toggle-track-success-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-success-bg-checked
--zui-toggle-track-destructive-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-destructive-border-checked
--zui-toggle-track-destructive-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-destructive-bg-checked
--zui-toggle-track-neutral-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-neutral-border-checked
--zui-toggle-track-neutral-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-neutral-bg-checked
--zui-toggle-track-indigo-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-indigo-border-checked
--zui-toggle-track-indigo-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-indigo-bg-checked
--zui-toggle-track-purple-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-purple-border-checked
--zui-toggle-track-purple-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-purple-bg-checked
--zui-toggle-track-pink-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-pink-border-checked
--zui-toggle-track-pink-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-pink-bg-checked
--zui-toggle-track-orange-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-orange-border-checked
--zui-toggle-track-orange-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-orange-bg-checked
--zui-toggle-track-yellow-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-yellow-border-checked
--zui-toggle-track-yellow-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-yellow-bg-checked
--zui-toggle-track-green-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-green-border-checked
--zui-toggle-track-green-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-green-bg-checked
--zui-toggle-track-teal-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-teal-border-checked
--zui-toggle-track-teal-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-teal-bg-checked
--zui-toggle-track-cyan-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-cyan-border-checked
--zui-toggle-track-cyan-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-cyan-bg-checked
--zui-toggle-track-lime-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-lime-border-checked
--zui-toggle-track-lime-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-lime-bg-checked
--zui-toggle-track-emerald-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-emerald-border-checked
--zui-toggle-track-emerald-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-emerald-bg-checked
--zui-toggle-track-rose-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-rose-border-checked
--zui-toggle-track-rose-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-rose-bg-checked
--zui-toggle-track-slate-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-slate-border-checked
--zui-toggle-track-slate-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-slate-bg-checked
--zui-toggle-track-zinc-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-zinc-border-checked
--zui-toggle-track-zinc-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-zinc-bg-checked
--zui-toggle-track-gray-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-gray-border-checked
--zui-toggle-track-gray-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-gray-bg-checked
--zui-toggle-track-stone-bg-darkOverride with your dark theme valueDark--zui-toggle-track-stone-bg
--zui-toggle-track-stone-border-checked-darkOverride with your dark theme valueDark--zui-toggle-track-stone-border-checked
--zui-toggle-track-stone-bg-checked-darkOverride with your dark theme valueDark--zui-toggle-track-stone-bg-checked

Tooltip

Override these tooltip variables on :root, a theme selector, or a component wrapper.

112 tokens56 dark
VariableFallbackThemePair
--zui-tooltip-default-bg#ffffffLight--zui-tooltip-default-bg-dark
--zui-tooltip-default-fgoklch(20.8% 0.042 265.755)Light--zui-tooltip-default-fg-dark
--zui-tooltip-outline-bg#000000Light--zui-tooltip-outline-bg-dark
--zui-tooltip-outline-fg#ffffffLight--zui-tooltip-outline-fg-dark
--zui-tooltip-ghost-bgoklch(27.8% 0.033 256.848)Light--zui-tooltip-ghost-bg-dark
--zui-tooltip-ghost-fg#ffffffe6Light--zui-tooltip-ghost-fg-dark
--zui-tooltip-glass-border#00000026Light--zui-tooltip-glass-border-dark
--zui-tooltip-glass-bg#0000001aLight--zui-tooltip-glass-bg-dark
--zui-tooltip-glass-fgoklch(20.8% 0.042 265.755)Light--zui-tooltip-glass-fg-dark
--zui-tooltip-emerald-bgoklch(43.2% 0.095 166.913)Light--zui-tooltip-emerald-bg-dark
--zui-tooltip-emerald-fg#ffffffLight--zui-tooltip-emerald-fg-dark
--zui-tooltip-indigo-bgoklch(39.8% 0.195 277.366)Light--zui-tooltip-indigo-bg-dark
--zui-tooltip-indigo-fg#ffffffLight--zui-tooltip-indigo-fg-dark
--zui-tooltip-purple-bgoklch(43.8% 0.218 303.724)Light--zui-tooltip-purple-bg-dark
--zui-tooltip-purple-fg#ffffffLight--zui-tooltip-purple-fg-dark
--zui-tooltip-pink-bgoklch(45.9% 0.187 3.815)Light--zui-tooltip-pink-bg-dark
--zui-tooltip-pink-fg#ffffffLight--zui-tooltip-pink-fg-dark
--zui-tooltip-rose-bgoklch(45.5% 0.188 13.697)Light--zui-tooltip-rose-bg-dark
--zui-tooltip-rose-fg#ffffffLight--zui-tooltip-rose-fg-dark
--zui-tooltip-sky-bgoklch(50% 0.134 242.749)Light--zui-tooltip-sky-bg-dark
--zui-tooltip-sky-fg#ffffffLight--zui-tooltip-sky-fg-dark
--zui-tooltip-teal-bgoklch(43.7% 0.078 188.216)Light--zui-tooltip-teal-bg-dark
--zui-tooltip-teal-fg#ffffffLight--zui-tooltip-teal-fg-dark
--zui-tooltip-yellow-bgoklch(47.6% 0.114 61.907)Light--zui-tooltip-yellow-bg-dark
--zui-tooltip-yellow-fg#ffffffLight--zui-tooltip-yellow-fg-dark
--zui-tooltip-orange-bgoklch(47% 0.157 37.304)Light--zui-tooltip-orange-bg-dark
--zui-tooltip-orange-fg#ffffffLight--zui-tooltip-orange-fg-dark
--zui-tooltip-green-bgoklch(44.8% 0.119 151.328)Light--zui-tooltip-green-bg-dark
--zui-tooltip-green-fg#ffffffLight--zui-tooltip-green-fg-dark
--zui-tooltip-gradient-blue-fromoklch(42.4% 0.199 265.638)Light--zui-tooltip-gradient-blue-from-dark
--zui-tooltip-gradient-blue-tooklch(43.8% 0.218 303.724)Light--zui-tooltip-gradient-blue-to-dark
--zui-tooltip-gradient-blue-fg#ffffffLight--zui-tooltip-gradient-blue-fg-dark
--zui-tooltip-gradient-green-fromoklch(44.8% 0.119 151.328)Light--zui-tooltip-gradient-green-from-dark
--zui-tooltip-gradient-green-tooklch(45.3% 0.124 130.933)Light--zui-tooltip-gradient-green-to-dark
--zui-tooltip-gradient-green-fg#ffffffLight--zui-tooltip-gradient-green-fg-dark
--zui-tooltip-gradient-red-fromoklch(44.4% 0.177 26.899)Light--zui-tooltip-gradient-red-from-dark
--zui-tooltip-gradient-red-tooklch(45.9% 0.187 3.815)Light--zui-tooltip-gradient-red-to-dark
--zui-tooltip-gradient-red-fg#ffffffLight--zui-tooltip-gradient-red-fg-dark
--zui-tooltip-gradient-yellow-fromoklch(47.6% 0.114 61.907)Light--zui-tooltip-gradient-yellow-from-dark
--zui-tooltip-gradient-yellow-tooklch(47% 0.157 37.304)Light--zui-tooltip-gradient-yellow-to-dark
--zui-tooltip-gradient-yellow-fg#ffffffLight--zui-tooltip-gradient-yellow-fg-dark
--zui-tooltip-gradient-purple-fromoklch(43.8% 0.218 303.724)Light--zui-tooltip-gradient-purple-from-dark
--zui-tooltip-gradient-purple-tooklch(45.9% 0.187 3.815)Light--zui-tooltip-gradient-purple-to-dark
--zui-tooltip-gradient-purple-fg#ffffffLight--zui-tooltip-gradient-purple-fg-dark
--zui-tooltip-gradient-teal-fromoklch(43.7% 0.078 188.216)Light--zui-tooltip-gradient-teal-from-dark
--zui-tooltip-gradient-teal-tooklch(45% 0.085 224.283)Light--zui-tooltip-gradient-teal-to-dark
--zui-tooltip-gradient-teal-fg#ffffffLight--zui-tooltip-gradient-teal-fg-dark
--zui-tooltip-gradient-indigo-fromoklch(39.8% 0.195 277.366)Light--zui-tooltip-gradient-indigo-from-dark
--zui-tooltip-gradient-indigo-tooklch(43.8% 0.218 303.724)Light--zui-tooltip-gradient-indigo-to-dark
--zui-tooltip-gradient-indigo-fg#ffffffLight--zui-tooltip-gradient-indigo-fg-dark
--zui-tooltip-gradient-pink-fromoklch(45.9% 0.187 3.815)Light--zui-tooltip-gradient-pink-from-dark
--zui-tooltip-gradient-pink-tooklch(45.5% 0.188 13.697)Light--zui-tooltip-gradient-pink-to-dark
--zui-tooltip-gradient-pink-fg#ffffffLight--zui-tooltip-gradient-pink-fg-dark
--zui-tooltip-gradient-orange-fromoklch(47% 0.157 37.304)Light--zui-tooltip-gradient-orange-from-dark
--zui-tooltip-gradient-orange-tooklch(44.4% 0.177 26.899)Light--zui-tooltip-gradient-orange-to-dark
--zui-tooltip-gradient-orange-fg#ffffffLight--zui-tooltip-gradient-orange-fg-dark
--zui-tooltip-default-bg-dark#000000Dark--zui-tooltip-default-bg
--zui-tooltip-default-fg-dark#ffffffDark--zui-tooltip-default-fg
--zui-tooltip-outline-bg-darkOverride with your dark theme valueDark--zui-tooltip-outline-bg
--zui-tooltip-outline-fg-darkOverride with your dark theme valueDark--zui-tooltip-outline-fg
--zui-tooltip-ghost-bg-darkOverride with your dark theme valueDark--zui-tooltip-ghost-bg
--zui-tooltip-ghost-fg-darkOverride with your dark theme valueDark--zui-tooltip-ghost-fg
--zui-tooltip-glass-border-darkOverride with your dark theme valueDark--zui-tooltip-glass-border
--zui-tooltip-glass-bg-darkOverride with your dark theme valueDark--zui-tooltip-glass-bg
--zui-tooltip-glass-fg-darkOverride with your dark theme valueDark--zui-tooltip-glass-fg
--zui-tooltip-emerald-bg-darkOverride with your dark theme valueDark--zui-tooltip-emerald-bg
--zui-tooltip-emerald-fg-darkOverride with your dark theme valueDark--zui-tooltip-emerald-fg
--zui-tooltip-indigo-bg-darkOverride with your dark theme valueDark--zui-tooltip-indigo-bg
--zui-tooltip-indigo-fg-darkOverride with your dark theme valueDark--zui-tooltip-indigo-fg
--zui-tooltip-purple-bg-darkOverride with your dark theme valueDark--zui-tooltip-purple-bg
--zui-tooltip-purple-fg-darkOverride with your dark theme valueDark--zui-tooltip-purple-fg
--zui-tooltip-pink-bg-darkOverride with your dark theme valueDark--zui-tooltip-pink-bg
--zui-tooltip-pink-fg-darkOverride with your dark theme valueDark--zui-tooltip-pink-fg
--zui-tooltip-rose-bg-darkOverride with your dark theme valueDark--zui-tooltip-rose-bg
--zui-tooltip-rose-fg-darkOverride with your dark theme valueDark--zui-tooltip-rose-fg
--zui-tooltip-sky-bg-darkOverride with your dark theme valueDark--zui-tooltip-sky-bg
--zui-tooltip-sky-fg-darkOverride with your dark theme valueDark--zui-tooltip-sky-fg
--zui-tooltip-teal-bg-darkOverride with your dark theme valueDark--zui-tooltip-teal-bg
--zui-tooltip-teal-fg-darkOverride with your dark theme valueDark--zui-tooltip-teal-fg
--zui-tooltip-yellow-bg-darkOverride with your dark theme valueDark--zui-tooltip-yellow-bg
--zui-tooltip-yellow-fg-darkOverride with your dark theme valueDark--zui-tooltip-yellow-fg
--zui-tooltip-orange-bg-darkOverride with your dark theme valueDark--zui-tooltip-orange-bg
--zui-tooltip-orange-fg-darkOverride with your dark theme valueDark--zui-tooltip-orange-fg
--zui-tooltip-green-bg-darkOverride with your dark theme valueDark--zui-tooltip-green-bg
--zui-tooltip-green-fg-darkOverride with your dark theme valueDark--zui-tooltip-green-fg
--zui-tooltip-gradient-blue-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-blue-from
--zui-tooltip-gradient-blue-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-blue-to
--zui-tooltip-gradient-blue-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-blue-fg
--zui-tooltip-gradient-green-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-green-from
--zui-tooltip-gradient-green-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-green-to
--zui-tooltip-gradient-green-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-green-fg
--zui-tooltip-gradient-red-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-red-from
--zui-tooltip-gradient-red-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-red-to
--zui-tooltip-gradient-red-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-red-fg
--zui-tooltip-gradient-yellow-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-yellow-from
--zui-tooltip-gradient-yellow-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-yellow-to
--zui-tooltip-gradient-yellow-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-yellow-fg
--zui-tooltip-gradient-purple-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-purple-from
--zui-tooltip-gradient-purple-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-purple-to
--zui-tooltip-gradient-purple-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-purple-fg
--zui-tooltip-gradient-teal-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-teal-from
--zui-tooltip-gradient-teal-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-teal-to
--zui-tooltip-gradient-teal-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-teal-fg
--zui-tooltip-gradient-indigo-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-indigo-from
--zui-tooltip-gradient-indigo-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-indigo-to
--zui-tooltip-gradient-indigo-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-indigo-fg
--zui-tooltip-gradient-pink-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-pink-from
--zui-tooltip-gradient-pink-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-pink-to
--zui-tooltip-gradient-pink-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-pink-fg
--zui-tooltip-gradient-orange-from-darkOverride with your dark theme valueDark--zui-tooltip-gradient-orange-from
--zui-tooltip-gradient-orange-to-darkOverride with your dark theme valueDark--zui-tooltip-gradient-orange-to
--zui-tooltip-gradient-orange-fg-darkOverride with your dark theme valueDark--zui-tooltip-gradient-orange-fg

TreeView

Override these TreeView variables on :root, a theme selector, or a component wrapper.

137 tokens68 dark
VariableFallbackThemePair
--zui-tree-view-card-bg#0000000dLight--zui-tree-view-card-bg-dark
--zui-tree-view-card-border#0000001aLight--zui-tree-view-card-border-dark
--zui-tree-view-chevronoklch(55.5% 0.041 257.417)Light--zui-tree-view-chevron-dark
--zui-tree-view-default-border#0000001aLight--zui-tree-view-default-border-dark
--zui-tree-view-emerald-borderoklch(43.2% 0.095 166.913)Light--zui-tree-view-emerald-border-dark
--zui-tree-view-emerald-selectedoklch(95% 0.052 163.051)Light--zui-tree-view-emerald-selected-dark
--zui-tree-view-emerald-selected-fgoklch(43.2% 0.095 166.913)Light--zui-tree-view-emerald-selected-fg-dark
--zui-tree-view-fgoklch(20.8% 0.042 265.755)Light--zui-tree-view-fg-dark
--zui-tree-view-gradient-blue-borderoklch(42.4% 0.199 265.638)Light--zui-tree-view-gradient-blue-border-dark
--zui-tree-view-gradient-blue-fromoklch(80.9% 0.105 251.813)Light--zui-tree-view-gradient-blue-from-dark
--zui-tree-view-gradient-blue-tooklch(82.7% 0.119 306.383)Light--zui-tree-view-gradient-blue-to-dark
--zui-tree-view-gradient-fg#ffffffSharednone
--zui-tree-view-gradient-green-borderoklch(44.8% 0.119 151.328)Light--zui-tree-view-gradient-green-border-dark
--zui-tree-view-gradient-green-fromoklch(87.1% 0.15 154.449)Light--zui-tree-view-gradient-green-from-dark
--zui-tree-view-gradient-green-tooklch(89.7% 0.196 126.665)Light--zui-tree-view-gradient-green-to-dark
--zui-tree-view-gradient-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-tree-view-gradient-indigo-border-dark
--zui-tree-view-gradient-indigo-fromoklch(78.5% 0.115 274.713)Light--zui-tree-view-gradient-indigo-from-dark
--zui-tree-view-gradient-indigo-tooklch(82.7% 0.119 306.383)Light--zui-tree-view-gradient-indigo-to-dark
--zui-tree-view-gradient-orange-borderoklch(47% 0.157 37.304)Light--zui-tree-view-gradient-orange-border-dark
--zui-tree-view-gradient-orange-fromoklch(83.7% 0.128 66.29)Light--zui-tree-view-gradient-orange-from-dark
--zui-tree-view-gradient-orange-tooklch(80.8% 0.114 19.571)Light--zui-tree-view-gradient-orange-to-dark
--zui-tree-view-gradient-pink-borderoklch(45.9% 0.187 3.815)Light--zui-tree-view-gradient-pink-border-dark
--zui-tree-view-gradient-pink-fromoklch(82.3% 0.12 346.018)Light--zui-tree-view-gradient-pink-from-dark
--zui-tree-view-gradient-pink-tooklch(81% 0.117 11.638)Light--zui-tree-view-gradient-pink-to-dark
--zui-tree-view-gradient-purple-borderoklch(43.8% 0.218 303.724)Light--zui-tree-view-gradient-purple-border-dark
--zui-tree-view-gradient-purple-fromoklch(82.7% 0.119 306.383)Light--zui-tree-view-gradient-purple-from-dark
--zui-tree-view-gradient-purple-tooklch(82.3% 0.12 346.018)Light--zui-tree-view-gradient-purple-to-dark
--zui-tree-view-gradient-red-borderoklch(44.4% 0.177 26.899)Light--zui-tree-view-gradient-red-border-dark
--zui-tree-view-gradient-red-fromoklch(80.8% 0.114 19.571)Light--zui-tree-view-gradient-red-from-dark
--zui-tree-view-gradient-red-tooklch(82.3% 0.12 346.018)Light--zui-tree-view-gradient-red-to-dark
--zui-tree-view-gradient-teal-borderoklch(43.7% 0.078 188.216)Light--zui-tree-view-gradient-teal-border-dark
--zui-tree-view-gradient-teal-fromoklch(85.5% 0.138 181.071)Light--zui-tree-view-gradient-teal-from-dark
--zui-tree-view-gradient-teal-tooklch(86.5% 0.127 207.078)Light--zui-tree-view-gradient-teal-to-dark
--zui-tree-view-gradient-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-tree-view-gradient-yellow-border-dark
--zui-tree-view-gradient-yellow-fromoklch(90.5% 0.182 98.111)Light--zui-tree-view-gradient-yellow-from-dark
--zui-tree-view-gradient-yellow-tooklch(83.7% 0.128 66.29)Light--zui-tree-view-gradient-yellow-to-dark
--zui-tree-view-guide#0000001aLight--zui-tree-view-guide-dark
--zui-tree-view-iconoklch(55.5% 0.041 257.417)Light--zui-tree-view-icon-dark
--zui-tree-view-indigo-borderoklch(39.8% 0.195 277.366)Light--zui-tree-view-indigo-border-dark
--zui-tree-view-indigo-selectedoklch(93% 0.034 272.788)Light--zui-tree-view-indigo-selected-dark
--zui-tree-view-indigo-selected-fgoklch(39.8% 0.195 277.366)Light--zui-tree-view-indigo-selected-fg-dark
--zui-tree-view-item-hover#0000000dLight--zui-tree-view-item-hover-dark
--zui-tree-view-orange-borderoklch(47% 0.157 37.304)Light--zui-tree-view-orange-border-dark
--zui-tree-view-orange-selectedoklch(95.4% 0.038 75.164)Light--zui-tree-view-orange-selected-dark
--zui-tree-view-orange-selected-fgoklch(47% 0.157 37.304)Light--zui-tree-view-orange-selected-fg-dark
--zui-tree-view-outline-border#00000026Light--zui-tree-view-outline-border-dark
--zui-tree-view-pink-borderoklch(45.9% 0.187 3.815)Light--zui-tree-view-pink-border-dark
--zui-tree-view-pink-selectedoklch(94.8% 0.028 342.258)Light--zui-tree-view-pink-selected-dark
--zui-tree-view-pink-selected-fgoklch(45.9% 0.187 3.815)Light--zui-tree-view-pink-selected-fg-dark
--zui-tree-view-purple-borderoklch(43.8% 0.218 303.724)Light--zui-tree-view-purple-border-dark
--zui-tree-view-purple-selectedoklch(94.6% 0.033 307.174)Light--zui-tree-view-purple-selected-dark
--zui-tree-view-purple-selected-fgoklch(43.8% 0.218 303.724)Light--zui-tree-view-purple-selected-fg-dark
--zui-tree-view-ring-focus#0000004dLight--zui-tree-view-ring-focus-dark
--zui-tree-view-rose-borderoklch(45.5% 0.188 13.697)Light--zui-tree-view-rose-border-dark
--zui-tree-view-rose-selectedoklch(94.1% 0.03 12.58)Light--zui-tree-view-rose-selected-dark
--zui-tree-view-rose-selected-fgoklch(45.5% 0.188 13.697)Light--zui-tree-view-rose-selected-fg-dark
--zui-tree-view-selected#00000014Light--zui-tree-view-selected-dark
--zui-tree-view-selected-fgoklch(20.8% 0.042 265.755)Light--zui-tree-view-selected-fg-dark
--zui-tree-view-separated-bgoklch(98.4% 0.003 247.858 / 0.4)Light--zui-tree-view-separated-bg-dark
--zui-tree-view-separated-border#0000001aLight--zui-tree-view-separated-border-dark
--zui-tree-view-sky-borderoklch(44.3% 0.11 240.79)Light--zui-tree-view-sky-border-dark
--zui-tree-view-sky-selectedoklch(95.1% 0.026 236.824)Light--zui-tree-view-sky-selected-dark
--zui-tree-view-sky-selected-fgoklch(44.3% 0.11 240.79)Light--zui-tree-view-sky-selected-fg-dark
--zui-tree-view-teal-borderoklch(43.7% 0.078 188.216)Light--zui-tree-view-teal-border-dark
--zui-tree-view-teal-selectedoklch(95.3% 0.051 180.801)Light--zui-tree-view-teal-selected-dark
--zui-tree-view-teal-selected-fgoklch(43.7% 0.078 188.216)Light--zui-tree-view-teal-selected-fg-dark
--zui-tree-view-yellow-borderoklch(47.6% 0.114 61.907)Light--zui-tree-view-yellow-border-dark
--zui-tree-view-yellow-selectedoklch(97.3% 0.071 103.193)Light--zui-tree-view-yellow-selected-dark
--zui-tree-view-yellow-selected-fgoklch(47.6% 0.114 61.907)Light--zui-tree-view-yellow-selected-fg-dark
--zui-tree-view-card-bg-dark#00000099Dark--zui-tree-view-card-bg
--zui-tree-view-card-border-dark#ffffff1aDark--zui-tree-view-card-border
--zui-tree-view-chevron-darkoklch(70.4% 0.04 256.788)Dark--zui-tree-view-chevron
--zui-tree-view-default-border-dark#ffffff1aDark--zui-tree-view-default-border
--zui-tree-view-emerald-border-darkoklch(59.6% 0.145 163.225)Dark--zui-tree-view-emerald-border
--zui-tree-view-emerald-selected-darkoklch(59.6% 0.145 163.225 / 0.16)Dark--zui-tree-view-emerald-selected
--zui-tree-view-emerald-selected-fg-darkoklch(84.5% 0.143 164.978)Dark--zui-tree-view-emerald-selected-fg
--zui-tree-view-fg-darkoklch(92.9% 0.013 255.508)Dark--zui-tree-view-fg
--zui-tree-view-gradient-blue-border-darkoklch(54.6% 0.245 262.881)Dark--zui-tree-view-gradient-blue-border
--zui-tree-view-gradient-blue-from-darkoklch(54.6% 0.245 262.881)Dark--zui-tree-view-gradient-blue-from
--zui-tree-view-gradient-blue-to-darkoklch(55.8% 0.288 302.321)Dark--zui-tree-view-gradient-blue-to
--zui-tree-view-gradient-green-border-darkoklch(62.7% 0.194 149.214)Dark--zui-tree-view-gradient-green-border
--zui-tree-view-gradient-green-from-darkoklch(62.7% 0.194 149.214)Dark--zui-tree-view-gradient-green-from
--zui-tree-view-gradient-green-to-darkoklch(64.8% 0.2 131.684)Dark--zui-tree-view-gradient-green-to
--zui-tree-view-gradient-indigo-border-darkoklch(51.1% 0.262 276.966)Dark--zui-tree-view-gradient-indigo-border
--zui-tree-view-gradient-indigo-from-darkoklch(51.1% 0.262 276.966)Dark--zui-tree-view-gradient-indigo-from
--zui-tree-view-gradient-indigo-to-darkoklch(55.8% 0.288 302.321)Dark--zui-tree-view-gradient-indigo-to
--zui-tree-view-gradient-orange-border-darkoklch(64.6% 0.222 41.116)Dark--zui-tree-view-gradient-orange-border
--zui-tree-view-gradient-orange-from-darkoklch(64.6% 0.222 41.116)Dark--zui-tree-view-gradient-orange-from
--zui-tree-view-gradient-orange-to-darkoklch(57.7% 0.245 27.325)Dark--zui-tree-view-gradient-orange-to
--zui-tree-view-gradient-pink-border-darkoklch(59.2% 0.249 0.584)Dark--zui-tree-view-gradient-pink-border
--zui-tree-view-gradient-pink-from-darkoklch(59.2% 0.249 0.584)Dark--zui-tree-view-gradient-pink-from
--zui-tree-view-gradient-pink-to-darkoklch(58.6% 0.253 17.585)Dark--zui-tree-view-gradient-pink-to
--zui-tree-view-gradient-purple-border-darkoklch(55.8% 0.288 302.321)Dark--zui-tree-view-gradient-purple-border
--zui-tree-view-gradient-purple-from-darkoklch(55.8% 0.288 302.321)Dark--zui-tree-view-gradient-purple-from
--zui-tree-view-gradient-purple-to-darkoklch(59.2% 0.249 0.584)Dark--zui-tree-view-gradient-purple-to
--zui-tree-view-gradient-red-border-darkoklch(57.7% 0.245 27.325)Dark--zui-tree-view-gradient-red-border
--zui-tree-view-gradient-red-from-darkoklch(57.7% 0.245 27.325)Dark--zui-tree-view-gradient-red-from
--zui-tree-view-gradient-red-to-darkoklch(59.2% 0.249 0.584)Dark--zui-tree-view-gradient-red-to
--zui-tree-view-gradient-teal-border-darkoklch(60% 0.118 184.704)Dark--zui-tree-view-gradient-teal-border
--zui-tree-view-gradient-teal-from-darkoklch(60% 0.118 184.704)Dark--zui-tree-view-gradient-teal-from
--zui-tree-view-gradient-teal-to-darkoklch(60.9% 0.126 221.723)Dark--zui-tree-view-gradient-teal-to
--zui-tree-view-gradient-yellow-border-darkoklch(68.1% 0.162 75.834)Dark--zui-tree-view-gradient-yellow-border
--zui-tree-view-gradient-yellow-from-darkoklch(68.1% 0.162 75.834)Dark--zui-tree-view-gradient-yellow-from
--zui-tree-view-gradient-yellow-to-darkoklch(64.6% 0.222 41.116)Dark--zui-tree-view-gradient-yellow-to
--zui-tree-view-guide-dark#ffffff1aDark--zui-tree-view-guide
--zui-tree-view-icon-darkoklch(70.4% 0.04 256.788)Dark--zui-tree-view-icon
--zui-tree-view-indigo-border-darkoklch(51.1% 0.262 276.966)Dark--zui-tree-view-indigo-border
--zui-tree-view-indigo-selected-darkoklch(51.1% 0.262 276.966 / 0.16)Dark--zui-tree-view-indigo-selected
--zui-tree-view-indigo-selected-fg-darkoklch(78.5% 0.115 274.713)Dark--zui-tree-view-indigo-selected-fg
--zui-tree-view-item-hover-dark#ffffff0dDark--zui-tree-view-item-hover
--zui-tree-view-orange-border-darkoklch(64.6% 0.222 41.116)Dark--zui-tree-view-orange-border
--zui-tree-view-orange-selected-darkoklch(64.6% 0.222 41.116 / 0.16)Dark--zui-tree-view-orange-selected
--zui-tree-view-orange-selected-fg-darkoklch(83.7% 0.128 66.29)Dark--zui-tree-view-orange-selected-fg
--zui-tree-view-outline-border-dark#ffffff26Dark--zui-tree-view-outline-border
--zui-tree-view-pink-border-darkoklch(59.2% 0.249 0.584)Dark--zui-tree-view-pink-border
--zui-tree-view-pink-selected-darkoklch(59.2% 0.249 0.584 / 0.16)Dark--zui-tree-view-pink-selected
--zui-tree-view-pink-selected-fg-darkoklch(82.3% 0.12 346.018)Dark--zui-tree-view-pink-selected-fg
--zui-tree-view-purple-border-darkoklch(55.8% 0.288 302.321)Dark--zui-tree-view-purple-border
--zui-tree-view-purple-selected-darkoklch(55.8% 0.288 302.321 / 0.16)Dark--zui-tree-view-purple-selected
--zui-tree-view-purple-selected-fg-darkoklch(82.7% 0.119 306.383)Dark--zui-tree-view-purple-selected-fg
--zui-tree-view-ring-focus-dark#ffffff4dDark--zui-tree-view-ring-focus
--zui-tree-view-rose-border-darkoklch(58.6% 0.253 17.585)Dark--zui-tree-view-rose-border
--zui-tree-view-rose-selected-darkoklch(58.6% 0.253 17.585 / 0.16)Dark--zui-tree-view-rose-selected
--zui-tree-view-rose-selected-fg-darkoklch(81% 0.117 11.638)Dark--zui-tree-view-rose-selected-fg
--zui-tree-view-selected-dark#ffffff1fDark--zui-tree-view-selected
--zui-tree-view-selected-fg-dark#ffffffDark--zui-tree-view-selected-fg
--zui-tree-view-separated-bg-darkoklch(12.9% 0.042 264.695 / 0.4)Dark--zui-tree-view-separated-bg
--zui-tree-view-separated-border-dark#ffffff1aDark--zui-tree-view-separated-border
--zui-tree-view-sky-border-darkoklch(58.8% 0.158 241.966)Dark--zui-tree-view-sky-border
--zui-tree-view-sky-selected-darkoklch(58.8% 0.158 241.966 / 0.16)Dark--zui-tree-view-sky-selected
--zui-tree-view-sky-selected-fg-darkoklch(82.8% 0.111 230.318)Dark--zui-tree-view-sky-selected-fg
--zui-tree-view-teal-border-darkoklch(60% 0.118 184.704)Dark--zui-tree-view-teal-border
--zui-tree-view-teal-selected-darkoklch(60% 0.118 184.704 / 0.16)Dark--zui-tree-view-teal-selected
--zui-tree-view-teal-selected-fg-darkoklch(85.5% 0.138 181.071)Dark--zui-tree-view-teal-selected-fg
--zui-tree-view-yellow-border-darkoklch(68.1% 0.162 75.834)Dark--zui-tree-view-yellow-border
--zui-tree-view-yellow-selected-darkoklch(68.1% 0.162 75.834 / 0.16)Dark--zui-tree-view-yellow-selected
--zui-tree-view-yellow-selected-fg-darkoklch(90.5% 0.182 98.111)Dark--zui-tree-view-yellow-selected-fg

Typography

Override these typography variables on :root, a theme selector, or a component wrapper.

81 tokens29 dark
VariableFallbackThemePair
--zui-typography-default-fgoklch(20.8% 0.042 265.755)Light--zui-typography-default-fg-dark
--zui-typography-default-border#00000026Light--zui-typography-default-border-dark
--zui-typography-muted-fgoklch(55.4% 0.046 257.417)Light--zui-typography-muted-fg-dark
--zui-typography-muted-border#00000026Light--zui-typography-muted-border-dark
--zui-typography-primary-fgoklch(52% 0.105 223.128)Light--zui-typography-primary-fg-dark
--zui-typography-primary-borderoklch(86.5% 0.127 207.078 / 0.4)Light--zui-typography-primary-border-dark
--zui-typography-secondary-fgoklch(44.6% 0.043 257.281)Light--zui-typography-secondary-fg-dark
--zui-typography-secondary-border#00000026Light--zui-typography-secondary-border-dark
--zui-typography-accent-fgoklch(49.1% 0.27 292.581)Light--zui-typography-accent-fg-dark
--zui-typography-accent-borderoklch(81.1% 0.111 293.571 / 0.4)Light--zui-typography-accent-border-dark
--zui-typography-destructive-fgoklch(58.6% 0.253 17.585)Light--zui-typography-destructive-fg-dark
--zui-typography-destructive-borderoklch(81% 0.117 11.638 / 0.4)Light--zui-typography-destructive-border-dark
--zui-typography-info-fgoklch(50% 0.134 242.749)Light--zui-typography-info-fg-dark
--zui-typography-info-borderoklch(82.8% 0.111 230.318 / 0.4)Light--zui-typography-info-border-dark
--zui-typography-success-fgoklch(50.8% 0.118 165.612)Light--zui-typography-success-fg-dark
--zui-typography-success-borderoklch(84.5% 0.143 164.978 / 0.4)Light--zui-typography-success-border-dark
--zui-typography-warning-fgoklch(55.5% 0.163 48.998)Light--zui-typography-warning-fg-dark
--zui-typography-warning-borderoklch(87.9% 0.169 91.605 / 0.4)Light--zui-typography-warning-border-dark
--zui-typography-error-fgoklch(50.5% 0.213 27.518)Light--zui-typography-error-fg-dark
--zui-typography-error-borderoklch(80.8% 0.114 19.571 / 0.4)Light--zui-typography-error-border-dark
--zui-typography-gradient-pink-violet-fromoklch(59.2% 0.249 0.584)Light--zui-typography-gradient-pink-violet-from-dark
--zui-typography-gradient-pink-violet-tooklch(54.1% 0.281 293.009)Light--zui-typography-gradient-pink-violet-to-dark
--zui-typography-gradient-pink-violet-fgtransparentLight--zui-typography-gradient-pink-violet-fg-dark
--zui-typography-gradient-pink-violet-borderoklch(81.1% 0.111 293.571 / 0.4)Light--zui-typography-gradient-pink-violet-border-dark
--zui-typography-gradient-cyan-violet-fromoklch(60.9% 0.126 221.723)Light--zui-typography-gradient-cyan-violet-from-dark
--zui-typography-gradient-cyan-violet-tooklch(54.1% 0.281 293.009)Light--zui-typography-gradient-cyan-violet-to-dark
--zui-typography-gradient-cyan-violet-fgtransparentLight--zui-typography-gradient-cyan-violet-fg-dark
--zui-typography-gradient-cyan-violet-borderoklch(81.1% 0.111 293.571 / 0.4)Light--zui-typography-gradient-cyan-violet-border-dark
--zui-typography-gradient-cyan-blue-fromoklch(60.9% 0.126 221.723)Light--zui-typography-gradient-cyan-blue-from-dark
--zui-typography-gradient-cyan-blue-tooklch(54.6% 0.245 262.881)Sharednone
--zui-typography-gradient-cyan-blue-fgtransparentSharednone
--zui-typography-gradient-cyan-blue-borderoklch(80.9% 0.105 251.813 / 0.4)Sharednone
--zui-typography-gradient-cyan-green-fromoklch(60.9% 0.126 221.723)Sharednone
--zui-typography-gradient-cyan-green-tooklch(62.7% 0.194 149.214)Sharednone
--zui-typography-gradient-cyan-green-fgtransparentSharednone
--zui-typography-gradient-cyan-green-borderoklch(87.1% 0.15 154.449 / 0.4)Sharednone
--zui-typography-gradient-cyan-orange-fromoklch(60.9% 0.126 221.723)Sharednone
--zui-typography-gradient-cyan-orange-tooklch(64.6% 0.222 41.116)Sharednone
--zui-typography-gradient-cyan-orange-fgtransparentSharednone
--zui-typography-gradient-cyan-orange-borderoklch(83.7% 0.128 66.29 / 0.4)Sharednone
--zui-typography-gradient-cyan-red-fromoklch(60.9% 0.126 221.723)Sharednone
--zui-typography-gradient-cyan-red-tooklch(57.7% 0.245 27.325)Sharednone
--zui-typography-gradient-cyan-red-fgtransparentSharednone
--zui-typography-gradient-cyan-red-borderoklch(80.8% 0.114 19.571 / 0.4)Sharednone
--zui-typography-gradient-cyan-purple-fromoklch(60.9% 0.126 221.723)Sharednone
--zui-typography-gradient-cyan-purple-tooklch(55.8% 0.288 302.321)Sharednone
--zui-typography-gradient-cyan-purple-fgtransparentSharednone
--zui-typography-gradient-cyan-purple-borderoklch(82.7% 0.119 306.383 / 0.4)Sharednone
--zui-typography-gradient-cyan-pink-fromoklch(60.9% 0.126 221.723)Sharednone
--zui-typography-gradient-cyan-pink-tooklch(59.2% 0.249 0.584)Sharednone
--zui-typography-gradient-cyan-pink-fgtransparentSharednone
--zui-typography-gradient-cyan-pink-borderoklch(82.3% 0.12 346.018 / 0.4)Sharednone
--zui-typography-default-fg-darkoklch(98.4% 0.003 247.858)Dark--zui-typography-default-fg
--zui-typography-default-border-dark#ffffff26Dark--zui-typography-default-border
--zui-typography-muted-fg-darkOverride with your dark theme valueDark--zui-typography-muted-fg
--zui-typography-muted-border-darkOverride with your dark theme valueDark--zui-typography-muted-border
--zui-typography-primary-fg-darkOverride with your dark theme valueDark--zui-typography-primary-fg
--zui-typography-primary-border-darkOverride with your dark theme valueDark--zui-typography-primary-border
--zui-typography-secondary-fg-darkOverride with your dark theme valueDark--zui-typography-secondary-fg
--zui-typography-secondary-border-darkOverride with your dark theme valueDark--zui-typography-secondary-border
--zui-typography-accent-fg-darkOverride with your dark theme valueDark--zui-typography-accent-fg
--zui-typography-accent-border-darkOverride with your dark theme valueDark--zui-typography-accent-border
--zui-typography-destructive-fg-darkOverride with your dark theme valueDark--zui-typography-destructive-fg
--zui-typography-destructive-border-darkOverride with your dark theme valueDark--zui-typography-destructive-border
--zui-typography-info-fg-darkOverride with your dark theme valueDark--zui-typography-info-fg
--zui-typography-info-border-darkOverride with your dark theme valueDark--zui-typography-info-border
--zui-typography-success-fg-darkOverride with your dark theme valueDark--zui-typography-success-fg
--zui-typography-success-border-darkOverride with your dark theme valueDark--zui-typography-success-border
--zui-typography-warning-fg-darkOverride with your dark theme valueDark--zui-typography-warning-fg
--zui-typography-warning-border-darkOverride with your dark theme valueDark--zui-typography-warning-border
--zui-typography-error-fg-darkOverride with your dark theme valueDark--zui-typography-error-fg
--zui-typography-error-border-darkOverride with your dark theme valueDark--zui-typography-error-border
--zui-typography-gradient-pink-violet-from-darkOverride with your dark theme valueDark--zui-typography-gradient-pink-violet-from
--zui-typography-gradient-pink-violet-to-darkOverride with your dark theme valueDark--zui-typography-gradient-pink-violet-to
--zui-typography-gradient-pink-violet-fg-darkOverride with your dark theme valueDark--zui-typography-gradient-pink-violet-fg
--zui-typography-gradient-pink-violet-border-darkOverride with your dark theme valueDark--zui-typography-gradient-pink-violet-border
--zui-typography-gradient-cyan-violet-from-darkOverride with your dark theme valueDark--zui-typography-gradient-cyan-violet-from
--zui-typography-gradient-cyan-violet-to-darkOverride with your dark theme valueDark--zui-typography-gradient-cyan-violet-to
--zui-typography-gradient-cyan-violet-fg-darkOverride with your dark theme valueDark--zui-typography-gradient-cyan-violet-fg
--zui-typography-gradient-cyan-violet-border-darkOverride with your dark theme valueDark--zui-typography-gradient-cyan-violet-border
--zui-typography-gradient-cyan-blue-from-darkOverride with your dark theme valueDark--zui-typography-gradient-cyan-blue-from

Token contract

Zentauri UI exposes theme controls as CSS variables prefixed with --zui-. Component class strings include hardcoded fallbacks, so a missing override still renders with the library default.

The global token source is src/design-system/tokens.ts. This docs page reads those exported constants and derives the visible reference table from the CSS variable declarations inside them.

Theming strategy

Start with global tokens for focus rings, ring offsets, and shared radius. Then override component-level variables on each component page when you need appearance-specific colors, borders, shadows, or hover states.

Keep light and dark values paired so Tailwind scans both class variants and your theme remains predictable across mode changes.

Common use cases

  • Set brand focus-ring colors across every interactive primitive.
  • Align light and dark mode ring offsets with an app shell background.
  • Standardize large-radius surfaces without editing component source.
  • Document a product theme for downstream teams that vendor components with the CLI.

FAQ

Are these the only CSS variables Zentauri UI supports?

No. This page covers global tokens from src/design-system/tokens.ts. Component pages include their own CSS variable sections for component-specific appearances, slots, and states.

Do I need to override dark variables?

Only when your dark theme should differ from the shipped fallback. Dark tokens use the same name with -dark appended.

Where should overrides live?

Place broad theme overrides on :root and .dark, or scope them to a wrapper class when a product surface needs a local theme.