# DRIFT — General

Controls the default color mode that DRIFT loads in.

## How to access

**Theme settings → DRIFT — General**

## Settings

### Default color mode

Select either **Light** or **Dark**. This is the color mode the site loads in for first-time visitors. Shoppers can toggle between light and dark using the switch in the header. The default is **Dark**.

### Color schemes

Color schemes are required by Shopify but **do not affect DRIFT's appearance**. DRIFT uses its own light/dark mode system (driven by the Default color mode setting above) rather than Shopify's color scheme system.

You can leave the color scheme defaults as they are — they have no visible effect on the storefront.

{% hint style="info" %}
DRIFT renders solid backgrounds in each mode (`#FAFAFA` in light, `#0A0A0A` in dark).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.webexp.dev/drift/drift-pro/theme-settings/general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
