# Configuration

## Colour configuration

***

### Text colour

**Field type**:\
Color picker

**Example value**:\
`#333333`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Colour configuration"

**Technical name**:\
`twt-table-body-color`

***

### Border colour

**Field type**:\
Color picker

**Example value**:\
`#eeeeee`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Colour configuration"

**Technical name**:\
`twt-table-body-border-color`

***

### Background colour

**Field type**:\
Color picker

**Example value**:\
`transparent`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Colour configuration"

**Technical name**:\
`twt-table-body-background-color`

***

### Background colour (Accent)

**Field type**:\
Color picker

**Example value**:\
`transparent`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Colour configuration"

**Technical name**:\
`twt-table-accent-background-color`

***

### Text colour @hover

**Field type**:\
Color picker

**Example value**:\
`$twt-table-body-color`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Colour configuration"

**Technical name**:\
`twt-table-hover-color`

***

### Background colour @hover

**Field type**:\
Color picker

**Example value**:\
`rgba(0, 0, 0, 0.075)`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Colour configuration"

**Technical name**:\
`twt-table-hover-background-color`

***

### Background colour @active

**Field type**:\
Color picker

**Example value**:\
`$twt-table-hover-background-color`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Colour configuration"

**Technical name**:\
`twt-table-active-background-color`

## Table head (light tables)

***

### Text colour

**Field type**:\
Color picker

**Example value**:\
`#ffffff`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Table head (light tables)"

**Technical name**:\
`twt-table-head-color`

***

### Background colour

**Field type**:\
Color picker

**Example value**:\
`$sw-color-brand-primary`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Table head (light tables)"

**Technical name**:\
`twt-table-head-background-color`

## Dark tables

***

### Text colour

**Field type**:\
Color picker

**Example value**:\
`#ffffff`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Dark tables"

**Technical name**:\
`twt-table-dark-color`

***

### Border colour

**Field type**:\
Color picker

**Example value**:\
`#5b6770`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Dark tables"

**Technical name**:\
`twt-table-dark-border-color`

***

### Background colour

**Field type**:\
Color picker

**Example value**:\
`#4a545b`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Dark tables"

**Technical name**:\
`twt-table-dark-background-color`

***

### Background colour (Accent)

**Field type**:\
Color picker

**Example value**:\
`rgba(255, 255, 255, 0.05)`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Dark tables"

**Technical name**:\
`twt-table-dark-accent-background-color`

***

### Text colour @hover

**Field type**:\
Color picker

**Example value**:\
`$twt-table-dark-color`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Dark tables"

**Technical name**:\
`twt-table-dark-hover-color`

***

### Background colour @hover

**Field type**:\
Color picker

**Example value**:\
`rgba(255, 255, 255, 0.075)`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Dark tables"

**Technical name**:\
`twt-table-dark-hover-background-color`

## Extended tables

***

### Border colour (bordered)

**Field type**:\
Color picker

**Example value**:\
`#dddddd`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Extended tables"

**Technical name**:\
`twt-table-border-color`

***

### Border-bottom colour (Table)

**Field type**:\
Color picker

**Example value**:\
`rgba(0, 0, 0, 0)`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Extended tables"

**Technical name**:\
`twt-table-body-border-bottom-color`

***

### Border-bottom colour (Table head light)

**Field type**:\
Color picker

**Example value**:\
`$twt-table-body-border-color`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Extended tables"

**Technical name**:\
`twt-table-head-border-bottom-color`

***

### Border-bottom colour (Table head dark)

**Field type**:\
Color picker

**Example value**:\
`$twt-table-dark-border-color`

**Path to the configuration**:\
Tab "Layout" => Block "Tables" => Section "Extended tables"

**Technical name**:\
`twt-table-dark-head-border-bottom-color`


---

# 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.themeware.design/manual/layout/tables/configuration.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.
