# get_colored_text

> **Function** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/pregel/debug/get_colored_text)

Get colored text.

## Signature

```python
get_colored_text(
    text: str,
    color: str,
) -> str
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/41341457342327166d72fc11952ab28fb61ec0bf/libs/langgraph/langgraph/pregel/debug.py#L295)