Interface BackgroundTypeFill

The background is automatically filled based on the selected colors.

interface BackgroundTypeFill {
    dark_theme_dimming: number;
    fill: BackgroundFill;
    type: "fill";
}

Properties

dark_theme_dimming: number

Dimming of the background in dark themes, as a percentage; 0-100

The background fill

type: "fill"

Type of the background, always “fill”