Available types

BackgroundTypeFill

The background is automatically filled based on the selected colors.

fields

fieldtyperequireddescription
typestringrequiredType of the background, always “fill”
fillBackgroundFillrequiredThe background fill
dark_theme_dimmingnumberrequiredDimming of the background in dark themes, as a percentage; 0-100

import

types.ts
import type { BackgroundTypeFill } from "@yaebal/types";

used by

types