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

![](https://1974771079-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LK6D3dfAKckmlwkiENO%2F-LfJkHngeONSHq_WiRIc%2F-LfJkbwPgdMNTIV0MxH0%2Fblue1.png?alt=media\&token=d326cdc6-9c57-4659-b0e7-e34e71f4d083)

### Classic Red

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

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

![](https://1974771079-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LK6D3dfAKckmlwkiENO%2F-LfJkHngeONSHq_WiRIc%2F-LfJkn-EsV2ZLfxWyflm%2Fred1.png?alt=media\&token=86b4a7f1-dbd0-4971-a538-4ae9690828b3)

### Dark

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

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

![](https://1974771079-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LK6D3dfAKckmlwkiENO%2F-LfJkHngeONSHq_WiRIc%2F-LfJkzFXvGTLUHRyxb0c%2Fdark1.png?alt=media\&token=616864e4-02b8-4391-8659-ac1e28324acb)

### Fancy

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

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

![](https://1974771079-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LK6D3dfAKckmlwkiENO%2F-LfJkHngeONSHq_WiRIc%2F-LfJlB4c96DcWqi_L_lv%2Ffn1.png?alt=media\&token=fcdcc777-3163-4bd4-8e04-aa038ebd650e)

### Material

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

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

![](https://1974771079-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LK6D3dfAKckmlwkiENO%2F-LfJkHngeONSHq_WiRIc%2F-LfJlMbD-VRxfh9-ZXOX%2Fmaterial1.png?alt=media\&token=c650ba78-8494-4674-ba70-4f2b0b7b7792)

### Classic

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

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

![](https://1974771079-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LK6D3dfAKckmlwkiENO%2F-LfJVxHz7lVvZIgNZ7tX%2F-LfJZ_Us-Ypl8bqZ9t3c%2FFancy_1.png?alt=media\&token=1e14692a-327f-4c8e-a1e6-036df914d30e)
