Theme
interface Theme {
animation: ThemeSection<string | string[]>;
backdropBlur: ThemeSection;
backdropBrightness: ThemeSection;
backdropContrast: ThemeSection;
backdropGrayscale: ThemeSection;
backdropHueRotate: ThemeSection;
backdropInvert: ThemeSection;
backdropOpacity: ThemeSection;
backdropSaturate: ThemeSection;
backdropSepia: ThemeSection;
backgroundColor: ThemeSection<ThemeColor>;
backgroundImage: ThemeSection<string | string[]>;
backgroundOpacity: ThemeSection;
backgroundPosition: ThemeSection;
backgroundSize: ThemeSection;
blur: ThemeSection;
borderColor: ThemeSection<ThemeColor>;
borderOpacity: ThemeSection;
borderRadius: ThemeSection;
borderWidth: ThemeSection;
boxShadow: ThemeSection<string | string[]>;
brightness: ThemeSection;
colors: ThemeSection<ThemeColor>;
container: ThemeContainer | ThemeSectionResolver<ThemeContainer>;
contrast: ThemeSection;
cursor: ThemeSection;
divideColor: ThemeSection<ThemeColor>;
divideOpacity: ThemeSection;
divideWidth: ThemeSection;
dropShadow: ThemeSection<string | string[]>;
durations: ThemeSection<string | string[]>;
fill: ThemeSection<ThemeColor>;
flex: ThemeSection;
flexGrow: ThemeSection<number>;
flexShrink: ThemeSection<number>;
fontFamily: ThemeSection<string | string[]>;
fontSize: ThemeSection<ThemeFontSize>;
fontWeight: ThemeSection;
gap: ThemeSection;
gradientColorStops: ThemeSection<ThemeColor>;
grayscale: ThemeSection;
gridAutoColumns: ThemeSection;
gridAutoRows: ThemeSection;
gridColumn: ThemeSection;
gridColumnEnd: ThemeSection;
gridColumnStart: ThemeSection;
gridRow: ThemeSection;
gridRowEnd: ThemeSection;
gridRowStart: ThemeSection;
gridTemplateColumns: ThemeSection;
gridTemplateRows: ThemeSection;
height: ThemeSection;
hueRotate: ThemeSection;
inset: ThemeSection;
invert: ThemeSection;
keyframes: ThemeSection<Record<string, CSSProperties>>;
letterSpacing: ThemeSection;
lineHeight: ThemeSection;
listStyleType: ThemeSection;
margin: ThemeSection;
maxHeight: ThemeSection;
maxWidth: ThemeSection;
minHeight: ThemeSection;
minWidth: ThemeSection;
objectPosition: ThemeSection;
opacity: ThemeSection;
order: ThemeSection;
outline: ThemeSection<ThemeOutline>;
padding: ThemeSection;
placeholderColor: ThemeSection<ThemeColor>;
placeholderOpacity: ThemeSection;
ringColor: ThemeSection<ThemeColor>;
ringOffsetColor: ThemeSection<ThemeColor>;
ringOffsetWidth: ThemeSection;
ringOpacity: ThemeSection;
ringWidth: ThemeSection;
rotate: ThemeSection;
saturate: ThemeSection;
scale: ThemeSection;
screens: ThemeSection<ThemeScreen>;
sepia: ThemeSection;
skew: ThemeSection;
space: ThemeSection;
spacing: ThemeSection;
stroke: ThemeSection<ThemeColor>;
strokeWidth: ThemeSection;
textColor: ThemeSection<ThemeColor>;
textOpacity: ThemeSection;
transformOrigin: ThemeSection;
transitionDelay: ThemeSection<string | string[]>;
transitionDuration: ThemeSection<string | string[]>;
transitionProperty: ThemeSection<string | string[]>;
transitionTimingFunction: ThemeSection<string | string[]>;
translate: ThemeSection;
width: ThemeSection;
zIndex: ThemeSection;
}§Properties
§
animation: ThemeSection<string | string[]>
[src]§
backdropBlur: ThemeSection
[src]§
backdropBrightness: ThemeSection
[src]§
backdropContrast: ThemeSection
[src]§
backdropGrayscale: ThemeSection
[src]§
backdropHueRotate: ThemeSection
[src]§
backdropInvert: ThemeSection
[src]§
backdropOpacity: ThemeSection
[src]§
backdropSaturate: ThemeSection
[src]§
backdropSepia: ThemeSection
[src]§
backgroundColor: ThemeSection<ThemeColor>
[src]§
backgroundImage: ThemeSection<string | string[]>
[src]§
backgroundOpacity: ThemeSection
[src]§
backgroundPosition: ThemeSection
[src]§
backgroundSize: ThemeSection
[src]§
blur: ThemeSection
[src]§
borderColor: ThemeSection<ThemeColor>
[src]§
borderOpacity: ThemeSection
[src]§
borderRadius: ThemeSection
[src]§
borderWidth: ThemeSection
[src]§
boxShadow: ThemeSection<string | string[]>
[src]§
brightness: ThemeSection
[src]§
colors: ThemeSection<ThemeColor>
[src]§
container: ThemeContainer | ThemeSectionResolver<ThemeContainer>
[src]§
contrast: ThemeSection
[src]§
cursor: ThemeSection
[src]§
divideColor: ThemeSection<ThemeColor>
[src]§
divideOpacity: ThemeSection
[src]§
divideWidth: ThemeSection
[src]§
dropShadow: ThemeSection<string | string[]>
[src]§
durations: ThemeSection<string | string[]>
[src]§
fill: ThemeSection<ThemeColor>
[src]§
flex: ThemeSection
[src]§
flexGrow: ThemeSection<number>
[src]§
flexShrink: ThemeSection<number>
[src]§
fontFamily: ThemeSection<string | string[]>
[src]§
fontSize: ThemeSection<ThemeFontSize>
[src]§
fontWeight: ThemeSection
[src]§
gap: ThemeSection
[src]§
gradientColorStops: ThemeSection<ThemeColor>
[src]§
grayscale: ThemeSection
[src]§
gridAutoColumns: ThemeSection
[src]§
gridAutoRows: ThemeSection
[src]§
gridColumn: ThemeSection
[src]§
gridColumnEnd: ThemeSection
[src]§
gridColumnStart: ThemeSection
[src]§
gridRow: ThemeSection
[src]§
gridRowEnd: ThemeSection
[src]§
gridRowStart: ThemeSection
[src]§
gridTemplateColumns: ThemeSection
[src]§
gridTemplateRows: ThemeSection
[src]§
height: ThemeSection
[src]§
hueRotate: ThemeSection
[src]§
inset: ThemeSection
[src]§
invert: ThemeSection
[src]§
keyframes: ThemeSection<Record<string, CSSProperties>>
[src]§
letterSpacing: ThemeSection
[src]§
lineHeight: ThemeSection
[src]§
listStyleType: ThemeSection
[src]§
margin: ThemeSection
[src]§
maxHeight: ThemeSection
[src]§
maxWidth: ThemeSection
[src]§
minHeight: ThemeSection
[src]§
minWidth: ThemeSection
[src]§
objectPosition: ThemeSection
[src]§
opacity: ThemeSection
[src]§
order: ThemeSection
[src]§
outline: ThemeSection<ThemeOutline>
[src]§
padding: ThemeSection
[src]§
placeholderColor: ThemeSection<ThemeColor>
[src]§
placeholderOpacity: ThemeSection
[src]§
ringColor: ThemeSection<ThemeColor>
[src]§
ringOffsetColor: ThemeSection<ThemeColor>
[src]§
ringOffsetWidth: ThemeSection
[src]§
ringOpacity: ThemeSection
[src]§
ringWidth: ThemeSection
[src]§
rotate: ThemeSection
[src]§
saturate: ThemeSection
[src]§
scale: ThemeSection
[src]§
screens: ThemeSection<ThemeScreen>
[src]§
sepia: ThemeSection
[src]§
skew: ThemeSection
[src]§
space: ThemeSection
[src]§
spacing: ThemeSection
[src]§
stroke: ThemeSection<ThemeColor>
[src]§
strokeWidth: ThemeSection
[src]§
textColor: ThemeSection<ThemeColor>
[src]§
textOpacity: ThemeSection
[src]§
transformOrigin: ThemeSection
[src]§
transitionDelay: ThemeSection<string | string[]>
[src]§
transitionDuration: ThemeSection<string | string[]>
[src]§
transitionProperty: ThemeSection<string | string[]>
[src]§
transitionTimingFunction: ThemeSection<string | string[]>
[src]§
translate: ThemeSection
[src]§
width: ThemeSection
[src]§
zIndex: ThemeSection
[src]