diff --git a/Patcher/PatchClient/App.xaml b/Patcher/PatchClient/App.xaml index 58657c0..180f09e 100644 --- a/Patcher/PatchClient/App.xaml +++ b/Patcher/PatchClient/App.xaml @@ -4,6 +4,153 @@ xmlns:local="clr-namespace:PatchClient" StartupUri="MainWindow.xaml"> - + + #121212 + #FFC107 + #FFFFFF + #282828 + #323947 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Patcher/PatchClient/Extensions/ControlExtensions.cs b/Patcher/PatchClient/Extensions/ControlExtensions.cs index bf6b129..a635dde 100644 --- a/Patcher/PatchClient/Extensions/ControlExtensions.cs +++ b/Patcher/PatchClient/Extensions/ControlExtensions.cs @@ -1,5 +1,6 @@ using System.Windows; using System.Windows.Controls; +using System.Windows.Shell; namespace PatchClient.Extensions { diff --git a/Patcher/PatchClient/MainWindow.xaml b/Patcher/PatchClient/MainWindow.xaml index f7d83e5..5cb92b5 100644 --- a/Patcher/PatchClient/MainWindow.xaml +++ b/Patcher/PatchClient/MainWindow.xaml @@ -7,18 +7,45 @@ mc:Ignorable="d" Title="Patching Client" Height="200" Width="600" WindowStartupLocation="CenterScreen" - Loaded="Window_Loaded"> + Background="{StaticResource AKI_Background_Light}" + Loaded="Window_Loaded" + WindowStyle="SingleBorderWindow"> + + + - + + + + + + + + + + + +