20 lines
1.2 KiB
XML
20 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<ResourceDictionary.ThemeDictionaries>
|
|
<ResourceDictionary x:Key="Dark">
|
|
<x:String x:Key="ImageBaseViewAuthentication">/Assets/BaseView/AuthenticationDark.png</x:String>
|
|
<x:String x:Key="ImageBaseViewHome">/Assets/BaseView/HomeDark.png</x:String>
|
|
<x:String x:Key="ImageBaseViewAbout">/Assets/BaseView/AboutDark.png</x:String>
|
|
<x:String x:Key="ImageBaseViewSubscriptions">/Assets/BaseView/SubscriptionsDark.png</x:String>
|
|
</ResourceDictionary>
|
|
<ResourceDictionary x:Key="Light">
|
|
<x:String x:Key="ImageBaseViewAuthentication">/Assets/BaseView/AuthenticationLight.png</x:String>
|
|
<x:String x:Key="ImageBaseViewHome">/Assets/BaseView/HomeLight.png</x:String>
|
|
<x:String x:Key="ImageBaseViewAbout">/Assets/BaseView/AboutLight.png</x:String>
|
|
<x:String x:Key="ImageBaseViewSubscriptions">/Assets/BaseView/SubscriptionsLight.png</x:String>
|
|
</ResourceDictionary>
|
|
</ResourceDictionary.ThemeDictionaries>
|
|
</ResourceDictionary>
|