SurfaceColors
type SurfaceColors = { background: string; foreground: string;};
Colors for container backgrounds and foreground content.
Properties
Section titled “Properties”background
Section titled “background”background: string;
Background color for surfaces.
foreground
Section titled “foreground”foreground: string;
Foreground color (text/icon) for surfaces.