Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
borderColor: ThemeSection<ThemeColor>;
borderOpacity: ThemeSection;
borderRadius: ThemeSection;
borderWidth: ThemeSection;
boxShadow: ThemeSection<string | string[]>;
brightness: ThemeSection;
contrast: ThemeSection;
cursor: ThemeSection;
divideColor: ThemeSection<ThemeColor>;
divideOpacity: ThemeSection;
divideWidth: ThemeSection;
dropShadow: ThemeSection<string | string[]>;
durations: ThemeSection<string | string[]>;
flexGrow: ThemeSection<number>;
flexShrink: ThemeSection<number>;
fontFamily: ThemeSection<string | string[]>;
fontWeight: 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;
padding: ThemeSection;
placeholderColor: ThemeSection<ThemeColor>;
placeholderOpacity: ThemeSection;
ringOffsetColor: ThemeSection<ThemeColor>;
ringOffsetWidth: ThemeSection;
ringOpacity: ThemeSection;
ringWidth: ThemeSection;
rotate: ThemeSection;
saturate: ThemeSection;
scale: ThemeSection;
sepia: ThemeSection;
space: ThemeSection;
spacing: ThemeSection;
strokeWidth: ThemeSection;
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]
§
backgroundImage: ThemeSection<string | string[]>
[src]
§
backgroundOpacity: ThemeSection
[src]
§
backgroundPosition: ThemeSection
[src]
§
backgroundSize: ThemeSection
[src]
§
borderOpacity: ThemeSection
[src]
§
borderRadius: ThemeSection
[src]
§
borderWidth: ThemeSection
[src]
§
boxShadow: ThemeSection<string | string[]>
[src]
§
divideOpacity: ThemeSection
[src]
§
divideWidth: ThemeSection
[src]
§
dropShadow: ThemeSection<string | string[]>
[src]
§
durations: ThemeSection<string | string[]>
[src]
§
flexGrow: ThemeSection<number>
[src]
§
flexShrink: ThemeSection<number>
[src]
§
fontFamily: ThemeSection<string | string[]>
[src]
§
gradientColorStops: ThemeSection<ThemeColor>
[src]
§
gridAutoColumns: ThemeSection
[src]
§
gridAutoRows: ThemeSection
[src]
§
gridColumnEnd: ThemeSection
[src]
§
gridColumnStart: ThemeSection
[src]
§
gridRowStart: ThemeSection
[src]
§
gridTemplateColumns: ThemeSection
[src]
§
gridTemplateRows: ThemeSection
[src]
§
keyframes: ThemeSection<Record<string, CSSProperties>>
[src]
§
letterSpacing: ThemeSection
[src]
§
listStyleType: ThemeSection
[src]
§
objectPosition: ThemeSection
[src]
§
placeholderColor: ThemeSection<ThemeColor>
[src]
§
placeholderOpacity: ThemeSection
[src]
§
ringOffsetWidth: ThemeSection
[src]
§
ringOpacity: ThemeSection
[src]
§
strokeWidth: ThemeSection
[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]