textmode.js / loading / LoadingScreenTheme
Interface: LoadingScreenTheme
Theme settings for the loading screen.
Properties
| Property | Type | Description |
|---|---|---|
background | null | [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 | TextmodeColor | The subtle text color used on the loading screen. |
textColor | | string | number | TextmodeColor | The primary text color used on the loading screen. |