# Theming

There are a few pre-built themes available in React Native Starter. To enable any particular theme, go to the project's directory and run the command in console for the selected theme.

### &#x20;Classic Blue

To activate this theme, run in the project's root folder:

```
$THEME_NAME=blue bash ./change-theme.sh
```

![](/files/-LfJkbwPgdMNTIV0MxH0)

### Classic Red

To activate this theme, run in the project's root folder:

```
$THEME_NAME=red bash ./change-theme.sh
```

![](/files/-LfJkn-EsV2ZLfxWyflm)

### Dark

To activate this theme, run in the project's root folder:

```
$THEME_NAME=dark bash ./change-theme.sh    
```

![](/files/-LfJkzFXvGTLUHRyxb0c)

### Fancy

To activate this theme, run in the project's root folder:

```
$THEME_NAME=fancy bash ./change-theme.sh    
```

![](/files/-LfJlB4c96DcWqi_L_lv)

### Material

To activate this theme, run in the project's root folder:

```
$THEME_NAME=material bash ./change-theme.sh    
```

![](/files/-LfJlMbD-VRxfh9-ZXOX)

### Classic

To activate this theme, run in the project's root folder:

```
$THEME_NAME=classic bash ./change-theme.sh    
```

![](/files/-LfJZ_Us-Ypl8bqZ9t3c)


---

# 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.reactnativestarter.com/theming.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.
