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