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

# ChartTheme

> The color theme of the chart.

<div data-generated>
  ## GraphQL

  ```
  enum ChartTheme {
    LIGHT
    DARK
  }
  ```

  ### Used By

  **Used as input by**

  * [chartUrls](/api-reference/queries/charturls.md): Returns a URL for a pair chart.
</div>
