diff --git a/dvmconsole/DigitalPageWindow.xaml b/dvmconsole/DigitalPageWindow.xaml
index f57842f..cd969bf 100644
--- a/dvmconsole/DigitalPageWindow.xaml
+++ b/dvmconsole/DigitalPageWindow.xaml
@@ -28,7 +28,7 @@
diff --git a/dvmconsole/WidgetSelectionWindow.xaml b/dvmconsole/WidgetSelectionWindow.xaml
index 9c6c92c..4b7dafc 100644
--- a/dvmconsole/WidgetSelectionWindow.xaml
+++ b/dvmconsole/WidgetSelectionWindow.xaml
@@ -1,12 +1,17 @@
+ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
+ TextElement.Foreground="{DynamicResource MaterialDesignBody}" TextElement.FontWeight="Regular" TextElement.FontSize="13"
+ Style="{StaticResource MaterialDesignWindow}" Background="{DynamicResource MaterialDesignPaper}" FontFamily="{DynamicResource MaterialDesignFont}"
+ Title="Select Widgets" Height="220" Width="300" WindowStartupLocation="CenterOwner">
-
+
+