> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Color Palette • Rust AI Agent SDK

> ColorPalette: PraisonAI color palette for consistent UI

# ColorPalette

> Defined in the [**display**](../modules/display) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

PraisonAI color palette for consistent UI

## Fields

| Name             | Type           | Description              |
| ---------------- | -------------- | ------------------------ |
| `agent`          | `&'static str` | Agent identity color     |
| `agent_text`     | `&'static str` | Agent text color         |
| `task`           | `&'static str` | Task/Question color      |
| `task_text`      | `&'static str` | Task text color          |
| `working`        | `&'static str` | Working/Processing color |
| `working_text`   | `&'static str` | Working text color       |
| `response`       | `&'static str` | Response/Output color    |
| `response_text`  | `&'static str` | Response text color      |
| `tool`           | `&'static str` | Tool calls color         |
| `tool_text`      | `&'static str` | Tool text color          |
| `reasoning`      | `&'static str` | Reasoning color          |
| `reasoning_text` | `&'static str` | Reasoning text color     |
| `error`          | `&'static str` | Error/Warning color      |
| `error_text`     | `&'static str` | Error text color         |
| `metrics`        | `&'static str` | Metrics color            |
| `metrics_text`   | `&'static str` | Metrics text color       |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/display.rs#L38">
  `praisonai/src/display.rs` at line 38
</Card>
