> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/toolkits/trend-concepts-tm/themes.md).

# Themes

Trend Concepts offers multiple color themes to customize the visual appearance of all components. Themes apply consistently across Bias Magnet, Flux Trend, Surge Waves, and Velocity Bands, creating a cohesive visual experience.

### Available Themes

#### Default

<figure><img src="/files/p726K5adURDouf5cHaEW" alt=""><figcaption></figcaption></figure>

**Colors:** Red (bearish), Orange (range), Green (bullish)

The classic color scheme that's easy to read and familiar to most traders. Red for bearish, green for bullish provides clear visual distinction.

#### Blue - Orange

<figure><img src="/files/LtNB9jcwOF32y8ERfrNr" alt=""><figcaption></figcaption></figure>

**Colors:** Orange (bearish), Yellow (range), Blue (bullish)

A softer color palette with blue representing bullish moves and orange for bearish. Good for traders who prefer less aggressive colors.

#### Green - Orange

<figure><img src="/files/hd1wjmS2ZB5HbcFXJ9mM" alt=""><figcaption></figcaption></figure>

**Colors:** Orange (bearish), Orange (range), Green (bullish)

Uses green for bullish and orange for bearish. The orange range color provides good contrast against both directions.

#### Teal - Fuchsia

<figure><img src="/files/434xNFNwoIWfYZyC7iDL" alt=""><figcaption></figcaption></figure>

**Colors:** Fuchsia (bearish), Gray (range), Teal (bullish)

A modern, vibrant color scheme. Teal for bullish and fuchsia for bearish creates a distinctive look.

#### Aqua - Purple

<figure><img src="/files/0HDmqb0haOpIckeOxvqN" alt=""><figcaption></figcaption></figure>

**Colors:** Aqua (bearish), Orange (range), Purple (bullish)

Unique color combination with purple for bullish and aqua for bearish. The orange range provides good separation.

#### Black - Green

<figure><img src="/files/qktd1lisjwciQIxaolJL" alt=""><figcaption></figcaption></figure>

**Colors:** Black (bearish), Light Gray (range), Green (bullish)

Minimalist theme with black for bearish and green for bullish. Good for traders who prefer subtle colors.

#### Black - Aqua

<figure><img src="/files/2FHI7onVzscfenKH6pm2" alt=""><figcaption></figcaption></figure>

**Colors:** Black (bearish), Light Gray (range), Aqua (bullish)

Similar to Black-Green but with aqua for bullish moves. Provides a clean, professional appearance.

#### Custom

When Custom is selected, you can define your own colors:

* **Bull Color**: Color for bullish/up trend elements
* **Range Color**: Color for neutral/consolidation elements (if applicable)
* **Bear Color**: Color for bearish/down trend elements


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.candelacharts.com/toolkits/trend-concepts-tm/themes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
