> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/space/getting-started/theme-settings/selecting-theme-colors.md).

# Select theme colors

### Getting started <a href="#h_7a0d84a38a" id="h_7a0d84a38a"></a>

You can adjust all colors in Paper using the global color settings. To achieve better results and improve design implementation, it's important to understand how and where each setting applies colors differently.

{% stepper %}
{% step %}
**Navigate to color settings**

* Color settings can be accessed within your theme editor by navigating to: **Theme settings > Colors**
  {% endstep %}

{% step %}
**Select default colors**

* Background: Choose a light background to enhance readability. This default background color will be used across your site. If changed, adjust the Main text color for a strong contrast.
* Main text: Select a color with high contrast against the Background color. For a light background, opt for a dark text color.
* Light text: The Light text color serves as an alternative for specific sections, such as dark banner images. This additional setting provides alternative text color options throughout the theme.
* Border: Several border shades are generated from this color. The default and lightest shade will exactly match the chosen color. Section-specific settings offer the option to use a darker version.
  {% endstep %}

{% step %}
**Selecting primary colors**

* Background: This color serves as a background for elements with the "Primary" color scheme. The primary background color is used as the main accent color throughout the theme, often applied to call-to-action buttons. We recommend using your primary brand color.
* Text: This color is used for text within elements featuring the "Primary" color scheme.
  {% endstep %}

{% step %}
**Selecting secondary colors**

* Background: This color serves as a background for elements with the "Secondary" color scheme. The secondary color scheme is used sparingly throughout your theme. For example you’ll see this applied to the quick-add buttons.
* Text: This color is used for text within elements featuring the "Secondary" color scheme.
  {% endstep %}

{% step %}
**Selecting tertiary colors**

* Background: This color serves as a background for elements with the "Tertiary" color scheme. The secondary color scheme is used not used by default in your theme. The tertiary colors will only be seen if it’s selected from section settings.
* Text: This color is used for text within elements featuring the "Tertiary" color scheme.
  {% endstep %}

{% step %}
**Selecting extra colors**

* Mobile bar: The Mobile bar color updates the user's top bar above the website. This is used to create a more finished look. This is currently only supported on some mobile devices. We recommend matching your announcement bar to the Mobile bar color.
  {% endstep %}
  {% endstepper %}

### Understanding your color schemes

Throughout your theme you'll see in a number of different places color settings that you can use. These settings are generated from your global color settings.

**Background color**

Body

Transparent

Shade

**Border color**

Subtle

Strong

**Text color**

#### Body and Body Neutral:

* Body is the base color.
* Body Neutral is a blend of the Body color and Primary Accent.

#### Accent 1-3 and Shade 1-3:

* Accent 1-3 represents darker shades of the Body color.
* Shade 1-3 also represents darker shades of the Body color but with slight opacity, making them semi-transparent.

#### Primary, Secondary, and Tertiary Colors:

* These colors are directly derived from the color settings.

#### Additional Notes:

* If the Body color is dark, Accent and Shade can instead be lighter shades of the Body color.
* For example, if the background color is black, Accent 1-3 will be lighter shades rather than darker.


---

# 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://help.brickspacelab.com/space/getting-started/theme-settings/selecting-theme-colors.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.
