Get Theme for Platform
get_theme_for_platformRetrieve platform-specific styling for AI agents, converting theme colors into formats like ANSI codes for terminals, CSS variables for web, or native styles for Slack, Discord, and IDEs.
Instructions
Get platform-specific styling for the bot. Supported platforms: terminal (returns ANSI escape codes), web (CSS variables), slack, discord, ide. Unknown platforms get the raw hex theme colours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Target platform: terminal, web, slack, discord, or ide |