28 lines
3.0 KiB
XML
28 lines
3.0 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/dark/appbar.newspaper.png" x:Key="nav_appbar_newspaper"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.book.perspective.png" x:Key="nav_appbar_book_perspective"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.cart.png" x:Key="nav_appbar_cart"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.clipboard.variant.text.png" x:Key="nav_appbar_clipboard_variant_text"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.folder.ellipsis.png" x:Key="nav_appbar_folder_ellipsis"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.information.png" x:Key="nav_appbar_information"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.list.check.png" x:Key="nav_appbar_list_check"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.magnify.png" x:Key="nav_appbar_magnify"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.monitor.png" x:Key="nav_appbar_monitor"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.network.png" x:Key="nav_appbar_network"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.home.gps.png" x:Key="nav_appbar_home_gps"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.network.server.connecting.png" x:Key="nav_appbar_network_server_connecting"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.page.copy.png" x:Key="nav_appbar_page_copy"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.people.png" x:Key="nav_appbar_people"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.refresh.png" x:Key="nav_appbar_refresh"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.reset.png" x:Key="nav_appbar_reset"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.star.png" x:Key="nav_appbar_star"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.window.maximize.png" x:Key="nav_appbar_window_maximize"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.speakerphone.png" x:Key="nav_appbar_speakerphone"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/dark/appbar.new.window.png" x:Key="nav_appbar_new_window"></BitmapImage>
|
|
<SolidColorBrush x:Key="navForeground" Color="White" ></SolidColorBrush>
|
|
<SolidColorBrush x:Key="backgroundColor" Color="LightGray"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="headerColor" Color="#8AACDB"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="inactiveButtonColor" Color="gray"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="activeButtonColor" Color="#186292"></SolidColorBrush>
|
|
</ResourceDictionary> |