> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_clothing/rcore_clothes/dark-theme.md).

# Dark theme

### How to use dark template

1. go to client/html/index.html
2. uncomment line 8 and comment line 11 It will look like this

```html
<link rel="stylesheet" href="./style-dark.css">
<!--<link rel="stylesheet" href="./style.css">-->
```

Default value:

```html
<!--<link rel="stylesheet" href="./style-dark.css">-->
<link rel="stylesheet" href="./style.css">
```
