> For the complete documentation index, see [llms.txt](https://docs.kojascripts.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kojascripts.eu/new/daily-rewards/configuration/theme.md).

# Theme

This option allows you to convert any hex color to an accent for customizing ui appearance.

{% hint style="warning" %}
Remember it only accepts HEX not RGB
{% endhint %}

{% code title="shared/client.lua" %}

```lua
Config.Color = '#6495ED' -- HEX COLOR
```

{% endcode %}
