feat: improve date picker calendar view. add three more themes.
This commit is contained in:
15
src/Ursa.Themes.Semi/Themes/HighContrast/Dusk.axaml
Normal file
15
src/Ursa.Themes.Semi/Themes/HighContrast/Dusk.axaml
Normal file
@@ -0,0 +1,15 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<Color x:Key="WindowColor">#2D3236</Color>
|
||||
<Color x:Key="WindowTextColor">#FFFFFF</Color>
|
||||
<Color x:Key="HotlightColor">#70EBDE</Color>
|
||||
<Color x:Key="GrayTextColor">#A6A6A6</Color>
|
||||
<Color x:Key="HighlightTextColor">#212D3B</Color>
|
||||
<Color x:Key="HighlightColor">#A1BFDE</Color>
|
||||
<Color x:Key="ButtonTextColor">#B6F6F0</Color>
|
||||
<Color x:Key="ButtonFaceColor">#2D3236</Color>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceInclude Source="Base.axaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user