Skip to content

textmode.js / loading / LoadingScreenTheme

Interface: LoadingScreenTheme

Theme settings for the loading screen.

Properties

PropertyTypeDescription
backgroundnull | [number, number, number, number]The background color of the loading screen, or null for transparent.
mode"light" | "dark"The color mode of the loading screen, either 'light' or 'dark'.
subtleColor| string | number | TextmodeColorThe subtle text color used on the loading screen.
textColor| string | number | TextmodeColorThe primary text color used on the loading screen.