OptionalaccentInteractive hover, focus, and active surface color. Applied to ghost buttons, menu highlights, and hovered rows.
Optionalaccent-Text and content color rendered on accent surfaces.
OptionalbackgroundDefault application background color. Applied to the page shell and page sections.
OptionalborderDefault border and separator color. Applied to cards, menus, tables, and layout dividers.
OptionalcardSurface color for elevated containers such as cards and dashboard panels.
Optionalcard-Text and content color inside card surfaces.
Optionalchart-First color in the default chart palette.
Optionalchart-Second color in the default chart palette.
Optionalchart-Third color in the default chart palette.
Optionalchart-Fourth color in the default chart palette.
Optionalchart-Fifth color in the default chart palette.
OptionaldestructiveColor representing destructive actions and error states. Applied to destructive buttons and invalid states.
Optionaldestructive-Text and content color rendered on destructive surfaces.
OptionalforegroundDefault text color. Applied to the page shell and general text content.
OptionalinputBorder and surface treatment color for form controls such as inputs, text areas, and selects.
OptionalmutedSubtle background surface color for de-emphasized regions.
Optionalmuted-Lower-emphasis text color. Applied to descriptions, placeholders, helper text, and subdued content.
OptionalpopoverSurface color for floating overlays such as dropdowns and context menus.
Optionalpopover-Text and content color inside floating overlay surfaces.
OptionalprimaryHigh-emphasis action and brand surface color. Applied to the default button, selected states, and active accents.
Optionalprimary-Text and content color rendered on primary surfaces.
OptionalradiusBase corner radius scale. Applied to cards, inputs, buttons, popovers, and the derived radius-* tokens.
OptionalringFocus ring and outline color applied to buttons, inputs, checkboxes, and other focusable controls.
OptionalsecondaryLower-emphasis filled action and supporting surface color. Applied to secondary buttons and supporting UI.
Optionalsecondary-Text and content color rendered on secondary surfaces.
OptionalsidebarBase sidebar container surface color.
Optionalsidebar-Hover and selected state surface color inside the sidebar. Applied to menu hover states and open items.
Optionalsidebar-Text and content color rendered on sidebar accent surfaces.
Optionalsidebar-Border and separator color specific to the sidebar. Applied to sidebar headers, groups, and internal dividers.
Optionalsidebar-Default text color inside the sidebar.
Optionalsidebar-High-emphasis action color inside the sidebar. Applied to active items, icon tiles, and sidebar badges.
Optionalsidebar-Text and content color rendered on primary sidebar surfaces.
Optionalsidebar-Focus ring color for controls inside the sidebar.
OptionalspacingBase spacing unit. Controls the size of all Tailwind spacing utilities (padding, margin, gap, etc.).
Optionalsuccess-Color to emphasize the success of some action
OptionalwarningColor representing warning states such as caution, advisories, and non-critical issues.
Optionalwarning-Text and content color rendered on warning surfaces.
Theme colors and other CSS variable properties that adjust the looks of the application. These are applied in CSS properties using
var(--variableName)or Tailwind classes liketw:bg-primarySee shadcn's Theming page and the wiki's Matching Application Theme section for more information.