46 lines
4.4 KiB
XML
46 lines
4.4 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="nav_appbar_newspaper"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.book.perspective.png" x:Key="nav_appbar_book_perspective"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.cart.png" x:Key="nav_appbar_cart"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.clipboard.variant.text.png" x:Key="nav_appbar_clipboard_variant_text"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.folder.ellipsis.png" x:Key="nav_appbar_folder_ellipsis"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.home.gps.png" x:Key="nav_appbar_home_gps"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.list.check.png" x:Key="nav_appbar_list_check"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.magnify.png" x:Key="nav_appbar_magnify"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.monitor.png" x:Key="nav_appbar_monitor"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.network.png" x:Key="nav_appbar_network"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.network.server.connecting.png" x:Key="nav_appbar_network_server_connecting"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.network.server.disconnect.png" x:Key="nav_appbar_network_server_disconnect"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.page.copy.png" x:Key="nav_appbar_page_copy"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.people.png" x:Key="nav_appbar_people"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.refresh.png" x:Key="nav_appbar_refresh"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.reset.png" x:Key="nav_appbar_reset"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.star.png" x:Key="nav_appbar_star"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.window.maximize.png" x:Key="nav_appbar_window_maximize"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.information.png" x:Key="nav_appbar_information"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.speakerphone.png" x:Key="nav_appbar_speakerphone"></BitmapImage>
|
|
<BitmapImage UriSource="../Resources/icons/light/appbar.new.window.png" x:Key="nav_appbar_new_window"></BitmapImage>
|
|
|
|
<SolidColorBrush x:Key="navForeground" Color="#0F172A"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="buttonTextColor" Color="#0F172A"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="headerColor" Color="#EAF1FA"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="headerControlBackgroundColor" Color="#C8D6EA"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="headerControlHoverBackgroundColor" Color="#B2C5DE"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="backgroundColor" Color="#EDF3FB"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="panelBackgroundColor" Color="#EDF3FB"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="panelBorderColor" Color="#CAD9EC"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="cardBackgroundColor" Color="#FFFFFFFF"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="cardBorderColor" Color="#D7E0EE"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="navigationRailColor" Color="#EDF3FB"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="navigationRailBorderColor" Color="#C6D6EA"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="inputBackgroundColor" Color="#F7FAFD"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="inputBorderColor" Color="#CBD9EC"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="sectionTitleColor" Color="#1E293B"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="subtleTextColor" Color="#5B6E86"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="accentColor" Color="#1090E0"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="itemHoverBorderColor" Color="#1090E0"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="inactiveButtonColor" Color="#E3EBF6"></SolidColorBrush>
|
|
<SolidColorBrush x:Key="activeButtonColor" Color="#1090E0"></SolidColorBrush>
|
|
</ResourceDictionary>
|