> For the complete documentation index, see [llms.txt](https://docs.motivewave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motivewave.com/user-guide/settings/theme.md).

# Theme

## Theme

{% hint style="info" %}
Themes are used to change the look of the UI components (Window Theme), chart colors (Chart Theme) and bar colors (Bar Theme). Use the drop down options below to configure themes for MotiveWave. Click OK to apply your changes.
{% endhint %}

**Window Theme** – The general platform theme. Options are Dark, Navy or Light.

**Chart Theme** – The chart theme that includes chart background, grid lines, axis lines, etc.

**Bar Theme** – The bar theme that includes up bars, down bars, neutral bars, outlines, etc.

**Buy/Sell Colors** – Color theme for various buttons and items throughout the platform. Option include Red/Blue or Red/Green.

**Active Chart Station Color** – Color for the active station (top bar of a chart tab).&#x20;

**Active Station Color** – Color for an active station that is not a chart.&#x20;

## Bar Themes

{% hint style="info" %}
This panel allows you to configure custom bar themes. Click on the + button to define a new theme.
{% endhint %}

## Chart Themes

{% hint style="info" %}
This panel allows you to configure custom chart themes. Click on the + button to define a new theme.
{% endhint %}

## Table

**Even/Odd Row Color** – Background color for all tables within the platform. This includes many areas such as the DOM, Order Book, Time & Sales, Watch List, Account panels, etc. Different colors can be set for even/odd rows to create a striped effect.

**Selected Row** – Background row color for a currently selected row. This is used in the Watch List.

**Arrow Type** – Watch List up/down arrow type. Select from Arrow, Triangle, or None.

**Arrow Up** – Up arrow color.

**Arrow Down** – Down arrow color.

**Up Text** – Up font color.

**Down Text** – Down font color.

**Up Background** – Up background color.

**Down Background** – Down background color.

**Update Interval** – Watch List update interval. Lower number will increase CPU usage.

**Up/Down Delay** – Time in milliseconds to keep the up/down colors displayed in the watch list after an up/down tick.


---

# 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.motivewave.com/user-guide/settings/theme.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.
