27 lines
2.8 KiB
XML
27 lines
2.8 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.newspaper.png" x:Key="appbar_newspaper"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.book.perspective.png" x:Key="appbar_book_perspective"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.cart.png" x:Key="appbar_cart"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.clipboard.variant.text.png" x:Key="appbar_clipboard_variant_text"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.folder.ellipsis.png" x:Key="appbar_folder_ellipsis"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.home.gps.png" x:Key="appbar_home_gps"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.list.check.png" x:Key="appbar_list_check"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.magnify.png" x:Key="appbar_magnify"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.monitor.png" x:Key="appbar_monitor"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.remotehost.png" x:Key="appbar_remotehost"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.network.png" x:Key="appbar_network"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.network.server.connecting.png" x:Key="appbar_network_server_connecting"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.page.copy.png" x:Key="appbar_page_copy"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.people.png" x:Key="appbar_people"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.refresh.png" x:Key="appbar_refresh"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.reset.png" x:Key="appbar_reset"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.star.png" x:Key="appbar_star"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.window.maximize.png" x:Key="appbar_window_maximize"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.information.png" x:Key="appbar_information"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.speakerphone.png" x:Key="appbar_speakerphone"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.new.window.png" x:Key="appbar_new_window"></BitmapImage>
|
|
<SolidColorBrush x:Key="mainForeground" Color="Black" ></SolidColorBrush>
|
|
<Color x:Key="Color.LoadingDot.Primary">#1F92EE</Color>
|
|
<SolidColorBrush x:Key="Color.SoftContrast" Color="#DBDBDB" />
|
|
</ResourceDictionary> |