diff --git a/Dashboard/Helpers/TabHelpers.cs b/Dashboard/Helpers/TabHelpers.cs
index a9cc90c9..67938549 100644
--- a/Dashboard/Helpers/TabHelpers.cs
+++ b/Dashboard/Helpers/TabHelpers.cs
@@ -132,7 +132,7 @@ public static void ApplyDarkModeToChart(WpfPlot chart)
var darkBackground = ScottPlot.Color.FromHex("#22252b");
var darkerBackground = ScottPlot.Color.FromHex("#111217");
var textColor = ScottPlot.Color.FromHex("#9DA5B4");
- var gridColor = ScottPlot.Colors.White.WithAlpha(40);
+ var gridColor = ScottPlot.Colors.White.WithAlpha(50);
chart.Plot.FigureBackground.Color = darkBackground;
chart.Plot.DataBackground.Color = darkerBackground;
diff --git a/Dashboard/ServerTab.xaml b/Dashboard/ServerTab.xaml
index a0b1d7f7..f98c1980 100644
--- a/Dashboard/ServerTab.xaml
+++ b/Dashboard/ServerTab.xaml
@@ -91,13 +91,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Dashboard/Themes/DarkTheme.xaml b/Dashboard/Themes/DarkTheme.xaml
index bdba8783..d5fbb78a 100644
--- a/Dashboard/Themes/DarkTheme.xaml
+++ b/Dashboard/Themes/DarkTheme.xaml
@@ -173,6 +173,44 @@
+
+
+