Theme Commands
This content is for v1.0.0. Switch to the latest version for up-to-date documentation.
The themes plugin manages the visual theme used for GUI messages rendered by the bot. Themes control colors, fonts, and layout of HTML-based chat output.
Commands
Section titled “Commands”| Command | Description | Roles | Aliases |
|---|---|---|---|
themelist |
List all available themes | admin | — |
theme |
Show the active theme | user | — |
themeswitch <name> |
Switch the active theme | admin | — |
themereset |
Reset to the config-default theme | admin | — |
- Theme storage: Themes are registered through the theme registry. Built-in themes ship with the bot; custom themes can be added by placing theme files in the configured themes directory.
- Reset:
themeresetreverts to the theme specified in thethemekey in the[pgui]section ofconfig.toml. - Roles: Theme modification commands require the
adminrole.theme(read-only) is available to all non-blacklisted users.