mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
01.57.2021 30f1f96870a6cd66236c02aebba2ca38dd0a48d5
README.md
@@ -114,6 +114,13 @@
displayMode = "dark"
```
### Disable Theme Switcher
You can easily disable the theme switcher from the `config.toml`. All you have to do is to set the parameter `disableThemeSwitcher` to `true`.
```toml
[params]
disableThemeSwitcher = true # Theme switcher is enabled by default
```
### Disable Animations
You can easily disable the animations from the `config.toml`. All you have to do is to set the parameter `doNotLoadAnimations` to `true`.
```toml