diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs
index 58aa651..b8baec2 100644
--- a/WeeXnes/Core/Globals.cs
+++ b/WeeXnes/Core/Globals.cs
@@ -15,7 +15,7 @@ namespace WeeXnes.Core
public static string encryptionKey = "8zf5#RdyQ]$4x4_";
public static string AppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WeeXnes");
public static string SettingsFileName = "settings.ini";
- public static string version = "2.7.9";
+ public static string version = "3.0";
public static bool info_isRpcRunning = false;
public static bool info_RpcAutoStart;
public static string apiUrl = "http://www.weexnes.com:5169/";
diff --git a/WeeXnes/MVVM/View/DiscordRpcView.xaml b/WeeXnes/MVVM/View/DiscordRpcView.xaml
index 236b65b..2ebd40a 100644
--- a/WeeXnes/MVVM/View/DiscordRpcView.xaml
+++ b/WeeXnes/MVVM/View/DiscordRpcView.xaml
@@ -20,10 +20,19 @@
-
+
+
+
+
+
+
+
+
+
@@ -101,7 +110,7 @@
VerticalAlignment="Top"
Margin="20,220,0,0"
Name="tb_FormLargeImgKey"
- Background="#353340"
+ Background="#212329"
Tag="Large Image Key"/>
@@ -158,7 +167,7 @@
VerticalAlignment="Bottom"
HorizontalAlignment="Left"
Margin="70,0,0,5"
- Background="#353340"
+ Background="#212329"
Content="Stop"/>
@@ -188,13 +197,21 @@
+ CornerRadius="4">
+
+
+
+
+
+
+
+
+
diff --git a/WeeXnes/MVVM/View/KeyManagerView.xaml b/WeeXnes/MVVM/View/KeyManagerView.xaml
index 61e941b..9a24634 100644
--- a/WeeXnes/MVVM/View/KeyManagerView.xaml
+++ b/WeeXnes/MVVM/View/KeyManagerView.xaml
@@ -21,15 +21,23 @@
-
+
+
+
+
+
+
+
+
+ Background="Transparent"
+ Foreground="White"
+ BorderThickness="0"
+ SelectionChanged="KeyListView_SelectionChanged" MouseDoubleClick="KeyListView_MouseDoubleClick"
+ >
@@ -59,21 +67,22 @@
HorizontalAlignment="Left"
Width="250"
Style="{StaticResource MaterialTextBox}"
- Background="#353340" Tag="Name"/>
+ Background="#1c1e23" Tag="Name"/>
+ Background="#1c1e23" Tag="Value"/>
diff --git a/WeeXnes/MVVM/View/SettingView.xaml b/WeeXnes/MVVM/View/SettingView.xaml
index daf72e6..003b96d 100644
--- a/WeeXnes/MVVM/View/SettingView.xaml
+++ b/WeeXnes/MVVM/View/SettingView.xaml
@@ -15,11 +15,17 @@
-
+
+
+
+
+
+
+
+
@@ -51,7 +57,7 @@
@@ -59,7 +65,7 @@
@@ -70,10 +76,17 @@
+
+
+
+
+
+
+
+
@@ -134,14 +147,14 @@
@@ -152,11 +165,17 @@
-
+
+
+
+
+
+
+
+
diff --git a/WeeXnes/MainWindow.xaml b/WeeXnes/MainWindow.xaml
index c5c8954..740ab61 100644
--- a/WeeXnes/MainWindow.xaml
+++ b/WeeXnes/MainWindow.xaml
@@ -6,8 +6,8 @@
xmlns:local="clr-namespace:WeeXnes"
xmlns:viewModel="clr-namespace:WeeXnes.MVVM.ViewModel"
mc:Ignorable="d"
- Height="600"
- Width="920"
+ Height="632"
+ Width="952"
WindowStyle="None"
ResizeMode="NoResize"
Background="Transparent"
@@ -23,10 +23,23 @@
-
+ Name="window_border"
+ Margin="16">
+
+
+
+
+
+
+
+
+
+
+
@@ -95,7 +108,7 @@
HorizontalAlignment="Left"
Margin="5"
Style="{StaticResource MaterialTextBox}"
- Background="#353340" Tag="Search..."
+ Background="#212329" Tag="Search..."
TextChanged="Searchbox_TextChanged"
Name="Searchbox"
/>
diff --git a/WeeXnes/Theme/ControlButtonTheme.xaml b/WeeXnes/Theme/ControlButtonTheme.xaml
index 9b3a095..b65e830 100644
--- a/WeeXnes/Theme/ControlButtonTheme.xaml
+++ b/WeeXnes/Theme/ControlButtonTheme.xaml
@@ -1,30 +1,6 @@
-
+
diff --git a/WeeXnes/Theme/TextBoxTheme.xaml b/WeeXnes/Theme/TextBoxTheme.xaml
index 633797b..a3d9ada 100644
--- a/WeeXnes/Theme/TextBoxTheme.xaml
+++ b/WeeXnes/Theme/TextBoxTheme.xaml
@@ -5,7 +5,7 @@
-