feat: Add Dark Mode

This commit is contained in:
rabbitism
2023-02-09 19:03:57 +08:00
parent 52e57b14fd
commit a55818b850
3 changed files with 45 additions and 2 deletions

View File

@@ -36,6 +36,8 @@
<x:Double x:Key="ColorPreviewerAccentSectionWidth">80</x:Double>
<x:Double x:Key="ColorPreviewerAccentSectionHeight">20</x:Double>
<x:Double x:Key="ColorPreviewerHeight">48</x:Double>
<CornerRadius x:Key="ColorPreviewerCornerRadius">3</CornerRadius>
<BoxShadows x:Key="ColorPreviewerMainBoxShadow">0 0 14 0 #1A000000</BoxShadows>
</ResourceDictionary>