# Fonts & Colors

## Theme

This allows you to switch between Dark Mode and Light Mode, or switch it automatically depending on your system’s display preference.

* In the Settings/Preferences dialog (**`⌘ + ,`**), go to **`Fonts & Colors`** tab
* Change theme by selecting from Light, Dark, or make it auto switch based on the system preferences.

## SQL Editor

You can change font and font size of the text used in the SQL Editor. Font size can also be defined directly in the SQL Editor. You can find the setting button at the bottom left of the SQL Editor and choose Font Size.

* In the Settings/Preferences dialog (**`⌘ + ,`**), go to **`Fonts & Colors`** tab

You can customize the colour of each syntax element, including:

* Comment
* Number
* Single quote string
* Double quote string
* Backtick quote string
* Bracket quote string
* Reserved keyword
* Current query
* Selected background
* Error highlight
* Others

## Data Table

You can change font, font size, and padding of the text in Data Table, and customize the color of:

* Soft deleted row
* Modified value
* New row

In the Settings/Preferences dialog (**`⌘ + ,`**), go to **Fonts & Colors** tab


---

# 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.tableplus.com/preferences/fonts-and-colors.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.
