mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-22 23:51:03 +05:30
17 lines
679 B
XML
17 lines
679 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="highminded.App"
|
|
RequestedThemeVariant="Default">
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
|
|
<Application.Styles>
|
|
<FluentTheme />
|
|
<StyleInclude Source="avares://IconPacks.Avalonia/Icons.axaml" />
|
|
|
|
<Style Selector="TextBox /template/ TextPresenter">
|
|
<Setter Property="Cursor" Value="Arrow" />
|
|
<Setter Property="Background" Value="Transparent" />
|
|
</Style>
|
|
|
|
</Application.Styles>
|
|
</Application> |