# IAppearanceService.Themes property

The light/dark variants on offer, normally the system default plus an explicit light and dark.

```csharp
public IReadOnlyList<IAppearanceOption> Themes { get; }
```

## See Also

* interface [IAppearanceOption](../IAppearanceOption.md)
* interface [IAppearanceService](../IAppearanceService.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
