diff --git a/WeeXnes/App.xaml b/WeeXnes/App.xaml
index ba8bfd3..101d171 100644
--- a/WeeXnes/App.xaml
+++ b/WeeXnes/App.xaml
@@ -13,7 +13,6 @@
-
diff --git a/WeeXnes/MVVM/View/DiscordRpcView.xaml b/WeeXnes/MVVM/View/DiscordRpcView.xaml
index e3ae5eb..236b65b 100644
--- a/WeeXnes/MVVM/View/DiscordRpcView.xaml
+++ b/WeeXnes/MVVM/View/DiscordRpcView.xaml
@@ -36,95 +36,115 @@
+ Name="tb_FormName"
+ Background="#353340"
+ Tag="Name (for List)"/>
+ Name="tb_FormPName"
+ Background="#353340"
+ Tag="Process Name"/>
+ Name="tb_FormClient"
+ Background="#353340"
+ Tag="ClientID"/>
+ Name="tb_FormState"
+ Background="#353340"
+ Tag="State"/>
+ Name="tb_FormDetails"
+ Background="#353340"
+ Tag="Details"/>
+ Name="tb_FormLargeImgKey"
+ Background="#353340"
+ Tag="Large Image Key"/>
+ Name="tb_FormLargeImgTxt"
+ Background="#353340"
+ Tag="Large Image Text"/>
+ Name="tb_FormSmallImgKey"
+ Background="#353340"
+ Tag="Small Image Key"/>
+ Name="tb_FormSmallImgTxt"
+ Background="#353340"
+ Tag="Small Image Text"/>
+ Margin="20,0,0,5"
+ Background="#353340"
+ Content="Save"/>
@@ -132,28 +152,34 @@
+ Margin="70,0,0,5"
+ Background="#353340"
+ Content="Stop"/>
+ Margin="0,0,0,5"
+ Background="#353340"
+ Content="Start"/>
+ Margin="140,0,0,5"
+ Background="#353340"
+ Content="New"/>
diff --git a/WeeXnes/MVVM/View/KeyManagerView.xaml b/WeeXnes/MVVM/View/KeyManagerView.xaml
index 8391125..61e941b 100644
--- a/WeeXnes/MVVM/View/KeyManagerView.xaml
+++ b/WeeXnes/MVVM/View/KeyManagerView.xaml
@@ -42,7 +42,7 @@
+ Loaded="Key_OnLoaded"/>
@@ -58,13 +58,15 @@
Height="30"
HorizontalAlignment="Left"
Width="250"
- Style="{StaticResource KeyNameTextbox}"/>
+ Style="{StaticResource MaterialTextBox}"
+ Background="#353340" Tag="Name"/>
+ Style="{StaticResource MaterialTextBox}"
+ Background="#353340" Tag="Value"/>