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

Carlo Corti
01.06.2021 64b32d0030e711d477835bdb58cc690dea62dd33
README.md
@@ -108,6 +108,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