v3.12 next

#Theme variables

This reference documents all available customizable theme variables that can be added to your retype.yml file. Each variable can be overridden in both base (light mode) and dark (dark mode) configurations.

The following demonstrates a basic configuration where the base-color and background color are configured with custom values:

theme: base: base-color: "#8839ef" base-bg: "#eff1f5" dark: base-color: "#ca9ee6" base-bg: "#303446"

#Base

Core variables that define the fundamental appearance of your site.

VariableDescriptionDefault baseDefault dark
base-colorBrand color#5495f1#5495f1
base-whitePure white color#ffffff#ffffff
base-blackPure black color#000000#000000
base-bgMain background colorvar(--base-white)var(--dark-900)
base-textPrimary text colorvar(--gray-700)var(--dark-300)
base-text-mutedMuted text colorvar(--gray-400)var(--gray-400)
base-text-strongStrong/bold text colorvar(--gray-900)var(--base-white)
base-borderDefault border colorvar(--gray-200)var(--dark-650)
base-border-hoverBorder color on hovervar(--gray-300)var(--gray-550)
base-border-strongStrong border colorvar(--gray-400)var(--gray-450)
base-linkLink colorvar(--base-500)var(--base-500)
base-link-hoverLink hover colorvar(--base-800)var(--base-300)
base-link-weightLink font weight400400
base-item-textBase item text colorvar(--base-text-strong)var(--base-text-strong)
base-item-text-activeActive base item text colorvar(--base-link)var(--base-link)
base-item-bgBase item backgroundvar(--transparent)var(--transparent)
base-item-bg-hoverBase item hover backgroundvar(--base-50)var(--dark-600)
base-item-bg-activeActive base item backgroundvar(--base-100)var(--dark-550)

#Variants

Semantic color variants are used throughout Retype components. These colors provide consistent theming for different types of content and actions. Each variant is available as a full color palette from 50 (lightest) to 900 (darkest).

VariableDescriptionDefault base
baseFoundation brand color for main actions and highlights#5495f1
primaryPrimary color variant used for actions, highlights, and key elements across components#5495f1
successSuccess state color for positive actions and confirmations#36ad99
dangerDanger/error state color for warnings and destructive actions#e53e3e
warningWarning state color for caution and important notices#edab26
royalRoyal purple color for special emphasis and premium features#a667e3

#Color Palettes

System elements and base variants for Components are derived from the base-color using the base color palette.

#Base

Color variations based on your base-color setting:

VariableDescription
base-50Lightest base color shade (10% mix with white)
base-100Very light base color shade (15% mix with white)
base-200Light base color shade (30% mix with white)
base-300Medium-light base color shade (50% mix with white)
base-400Medium base color shade (70% mix with white)
base-500Base color (same as base-color)
base-600Medium-dark base color shade (90% mix with black)
base-700Dark base color shade (80% mix with black)
base-800Very dark base color shade (60% mix with black)
base-900Darkest base color shade (40% mix with black)

#Semantic Color Palettes

Each semantic color includes shades from 50 (lightest) to 900 (darkest):

The semantic color shades follow a consistent pattern where:

  • Lower numbers (50-400) are lighter shades created by mixing with white
  • Higher numbers (600-900) are darker shades created by mixing with black
  • The mid color 500 of each sequence represents the pure color for that sequence

#Primary

Semantic palette primary with shades 50 through 900:

ShadeDescription
primary-50Lightest primary shade (10% mix with white)
primary-100Very light primary shade (15% mix with white)
primary-200Light primary shade (30% mix with white)
primary-300Medium-light primary shade (50% mix with white)
primary-400Medium primary shade (70% mix with white)
primary-500Base primary color (#5495f1)
primary-600Medium-dark primary shade (90% mix with black)
primary-700Dark primary shade (80% mix with black)
primary-800Very dark primary shade (60% mix with black)
primary-900Darkest primary shade (40% mix with black)

#Success

Semantic palette success with shades 50 through 900:

ShadeDescription
success-50Lightest success shade (10% mix with white)
success-100Very light success shade (15% mix with white)
success-200Light success shade (30% mix with white)
success-300Medium-light success shade (50% mix with white)
success-400Medium success shade (70% mix with white)
success-500Base success color (#36ad99)
success-600Medium-dark success shade (90% mix with black)
success-700Dark success shade (80% mix with black)
success-800Very dark success shade (60% mix with black)
success-900Darkest success shade (40% mix with black)

#Danger

Semantic palette danger with shades 50 through 900:

ShadeDescription
danger-50Lightest danger shade (10% mix with white)
danger-100Very light danger shade (15% mix with white)
danger-200Light danger shade (30% mix with white)
danger-300Medium-light danger shade (50% mix with white)
danger-400Medium danger shade (70% mix with white)
danger-500Base danger color (#e53e3e)
danger-600Medium-dark danger shade (90% mix with black)
danger-700Dark danger shade (80% mix with black)
danger-800Very dark danger shade (60% mix with black)
danger-900Darkest danger shade (40% mix with black)

#Warning

Semantic palette warning with shades 50 through 900:

ShadeDescription
warning-50Lightest warning shade (10% mix with white)
warning-100Very light warning shade (15% mix with white)
warning-200Light warning shade (30% mix with white)
warning-300Medium-light warning shade (50% mix with white)
warning-400Medium warning shade (70% mix with white)
warning-500Base warning color (#edab26)
warning-600Medium-dark warning shade (90% mix with black)
warning-700Dark warning shade (80% mix with black)
warning-800Very dark warning shade (60% mix with black)
warning-900Darkest warning shade (40% mix with black)

#Royal

Semantic palette royal with shades 50 through 900

ShadeDescription
royal-50Lightest royal shade (10% mix with white)
royal-100Very light royal shade (15% mix with white)
royal-200Light royal shade (30% mix with white)
royal-300Medium-light royal shade (50% mix with white)
royal-400Medium royal shade (70% mix with white)
royal-500Base royal color (#a667e3)
royal-600Medium-dark royal shade (90% mix with black)
royal-700Dark royal shade (80% mix with black)
royal-800Very dark royal shade (60% mix with black)
royal-900Darkest royal shade (40% mix with black)

#Gray

Predefined gray color variations:

VariableDescriptionDefault base
gray-50Lightest gray#f8f9fc
gray-100Very light gray#f4f6fc
gray-150Light gray variant#edf0f6
gray-200Light gray#e4e8f1
gray-250Medium-light gray variant#d2d9e3
gray-300Medium-light gray#bdc8da
gray-350Medium gray variant#a4b1c6
gray-400Medium gray#8693a9
gray-450Medium-dark gray variant#65718c
gray-500Medium-dark gray#525e78
gray-550Dark gray variant#46536d
gray-600Dark gray#3f4a64
gray-650Very dark gray variant#313c56
gray-700Very dark gray#2c3047
gray-750Darkest gray variant#1f2236
gray-800Near black gray#181d2d
gray-850Almost black gray#101523
gray-900Darkest gray#090d1c

#Dark

Specialized dark mode color variations:

VariableDescriptionDefault base
dark-50Lightest dark mode color#fafafa
dark-100Very light dark mode color#f7f7f7
dark-150Light dark mode variant#f2f2f2
dark-200Light dark mode color#eeeeee
dark-250Medium-light dark mode variant#e0e0e0
dark-300Medium-light dark mode color#c4c4c4
dark-350Medium dark mode variant#9e9e9e
dark-400Medium dark mode color#616161
dark-450Medium-dark dark mode variant#424242
dark-500Medium-dark dark mode color#353535
dark-550Dark mode variant#323232
dark-600Dark mode color#2d2d2d
dark-650Very dark mode variant#2c2c2c
dark-700Very dark mode color#272727
dark-750Darkest mode variant#252525
dark-800Near black dark mode#222222
dark-850Almost black dark mode#1e1e1e
dark-900Darkest dark mode color#121212

#Helper

Utility variables used throughout the theme system.

VariableDescriptionDefault baseDefault dark
transparentTransparent color valuetransparenttransparent
skeleton-bgSkeleton loading backgroundvar(--gray-200)var(--dark-600)

#Branding

Variables for customizing branding elements.

VariableDescriptionDefault baseDefault dark
branding-label-textBranding label text colorvar(--base-500)var(--base-500)
branding-label-bgBranding label backgroundvar(--base-50)transparent
branding-label-borderBranding label border colorvar(--base-300)var(--base-500)

Variables controlling the header appearance.

VariableDescriptionDefault baseDefault dark
header-bgHeader background colorvar(--base-bg)var(--base-bg)
header-borderHeader border colorvar(--base-border)var(--base-border)
header-textHeader text colorvar(--base-link)var(--base-link)
header-text-weightHeader text font weightvar(--base-link-weight)var(--base-link-weight)
header-text-hoverHeader text hover colorvar(--base-link-hover)var(--base-link-hover)

Variables for customizing search functionality appearance.

VariableDescriptionDefault baseDefault dark
search-textSearch input text colorvar(--base-text)var(--base-text)
search-placeholderSearch placeholder text colorvar(--base-text-muted)var(--base-text-muted)
search-bgSearch input backgroundvar(--header-bg)var(--header-bg)
search-borderSearch input border colorvar(--base-border)var(--base-border-hover)
search-border-hoverSearch input hover border colorvar(--base-border-hover)var(--base-border-strong)
search-border-focusSearch input focus border colorvar(--base-border-hover)var(--base-border-strong)
search-hint-textSearch hint text colorvar(--search-placeholder)var(--search-placeholder)
search-hint-bgSearch hint backgroundvar(--header-bg)var(--header-bg)
search-hint-borderSearch hint border colorvar(--search-border)var(--search-border)

#Filter

Variables for customizing filter functionality.

VariableDescriptionDefault baseDefault dark
filter-textFilter input text colorvar(--base-text)var(--base-text)
filter-placeholderFilter placeholder text colorvar(--base-text-muted)var(--base-text-muted)
filter-bgFilter input backgroundvar(--sidebar-left-bg)var(--sidebar-left-bg)
filter-borderFilter input border colorvar(--base-border)var(--base-border-hover)
filter-border-hoverFilter input hover border colorvar(--base-border-hover)var(--base-border-strong)
filter-border-focusFilter input focus border colorvar(--base-border-hover)var(--base-border-strong)

#Body

Variables controlling the main content area.

VariableDescriptionDefault baseDefault dark
body-bgMain content backgroundvar(--base-bg)var(--base-bg)
body-textMain content text colorvar(--base-text)var(--base-text)
body-linkBody link colorvar(--base-link)var(--base-link)
body-link-hoverBody link hover colorvar(--base-link-hover)var(--base-link-hover)
body-link-weightBody link font weightvar(--base-link-weight)var(--base-link-weight)

#Heading

Variables for heading text styling.

VariableDescriptionDefault baseDefault dark
heading-textHeading text colorvar(--gray-900)var(--base-white)

#Scheme

Variables for the Light/Dark switcher component.

VariableDescriptionDefault baseDefault dark
scheme-menu-item-bgSwitcher item backgroundvar(--base-item-bg)var(--base-item-bg)
scheme-menu-item-bg-hoverSwitcher item hover backgroundvar(--base-item-bg-hover)var(--base-item-bg-hover)
scheme-menu-item-bg-activeSwitcher active item backgroundvar(--base-item-bg-active)var(--base-item-bg-active)
scheme-menu-item-textSwitcher item text colorvar(--base-text)var(--base-text)
scheme-menu-item-text-activeSwitcher active item text colorvar(--base-item-text-active)var(--base-item-text-active)

Variables controlling the left and right sidebars.

VariableDescriptionDefault baseDefault dark
sidebar-left-bgLeft sidebar backgroundvar(--base-bg)var(--base-bg)
sidebar-left-borderLeft sidebar bordervar(--base-border)var(--base-border)
sidebar-right-bgRight sidebar backgroundvar(--base-bg)var(--base-bg)
sidebar-right-borderRight sidebar bordervar(--base-border)var(--base-border)

Variables for customizing navigation appearance and behavior.

VariableDescriptionDefault baseDefault dark
nav-bgNavigation backgroundvar(--sidebar-left-bg)var(--sidebar-left-bg)
nav-item-bg-hoverNavigation item hover backgroundvar(--base-item-bg-hover)var(--base-item-bg-hover)
nav-item-bg-activeActive navigation item backgroundvar(--base-item-bg-active)var(--base-item-bg-active)
nav-item-bg-active-hoverActive navigation item hover backgroundvar(--base-item-bg-active)var(--base-item-bg-active)
nav-item-textNavigation item text colorvar(--gray-900)var(--dark-300)
nav-item-text-hoverNavigation item hover text colorvar(--base-item-text-active)var(--base-item-text-active)
nav-item-text-activeActive navigation item text colorvar(--base-item-text-active)var(--base-item-text-active)
nav-item-text-active-hoverActive navigation item hover text colorvar(--base-item-text-active)var(--base-item-text-active)
nav-item-text-active-weightActive navigation item font weightvar(--base-link-weight)var(--base-link-weight)
nav-item-buttonNavigation button colorvar(--gray-400)var(--dark-400)
nav-item-button-active-hoverNavigation button active hover colorvar(--base-200)var(--base-200)
nav-item-border-activeActive navigation item border colorvar(--base-500)var(--base-500)
nav-item-text-stackStack navigation text colorvar(--gray-700)var(--base-text-strong)
nav-item-text-stack-caseStack navigation text transformuppercaseuppercase
nav-item-text-stack-weightStack navigation text font weight600600
nav-badge-margin-leftNavigation badge left marginautoauto
nav-badge-margin-left-altAlternative navigation badge left margin0.75rem0.75rem

#Table of Contents

Variables controlling the Table of Contents appearance in the right sidebar.

VariableDescriptionDefault baseDefault dark
toc-headingTable of contents heading colorvar(--gray-700)var(--dark-400)
toc-textTable of contents text colorvar(--gray-700)var(--dark-300)
toc-text-hoverTable of contents hover text colorvar(--base-500)var(--base-500)
toc-text-activeTable of contents active text colorvar(--base-500)var(--base-500)
toc-border-activeTable of contents active border colorvar(--base-500)var(--base-500)
toc-heading-caseTable of contents heading text transformuppercaseuppercase
toc-heading-weightTable of contents heading font weight600600

Variables controlling the footer appearance.

VariableDescriptionDefault baseDefault dark
footer-textFooter text colorvar(--gray-500)var(--dark-350)
footer-linkFooter link colorvar(--base-link)var(--base-link)
footer-link-hoverFooter link hover colorvar(--base-link-hover)var(--base-link-hover)
footer-link-weightFooter link font weightvar(--base-link-weight)var(--base-link-weight)

#Badge Component

Variables for customizing badge components across all variants.

#Base Badge

VariableDescriptionDefault baseDefault dark
badge-baseBase badge backgroundvar(--base-100)var(--base-100)
badge-base-hoverBase badge hover backgroundvar(--base-100)var(--base-200)
badge-base-textBase badge text colorvar(--base-500)var(--base-500)
badge-base-text-hoverBase badge hover text colorvar(--base-500)var(--base-500)
badge-base-borderBase badge border colorvar(--base-200)var(--base-200)
badge-base-border-hoverBase badge hover border colorvar(--base-400)var(--base-400)

#Primary Badge

VariableDescriptionDefault baseDefault dark
badge-primaryPrimary badge backgroundvar(--primary-100)var(--primary-100)
badge-primary-hoverPrimary badge hover backgroundvar(--primary-100)var(--primary-200)
badge-primary-textPrimary badge text colorvar(--primary-500)var(--primary-500)
badge-primary-text-hoverPrimary badge hover text colorvar(--primary-500)var(--primary-500)
badge-primary-borderPrimary badge border colorvar(--primary-200)var(--primary-200)
badge-primary-border-hoverPrimary badge hover border colorvar(--primary-400)var(--primary-400)

#Secondary Badge

VariableDescriptionDefault baseDefault dark
badge-secondarySecondary badge backgroundvar(--gray-100)var(--gray-100)
badge-secondary-hoverSecondary badge hover backgroundvar(--gray-100)var(--gray-250)
badge-secondary-textSecondary badge text colorvar(--gray-600)var(--gray-600)
badge-secondary-text-hoverSecondary badge hover text colorvar(--gray-600)var(--gray-600)
badge-secondary-borderSecondary badge border colorvar(--gray-200)var(--gray-200)
badge-secondary-border-hoverSecondary badge hover border colorvar(--gray-400)var(--gray-400)

#Success Badge

VariableDescriptionDefault baseDefault dark
badge-successSuccess badge backgroundvar(--success-100)var(--success-100)
badge-success-hoverSuccess badge hover backgroundvar(--success-100)var(--success-200)
badge-success-textSuccess badge text colorvar(--success-700)var(--success-700)
badge-success-text-hoverSuccess badge hover text colorvar(--success-700)var(--success-700)
badge-success-borderSuccess badge border colorvar(--success-200)var(--success-200)
badge-success-border-hoverSuccess badge hover border colorvar(--success-400)var(--success-400)

#Danger Badge

VariableDescriptionDefault baseDefault dark
badge-dangerDanger badge backgroundvar(--danger-100)var(--danger-100)
badge-danger-hoverDanger badge hover backgroundvar(--danger-100)var(--danger-200)
badge-danger-textDanger badge text colorvar(--danger-600)var(--danger-600)
badge-danger-text-hoverDanger badge hover text colorvar(--danger-600)var(--danger-600)
badge-danger-borderDanger badge border colorvar(--danger-200)var(--danger-200)
badge-danger-border-hoverDanger badge hover border colorvar(--danger-400)var(--danger-400)

#Warning Badge

VariableDescriptionDefault baseDefault dark
badge-warningWarning badge backgroundvar(--warning-100)var(--warning-100)
badge-warning-hoverWarning badge hover backgroundvar(--warning-100)var(--warning-200)
badge-warning-textWarning badge text colorvar(--warning-700)var(--warning-700)
badge-warning-text-hoverWarning badge hover text colorvar(--warning-700)var(--warning-700)
badge-warning-borderWarning badge border colorvar(--warning-200)var(--warning-200)
badge-warning-border-hoverWarning badge hover border colorvar(--warning-400)var(--warning-400)

#Info Badge

VariableDescriptionDefault baseDefault dark
badge-infoInfo badge backgroundvar(--transparent)var(--transparent)
badge-info-hoverInfo badge hover backgroundvar(--transparent)var(--transparent)
badge-info-textInfo badge text colorvar(--base-500)var(--base-500)
badge-info-text-hoverInfo badge hover text colorvar(--base-300)var(--base-300)
badge-info-borderInfo badge border colorvar(--base-500)var(--base-500)
badge-info-border-hoverInfo badge hover border colorvar(--base-300)var(--base-300)

#Light Badge

VariableDescriptionDefault baseDefault dark
badge-lightLight badge backgroundvar(--base-white)var(--base-white)
badge-light-hoverLight badge hover backgroundvar(--gray-100)var(--dark-200)
badge-light-textLight badge text colorvar(--gray-600)var(--dark-600)
badge-light-text-hoverLight badge hover text colorvar(--gray-600)var(--dark-600)
badge-light-borderLight badge border colorvar(--gray-200)var(--transparent)
badge-light-border-hoverLight badge hover border colorvar(--gray-400)var(--transparent)

#Dark Badge

VariableDescriptionDefault baseDefault dark
badge-darkDark badge backgroundvar(--gray-700)var(--dark-450)
badge-dark-hoverDark badge hover backgroundvar(--gray-600)var(--dark-400)
badge-dark-textDark badge text colorvar(--base-white)var(--base-white)
badge-dark-text-hoverDark badge hover text colorvar(--base-white)var(--base-white)
badge-dark-borderDark badge border colorvar(--gray-700)var(--dark-450)
badge-dark-border-hoverDark badge hover border colorvar(--gray-500)var(--dark-400)

#Ghost Badge

VariableDescriptionDefault baseDefault dark
badge-ghostGhost badge backgroundvar(--body-bg)var(--dark-550)
badge-ghost-hoverGhost badge hover backgroundvar(--gray-50)var(--dark-450)
badge-ghost-textGhost badge text colorvar(--gray-300)var(--dark-400)
badge-ghost-text-hoverGhost badge hover text colorvar(--gray-300)var(--dark-450)
badge-ghost-borderGhost badge border colorvar(--gray-200)var(--dark-450)
badge-ghost-border-hoverGhost badge hover border colorvar(--gray-300)var(--dark-450)

#Contrast Badge

VariableDescriptionDefault baseDefault dark
badge-contrastContrast badge backgroundvar(--gray-900)var(--base-white)
badge-contrast-hoverContrast badge hover backgroundvar(--gray-600)var(--dark-200)
badge-contrast-textContrast badge text colorvar(--base-white)var(--dark-850)
badge-contrast-text-hoverContrast badge hover text colorvar(--base-white)var(--dark-850)
badge-contrast-borderContrast badge border colorvar(--gray-900)var(--base-white)
badge-contrast-border-hoverContrast badge hover border colorvar(--gray-800)var(--base-white)

#Button Component

Variables for customizing button components across all variants.

#Base Button

VariableDescriptionDefault baseDefault dark
button-baseBase button backgroundvar(--base-500)var(--base-500)
button-base-hoverBase button hover backgroundvar(--base-700)var(--base-700)
button-base-textBase button text colorvar(--base-50)var(--base-50)

#Primary Button

VariableDescriptionDefault baseDefault dark
button-primaryPrimary button backgroundvar(--primary-500)var(--primary-500)
button-primary-hoverPrimary button hover backgroundvar(--primary-700)var(--primary-700)
button-primary-textPrimary button text colorvar(--primary-50)var(--primary-50)

#Secondary Button

VariableDescriptionDefault baseDefault dark
button-secondarySecondary button backgroundvar(--gray-500)var(--gray-500)
button-secondary-hoverSecondary button hover backgroundvar(--gray-700)var(--dark-450)
button-secondary-textSecondary button text colorvar(--gray-50)var(--gray-50)

#Success Button

VariableDescriptionDefault baseDefault dark
button-successSuccess button backgroundvar(--success-500)var(--success-500)
button-success-hoverSuccess button hover backgroundvar(--success-700)var(--success-700)
button-success-textSuccess button text colorvar(--success-50)var(--success-50)

#Danger Button

VariableDescriptionDefault baseDefault dark
button-dangerDanger button backgroundvar(--danger-500)var(--danger-500)
button-danger-hoverDanger button hover backgroundvar(--danger-700)var(--danger-700)
button-danger-textDanger button text colorvar(--danger-50)var(--danger-50)

#Warning Button

VariableDescriptionDefault baseDefault dark
button-warningWarning button backgroundvar(--warning-500)var(--warning-500)
button-warning-hoverWarning button hover backgroundvar(--warning-600)var(--warning-600)
button-warning-textWarning button text colorvar(--warning-900)var(--warning-900)

#Info Button

VariableDescriptionDefault baseDefault dark
button-infoInfo button backgroundvar(--transparent)var(--transparent)
button-info-hoverInfo button hover backgroundvar(--transparent)var(--transparent)
button-info-textInfo button text colorvar(--base-500)var(--base-500)
button-info-text-hoverInfo button hover text colorvar(--base-300)var(--base-300)
button-info-borderInfo button border colorvar(--base-500)var(--base-500)
button-info-border-hoverInfo button hover border colorvar(--base-300)var(--base-300)

#Light Button

VariableDescriptionDefault baseDefault dark
button-lightLight button backgroundvar(--gray-200)var(--dark-250)
button-light-hoverLight button hover backgroundvar(--gray-300)var(--dark-350)
button-light-textLight button text colorvar(--gray-900)var(--base-black)

#Dark Button

VariableDescriptionDefault baseDefault dark
button-darkDark button backgroundvar(--gray-700)var(--dark-550)
button-dark-hoverDark button hover backgroundvar(--gray-600)var(--dark-450)
button-dark-textDark button text colorvar(--gray-50)var(--dark-350)

#Ghost Button

VariableDescriptionDefault baseDefault dark
button-ghostGhost button backgroundvar(--gray-100)var(--dark-600)
button-ghost-hoverGhost button hover backgroundvar(--gray-150)var(--dark-450)
button-ghost-textGhost button text colorvar(--gray-300)var(--dark-400)

#Contrast Button

VariableDescriptionDefault baseDefault dark
button-contrastContrast button backgroundvar(--gray-900)var(--base-white)
button-contrast-hoverContrast button hover backgroundvar(--gray-700)var(--dark-300)
button-contrast-textContrast button text colorvar(--gray-50)var(--base-black)

#Callout Component

Variables for customizing callout components.

#Base Callout

VariableDescriptionDefault baseDefault dark
callout-base-bgBase callout backgroundvar(--base-white)var(--dark-800)
callout-base-borderBase callout bordervar(--base-border)var(--base-border)
callout-baseBase callout accent colorvar(--base-500)var(--base-500)

#Callout Accent Colors

VariableDescriptionDefault baseDefault dark
callout-primaryPrimary callout accent colorvar(--primary-500)var(--primary-500)
callout-secondarySecondary callout accent colorvar(--gray-500)var(--gray-500)
callout-successSuccess callout accent colorvar(--success-500)var(--success-500)
callout-tipTip callout accent colorvar(--success-400)var(--success-400)
callout-dangerDanger callout accent colorvar(--danger-500)var(--danger-500)
callout-warningWarning callout accent colorvar(--warning-500)var(--warning-500)
callout-infoInfo callout accent colorvar(--base-300)var(--base-300)
callout-questionQuestion callout accent colorvar(--royal-500)var(--royal-500)
callout-lightLight callout accent colorvar(--gray-300)var(--gray-300)
callout-darkDark callout accent colorvar(--gray-900)var(--gray-900)
callout-ghostGhost callout accent colorvar(--gray-100)var(--gray-100)
callout-contrastContrast callout accent colorvar(--gray-600)var(--gray-600)
callout-contrast-bgContrast callout backgroundvar(--gray-900)var(--base-white)
callout-contrast-textContrast callout text colorvar(--gray-300)var(--dark-800)
callout-contrast-borderContrast callout border colorvar(--gray-900)var(--dark-700)

#Image Component

Variables for customizing image appearance.

VariableDescriptionDefault baseDefault dark
image-roundedImage border radius0px0px
image-borderImage border colorvar(--base-border)var(--base-border)
image-border-widthImage border width00

#List Component

Variables for customizing list appearance.

VariableDescriptionDefault baseDefault dark
list-checkedChecked list item colorvar(--base-500)var(--base-500)
list-uncheckedUnchecked list item colorvar(--gray-300)var(--dark-400)

#Tab Component

Variables for customizing tab appearance.

VariableDescriptionDefault baseDefault dark
tab-textTab text colorvar(--gray-500)var(--dark-350)
tab-text-hoverTab hover text colorvar(--base-500)var(--base-500)
tab-text-activeActive tab text colorvar(--base-500)var(--base-500)
tab-borderTab border colorvar(--transparent)var(--transparent)
tab-border-hoverTab hover border colorvar(--gray-300)var(--dark-450)
tab-border-activeActive tab border colorvar(--base-500)var(--base-500)