> For the complete documentation index, see [llms.txt](https://docs.reactnativestarter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reactnativestarter.com/theming.md).

# 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)
