> For the complete documentation index, see [llms.txt](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/themes.md).

# Themes

The style settings for the app are defined in

```dart
class StyleRepository { ... }
```

Colors, paddings, radii, ... can be adjusted there.
