Skip to content

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.

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: themereset reverts to the theme specified in the theme key in the [pgui] section of config.toml.
  • Roles: Theme modification commands require the admin role. theme (read-only) is available to all non-blacklisted users.