# Theme/Style Configuration

## Theme Background

{% tabs %}
{% tab title="preset-1" %}
{% code title="src/config.ts" %}

```javascript
const config = {
  'customColor': 'preset-1'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-2" %}
{% code title="src/config.ts" %}

```javascript
const config = {
  'customColor': 'preset-2'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-3" %}
{% code title="src/config.ts" %}

```javascript
const config = {
  'customColor': 'preset-3'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-4" %}
{% code title="src/config.ts" %}

```javascript
const config = {
  'customColor': 'preset-4'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-5" %}
{% code title="src/config.ts" %}

```javascript
const config = {
  'customColor': 'preset-5'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-6" %}
{% code title="src/config.ts" %}

```javascript
const config = {
  'customColor': 'preset-6'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-7" %}
{% code title="src/config.ts" %}

```javascript
const config = {
  'customColor': 'preset-7'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-8" %}
{% code title="src/config.ts" %}

```javascript
const config = {
  'customColor': 'preset-8'
}

export default config;
```

{% endcode %}
{% endtab %}
{% endtabs %}

## Header Background

{% tabs %}
{% tab title="preset-1" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'headerColor': 'preset-1'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-2" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'headerColor': 'preset-2'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-3" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'headerColor': 'preset-3'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-4" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'headerColor': 'preset-4'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-5" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'headerColor': 'preset-5'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-6" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'headerColor': 'preset-6'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-7" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'headerColor': 'preset-7'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-8" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'headerColor': 'preset-8'
}

export default config;
```

{% endcode %}
{% endtab %}
{% endtabs %}

## Navbar Background

{% tabs %}
{% tab title="preset-1" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'navbarColor': 'preset-1'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-2" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'navbarColor': 'preset-2'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-3" %}
{% code title="src/config.js" %}

```javascript
 const config = {
  'navbarColor': 'preset-3'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-4" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'navbarColor': 'preset-4'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-5" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'navbarColor': 'preset-5'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-6" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'navbarColor': 'preset-6'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-7" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'navbarColor': 'preset-7'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-8" %}
{% code title="src/config.js" %}

```javascript
const config = {
  'navbarColor': 'preset-8'
}

export default config;
```

{% endcode %}
{% endtab %}
{% endtabs %}

## Menu Background Image

{% tabs %}
{% tab title="preset-1" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarImg': 'preset-1'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-2" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarImg': 'preset-2'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-3" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarImg': 'preset-3'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-4" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarImg': 'preset-4'
}

export default config;
```

{% endcode %}
{% endtab %}
{% endtabs %}

## Logo Background

{% tabs %}
{% tab title="preset-1" %}
{% code title="src\config\constant.js" %}

```javascript
const config = {
  'logoColor': 'preset-1'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-2" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'logoColor': 'preset-2'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-3" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'logoColor': 'preset-3'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-4" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'logoColor': 'preset-4'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-5" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'logoColor': 'preset-5'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-6" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'logoColor': 'preset-6'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-7" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'logoColor': 'preset-7'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-8" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'logoColor': 'preset-8'
}

export default config;
```

{% endcode %}
{% endtab %}
{% endtabs %}

## Menu Caption (title) Colour

{% tabs %}
{% tab title="preset-1" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarCaptionColor': 'preset-1'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-2" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarCaptionColor': 'preset-2'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-3" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarCaptionColor': 'preset-3'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-4" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarCaptionColor': 'preset-4'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-5" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarCaptionColor': 'preset-5'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-6" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarCaptionColor': 'preset-6'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-7" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarCaptionColor': 'preset-7'
}

export default config;
```

{% endcode %}
{% endtab %}

{% tab title="preset-8" %}
{% code title="src\config.js" %}

```javascript
const config = {
  'navbarCaptionColor': 'preset-8'
}

export default config;
```

{% endcode %}
{% endtab %}
{% endtabs %}


---

# 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://codedthemes.gitbook.io/datta/theme-config.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.
