diff --git a/Mystify/Views/MainWindow.axaml b/Mystify/Views/MainWindow.axaml index 3badd02..f5a11d8 100644 --- a/Mystify/Views/MainWindow.axaml +++ b/Mystify/Views/MainWindow.axaml @@ -3,16 +3,32 @@ xmlns:vm="using:Mystify.ViewModels" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:themes="clr-namespace:Mystify.Resources.Themes" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="Mystify.Views.MainWindow" - Icon="/Resources/MystifyIcon.ico" + Icon="/Resources/Icons/MystifyIcon.ico" Title="Mystify" - Background="#FF3F3F3F" - Foreground="#FFF0F0F0"> + TransparencyLevelHint="AcrylicBlur" + ExtendClientAreaToDecorationsHint="True" + Background="{DynamicResource Background}" + Foreground="{DynamicResource Foreground}"> + + + + + + + + + + + + + @@ -21,7 +37,17 @@ + + + + + + + + + +