diff --git a/Configuration.md b/Configuration.md index 457cb88..319d6ab 100644 --- a/Configuration.md +++ b/Configuration.md @@ -19,7 +19,7 @@ They are: - `width` the default width of the window when it opens. Has to be an integer and defaults to `800` - `theme` Whether to use `Dark` or `Light` mode. Defaults to `Dark` - `primary_color` The UI's primary color, Material Colors are extracted from that. Defaults to `Green` -- `primary_color` The UI's accent color, Material Colors are extracted from that. Defaults to `Lime` +- `accent_color` The UI's accent color, Material Colors are extracted from that. Defaults to `Lime` # Dev