Update README.md

This commit is contained in:
STAM 2019-12-04 16:03:16 +03:00 committed by GitHub
parent 0ef13a7e83
commit 00b582d23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,18 @@
### Supported themes:
Set theme in UI section of appsettings.json
Set theme in UI section of appsettings.json:
```
"UI": {
"Theme": "default",
```
of via enviroment vars:
You cah check live demos at official https://bootswatch.com/ site.
of via enviroment-file vars or compose-file:
```
- UI_Theme: default
```
Themes:
* `cerulean`
* `cosmo`
* `cyborg`
@ -35,3 +37,5 @@ You cah check live demos at official https://bootswatch.com/ site.
* `superhero`
* `united`
* `yeti`
You cah check live demos at official https://bootswatch.com/ site.