Bilibili-Evolved/extras/vld-windows/VideoLinkDownloader/App.xaml
2019-05-30 20:15:19 +08:00

19 lines
614 B
XML

<Application
x:Class="VideoLinkDownloader.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:VideoLinkDownloader"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary
Source="Theme.Dark.xaml" />
</ResourceDictionary.MergedDictionaries>
<SolidColorBrush
x:Key="ThemeColor"
Color="#26a69a" />
</ResourceDictionary>
</Application.Resources>
</Application>