
* CalendarDatePicker Bordered class. * ComboBox Pressed BorderBrush. * ToggleSwitch default Background & BorderBrush. * CheckBox & ListBox Background. (cherry picked from commit cf54ad51f99b05dee695d377218a96c3324e1d44)
Semi.Avalonia
Avalonia Theme inspired by Semi Design
How to Use
Installation
dotnet add package Semi.Avalonia
Include Semi Design Styles in application:
<Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />
</Application.Styles>
That's all.
ColorPicker, DataGrid and TreeDataGrid are distributed in separated packages. Please install if you need.
dotnet add package Semi.Avalonia.ColorPicker
dotnet add package Semi.Avalonia.DataGrid
dotnet add package Semi.Avalonia.TreeDataGrid
<Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" />
<StyleInclude Source="avares://Semi.Avalonia.DataGrid/Index.axaml" />
<StyleInclude Source="avares://Semi.Avalonia.TreeDataGrid/Index.axaml" />
</Application.Styles>
Demo
You can always download demo executable to play around with Semi Avalonia Themes. https://github.com/irihitech/Semi.Avalonia/releases
Version compatibility
Semi Design Version | Avalonia Version |
---|---|
11.0.7 | 11.0.7 |
11.0.1 | <=11.0.6 |
TODO
- FocusAdorner
Credits
Screenshot
Languages
C#
100%