mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Added blazor MewExplorer project
This commit is contained in:
17
MewExplorer/Platforms/Windows/App.xaml
Normal file
17
MewExplorer/Platforms/Windows/App.xaml
Normal file
@@ -0,0 +1,17 @@
|
||||
<maui:MauiWinUIApplication
|
||||
x:Class="MewExplorer.WinUI.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:maui="using:Microsoft.Maui"
|
||||
xmlns:local="using:MewExplorer.WinUI">
|
||||
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<SolidColorBrush x:Key="WindowCaptionBackground">#201C21</SolidColorBrush>
|
||||
<SolidColorBrush x:Key="WindowCaptionBackgroundDisabled">#201C21</SolidColorBrush>
|
||||
<SolidColorBrush x:Key="WindowCaptionForeground">#FFF</SolidColorBrush>
|
||||
<SolidColorBrush x:Key="WindowCaptionForegroundDisabled">#FFF</SolidColorBrush>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
|
||||
</maui:MauiWinUIApplication>
|
||||
Reference in New Issue
Block a user