# Describes the format for available frontend services

set_theme:
  description: Set a theme unless the client selected per-device theme.
  fields:
    name:
      description: Name of a predefined theme, 'default' or 'none'.
      example: "default"
    mode:
      description: The mode the theme is for, either 'dark' or 'light' (default).
      example: "dark"

reload_themes:
  description: Reload themes from YAML configuration.