diff --git a/src/BiliLite.UWP/App.xaml b/src/BiliLite.UWP/App.xaml index 4b5d5360..03f25570 100644 --- a/src/BiliLite.UWP/App.xaml +++ b/src/BiliLite.UWP/App.xaml @@ -17,20 +17,27 @@ + + + + + + + - #FFF9F9F9 + #00000000 #ec407a #CC000000 #ec407a #C8FFFFFF - #FF282828 + #00000000 #ec407a #CCFFFFFF #ec407a diff --git a/src/BiliLite.UWP/MainPage.xaml b/src/BiliLite.UWP/MainPage.xaml index 7eef6c42..81cc7a4b 100644 --- a/src/BiliLite.UWP/MainPage.xaml +++ b/src/BiliLite.UWP/MainPage.xaml @@ -7,10 +7,12 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" xmlns:winui="using:Microsoft.UI.Xaml.Controls" + winui:BackdropMaterial.ApplyToRootOrPageBackground="True" xmlns:fa="using:FontAwesome5" xmlns:pages="using:BiliLite.Pages" - xmlns:muxm="using:Microsoft.UI.Xaml.Media" xmlns:controls="using:BiliLite.Controls" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + xmlns:muxm="using:Microsoft.UI.Xaml.Media" + xmlns:controls="using:BiliLite.Controls" + Background="Transparent"> diff --git a/src/BiliLite.UWP/NoTabMainPage.xaml b/src/BiliLite.UWP/NoTabMainPage.xaml index f3feaa64..ea1ad3de 100644 --- a/src/BiliLite.UWP/NoTabMainPage.xaml +++ b/src/BiliLite.UWP/NoTabMainPage.xaml @@ -6,7 +6,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls="using:BiliLite.Controls" mc:Ignorable="d" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Bangumi/AnimeIndexPage.xaml b/src/BiliLite.UWP/Pages/Bangumi/AnimeIndexPage.xaml index 9a95c773..ea706c17 100644 --- a/src/BiliLite.UWP/Pages/Bangumi/AnimeIndexPage.xaml +++ b/src/BiliLite.UWP/Pages/Bangumi/AnimeIndexPage.xaml @@ -12,7 +12,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Bangumi/SeasonRankPage.xaml b/src/BiliLite.UWP/Pages/Bangumi/SeasonRankPage.xaml index 18908f9a..586f5bb9 100644 --- a/src/BiliLite.UWP/Pages/Bangumi/SeasonRankPage.xaml +++ b/src/BiliLite.UWP/Pages/Bangumi/SeasonRankPage.xaml @@ -10,7 +10,7 @@ xmlns:convert="using:BiliLite.Converters" xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:modules="using:BiliLite.Modules.Season" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Bangumi/TimelinePage.xaml b/src/BiliLite.UWP/Pages/Bangumi/TimelinePage.xaml index 47dced0b..e02c6708 100644 --- a/src/BiliLite.UWP/Pages/Bangumi/TimelinePage.xaml +++ b/src/BiliLite.UWP/Pages/Bangumi/TimelinePage.xaml @@ -12,7 +12,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:fa="using:FontAwesome5" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/DownloadPage.xaml b/src/BiliLite.UWP/Pages/DownloadPage.xaml index 8fe9e71d..7c4bb2cd 100644 --- a/src/BiliLite.UWP/Pages/DownloadPage.xaml +++ b/src/BiliLite.UWP/Pages/DownloadPage.xaml @@ -9,7 +9,7 @@ xmlns:convert="using:BiliLite.Converters" xmlns:controls="using:BiliLite.Controls" xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:modules="using:BiliLite.Modules" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Home/AnimePage.xaml b/src/BiliLite.UWP/Pages/Home/AnimePage.xaml index a335fb43..9894e368 100644 --- a/src/BiliLite.UWP/Pages/Home/AnimePage.xaml +++ b/src/BiliLite.UWP/Pages/Home/AnimePage.xaml @@ -11,7 +11,7 @@ xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" xmlns:models="using:BiliLite.Models" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> @@ -307,7 +307,7 @@ - + diff --git a/src/BiliLite.UWP/Pages/Home/ChannelPage.xaml b/src/BiliLite.UWP/Pages/Home/ChannelPage.xaml index 4aad35d8..f1b61307 100644 --- a/src/BiliLite.UWP/Pages/Home/ChannelPage.xaml +++ b/src/BiliLite.UWP/Pages/Home/ChannelPage.xaml @@ -6,7 +6,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Home/DynamicPage.xaml b/src/BiliLite.UWP/Pages/Home/DynamicPage.xaml index 318699ae..2115e3eb 100644 --- a/src/BiliLite.UWP/Pages/Home/DynamicPage.xaml +++ b/src/BiliLite.UWP/Pages/Home/DynamicPage.xaml @@ -12,7 +12,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Home/HotPage.xaml b/src/BiliLite.UWP/Pages/Home/HotPage.xaml index b55d9ebc..0020c57b 100644 --- a/src/BiliLite.UWP/Pages/Home/HotPage.xaml +++ b/src/BiliLite.UWP/Pages/Home/HotPage.xaml @@ -11,7 +11,7 @@ xmlns:covert="using:BiliLite.Converters" xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Home/LivePage.xaml b/src/BiliLite.UWP/Pages/Home/LivePage.xaml index 0483116b..c5860d81 100644 --- a/src/BiliLite.UWP/Pages/Home/LivePage.xaml +++ b/src/BiliLite.UWP/Pages/Home/LivePage.xaml @@ -12,7 +12,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> @@ -212,7 +212,7 @@ - + diff --git a/src/BiliLite.UWP/Pages/Home/MoviePage.xaml b/src/BiliLite.UWP/Pages/Home/MoviePage.xaml index 6c65fe38..42e98d0b 100644 --- a/src/BiliLite.UWP/Pages/Home/MoviePage.xaml +++ b/src/BiliLite.UWP/Pages/Home/MoviePage.xaml @@ -12,7 +12,7 @@ xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" xmlns:models="using:BiliLite.Models" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> @@ -384,7 +384,7 @@ - + diff --git a/src/BiliLite.UWP/Pages/Home/RecommendPage.xaml b/src/BiliLite.UWP/Pages/Home/RecommendPage.xaml index f5ebbb4e..ec4c2c27 100644 --- a/src/BiliLite.UWP/Pages/Home/RecommendPage.xaml +++ b/src/BiliLite.UWP/Pages/Home/RecommendPage.xaml @@ -12,8 +12,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" - - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> @@ -212,15 +211,15 @@ + + + - - - diff --git a/src/BiliLite.UWP/Pages/Home/RegionsPage.xaml b/src/BiliLite.UWP/Pages/Home/RegionsPage.xaml index 586e374e..bfb8b33a 100644 --- a/src/BiliLite.UWP/Pages/Home/RegionsPage.xaml +++ b/src/BiliLite.UWP/Pages/Home/RegionsPage.xaml @@ -7,7 +7,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:model="using:BiliLite.Modules.Home" mc:Ignorable="d" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/HomePage.xaml b/src/BiliLite.UWP/Pages/HomePage.xaml index c492c9c4..4867bae2 100644 --- a/src/BiliLite.UWP/Pages/HomePage.xaml +++ b/src/BiliLite.UWP/Pages/HomePage.xaml @@ -11,7 +11,7 @@ xmlns:ip="using:MahApps.Metro.IconPacks" xmlns:modules="using:BiliLite.Modules" xmlns:converters="using:BiliLite.Converters" NavigationCacheMode="Required" - > + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Live/LiveAreaDetailPage.xaml b/src/BiliLite.UWP/Pages/Live/LiveAreaDetailPage.xaml index 518bc75c..240e3b91 100644 --- a/src/BiliLite.UWP/Pages/Live/LiveAreaDetailPage.xaml +++ b/src/BiliLite.UWP/Pages/Live/LiveAreaDetailPage.xaml @@ -7,7 +7,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls="using:BiliLite.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:modules="using:BiliLite.Modules.Live" xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:fa="using:FontAwesome5" mc:Ignorable="d" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Live/LiveAreaPage.xaml b/src/BiliLite.UWP/Pages/Live/LiveAreaPage.xaml index 92cb7738..eab5448c 100644 --- a/src/BiliLite.UWP/Pages/Live/LiveAreaPage.xaml +++ b/src/BiliLite.UWP/Pages/Live/LiveAreaPage.xaml @@ -7,7 +7,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:modules="using:BiliLite.Modules.Live" mc:Ignorable="d" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Live/LiveCenterPage.xaml b/src/BiliLite.UWP/Pages/Live/LiveCenterPage.xaml index 80bf73a5..a019c004 100644 --- a/src/BiliLite.UWP/Pages/Live/LiveCenterPage.xaml +++ b/src/BiliLite.UWP/Pages/Live/LiveCenterPage.xaml @@ -11,7 +11,7 @@ xmlns:modules="using:BiliLite.Modules.Live.LiveCenter" xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:convert="using:BiliLite.Converters" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Live/LiveRecommendPage.xaml b/src/BiliLite.UWP/Pages/Live/LiveRecommendPage.xaml index 0d379695..d25da30e 100644 --- a/src/BiliLite.UWP/Pages/Live/LiveRecommendPage.xaml +++ b/src/BiliLite.UWP/Pages/Live/LiveRecommendPage.xaml @@ -10,7 +10,7 @@ xmlns:convert="using:BiliLite.Converters" xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:modules="using:BiliLite.Modules.Live" xmlns:fa="using:FontAwesome5" xmlns:controls="using:BiliLite.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/LiveDetailPage.xaml b/src/BiliLite.UWP/Pages/LiveDetailPage.xaml index 2b9b097a..11df4f01 100644 --- a/src/BiliLite.UWP/Pages/LiveDetailPage.xaml +++ b/src/BiliLite.UWP/Pages/LiveDetailPage.xaml @@ -13,7 +13,7 @@ xmlns:model_live="using:BiliLite.Modules.Live" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> @@ -803,7 +803,7 @@ - + diff --git a/src/BiliLite.UWP/Pages/LocalPlayerPage.xaml b/src/BiliLite.UWP/Pages/LocalPlayerPage.xaml index 7c9d4798..3bd52bc3 100644 --- a/src/BiliLite.UWP/Pages/LocalPlayerPage.xaml +++ b/src/BiliLite.UWP/Pages/LocalPlayerPage.xaml @@ -7,7 +7,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" xmlns:controls="using:BiliLite.Controls" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/NewPage.xaml b/src/BiliLite.UWP/Pages/NewPage.xaml index b40f8f8b..34d23aa3 100644 --- a/src/BiliLite.UWP/Pages/NewPage.xaml +++ b/src/BiliLite.UWP/Pages/NewPage.xaml @@ -11,7 +11,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/Other/FindMorePage.xaml b/src/BiliLite.UWP/Pages/Other/FindMorePage.xaml index ec8f10fb..71280f40 100644 --- a/src/BiliLite.UWP/Pages/Other/FindMorePage.xaml +++ b/src/BiliLite.UWP/Pages/Other/FindMorePage.xaml @@ -8,7 +8,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:modules="using:BiliLite.Modules.Other" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/RankPage.xaml b/src/BiliLite.UWP/Pages/RankPage.xaml index 5845eabb..b83ab340 100644 --- a/src/BiliLite.UWP/Pages/RankPage.xaml +++ b/src/BiliLite.UWP/Pages/RankPage.xaml @@ -12,7 +12,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/RegionDetailPage.xaml b/src/BiliLite.UWP/Pages/RegionDetailPage.xaml index 5f7ce546..2216b944 100644 --- a/src/BiliLite.UWP/Pages/RegionDetailPage.xaml +++ b/src/BiliLite.UWP/Pages/RegionDetailPage.xaml @@ -12,7 +12,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:winui="using:Microsoft.UI.Xaml.Controls" xmlns:fa="using:FontAwesome5" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/SearchPage.xaml b/src/BiliLite.UWP/Pages/SearchPage.xaml index 11e4cd9e..3f63151d 100644 --- a/src/BiliLite.UWP/Pages/SearchPage.xaml +++ b/src/BiliLite.UWP/Pages/SearchPage.xaml @@ -11,7 +11,7 @@ xmlns:convert="using:BiliLite.Converters" xmlns:modules="using:BiliLite.Modules" xmlns:control="using:BiliLite.Controls" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/SeasonDetailPage.xaml b/src/BiliLite.UWP/Pages/SeasonDetailPage.xaml index ca8f896c..c7ee19f6 100644 --- a/src/BiliLite.UWP/Pages/SeasonDetailPage.xaml +++ b/src/BiliLite.UWP/Pages/SeasonDetailPage.xaml @@ -11,7 +11,7 @@ xmlns:convert="using:BiliLite.Converters" xmlns:modules="using:BiliLite.Modules" xmlns:control="using:BiliLite.Controls" xmlns:season="using:BiliLite.Modules.Season" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> @@ -140,7 +140,7 @@ - + @@ -418,7 +418,7 @@ - + diff --git a/src/BiliLite.UWP/Pages/SettingPage.xaml b/src/BiliLite.UWP/Pages/SettingPage.xaml index cd9d8e3b..d41a4200 100644 --- a/src/BiliLite.UWP/Pages/SettingPage.xaml +++ b/src/BiliLite.UWP/Pages/SettingPage.xaml @@ -9,7 +9,7 @@ xmlns:modules="using:BiliLite.Modules" xmlns:font="using:FontAwesome5" xmlns:covert="using:BiliLite.Converters" xmlns:controls="using:Microsoft.UI.Xaml.Controls" xmlns:controls1="using:Microsoft.Toolkit.Uwp.UI.Controls" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> @@ -510,7 +510,7 @@ 帮助 - + diff --git a/src/BiliLite.UWP/Pages/TagDetailPage.xaml b/src/BiliLite.UWP/Pages/TagDetailPage.xaml index f6b01d23..90006f66 100644 --- a/src/BiliLite.UWP/Pages/TagDetailPage.xaml +++ b/src/BiliLite.UWP/Pages/TagDetailPage.xaml @@ -6,7 +6,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> diff --git a/src/BiliLite.UWP/Pages/User/FavoriteDetailPage.xaml b/src/BiliLite.UWP/Pages/User/FavoriteDetailPage.xaml index a8ce62e3..8a9d7f8c 100644 --- a/src/BiliLite.UWP/Pages/User/FavoriteDetailPage.xaml +++ b/src/BiliLite.UWP/Pages/User/FavoriteDetailPage.xaml @@ -12,7 +12,7 @@ xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:convert="using:BiliLite.Converters" xmlns:model="using:BiliLite.Modules" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent"> @@ -241,7 +246,7 @@ - + @@ -441,7 +446,7 @@ - + diff --git a/src/BiliLite.UWP/Pages/WebPage.xaml b/src/BiliLite.UWP/Pages/WebPage.xaml index 595fd99f..2e19d498 100644 --- a/src/BiliLite.UWP/Pages/WebPage.xaml +++ b/src/BiliLite.UWP/Pages/WebPage.xaml @@ -8,7 +8,7 @@ mc:Ignorable="d" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="Transparent">