diff --git a/Dashboard/Helpers/TabHelpers.cs b/Dashboard/Helpers/TabHelpers.cs
index c7556a9c..a9cc90c9 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(20);
+ var gridColor = ScottPlot.Colors.White.WithAlpha(40);
chart.Plot.FigureBackground.Color = darkBackground;
chart.Plot.DataBackground.Color = darkerBackground;
diff --git a/Dashboard/MainWindow.xaml b/Dashboard/MainWindow.xaml
index 3f7997c9..f437f103 100644
--- a/Dashboard/MainWindow.xaml
+++ b/Dashboard/MainWindow.xaml
@@ -172,14 +172,22 @@
Margin="0,0,0,12"/>
+ Margin="0,8,0,6">
+
+
+
+
+
+ Height="28">
+
+
+
+
+
diff --git a/Dashboard/Themes/DarkTheme.xaml b/Dashboard/Themes/DarkTheme.xaml
index 9d4f3940..bdba8783 100644
--- a/Dashboard/Themes/DarkTheme.xaml
+++ b/Dashboard/Themes/DarkTheme.xaml
@@ -115,7 +115,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Lite/Controls/ServerTab.xaml.cs b/Lite/Controls/ServerTab.xaml.cs
index 16d0ada0..85506874 100644
--- a/Lite/Controls/ServerTab.xaml.cs
+++ b/Lite/Controls/ServerTab.xaml.cs
@@ -1475,7 +1475,7 @@ private static void ApplyDarkTheme(ScottPlot.WPF.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(20);
+ var gridColor = ScottPlot.Colors.White.WithAlpha(40);
chart.Plot.FigureBackground.Color = darkBackground;
chart.Plot.DataBackground.Color = darkerBackground;
diff --git a/Lite/MainWindow.xaml b/Lite/MainWindow.xaml
index 60b8aa8c..9f257c26 100644
--- a/Lite/MainWindow.xaml
+++ b/Lite/MainWindow.xaml
@@ -150,8 +150,18 @@
-
-
+
+
diff --git a/Lite/Themes/DarkTheme.xaml b/Lite/Themes/DarkTheme.xaml
index 58c0db05..b1bd6b07 100644
--- a/Lite/Themes/DarkTheme.xaml
+++ b/Lite/Themes/DarkTheme.xaml
@@ -115,7 +115,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Lite/Windows/ProcedureHistoryWindow.xaml.cs b/Lite/Windows/ProcedureHistoryWindow.xaml.cs
index 1d9547b2..3cb45212 100644
--- a/Lite/Windows/ProcedureHistoryWindow.xaml.cs
+++ b/Lite/Windows/ProcedureHistoryWindow.xaml.cs
@@ -123,7 +123,7 @@ private static void ApplyDarkTheme(ScottPlot.WPF.WpfPlot chart)
var darkBg = ScottPlot.Color.FromHex("#22252b");
var darkerBg = ScottPlot.Color.FromHex("#111217");
var text = ScottPlot.Color.FromHex("#9DA5B4");
- var grid = ScottPlot.Colors.White.WithAlpha(20);
+ var grid = ScottPlot.Colors.White.WithAlpha(40);
chart.Plot.FigureBackground.Color = darkBg;
chart.Plot.DataBackground.Color = darkerBg;
diff --git a/Lite/Windows/QueryStatsHistoryWindow.xaml.cs b/Lite/Windows/QueryStatsHistoryWindow.xaml.cs
index 76a51bfd..69e54338 100644
--- a/Lite/Windows/QueryStatsHistoryWindow.xaml.cs
+++ b/Lite/Windows/QueryStatsHistoryWindow.xaml.cs
@@ -158,7 +158,7 @@ private static void ApplyDarkTheme(ScottPlot.WPF.WpfPlot chart)
var darkBg = ScottPlot.Color.FromHex("#22252b");
var darkerBg = ScottPlot.Color.FromHex("#111217");
var text = ScottPlot.Color.FromHex("#9DA5B4");
- var grid = ScottPlot.Colors.White.WithAlpha(20);
+ var grid = ScottPlot.Colors.White.WithAlpha(40);
chart.Plot.FigureBackground.Color = darkBg;
chart.Plot.DataBackground.Color = darkerBg;
diff --git a/Lite/Windows/QueryStoreHistoryWindow.xaml.cs b/Lite/Windows/QueryStoreHistoryWindow.xaml.cs
index 8699d208..63a1a50f 100644
--- a/Lite/Windows/QueryStoreHistoryWindow.xaml.cs
+++ b/Lite/Windows/QueryStoreHistoryWindow.xaml.cs
@@ -161,7 +161,7 @@ private static void ApplyDarkTheme(ScottPlot.WPF.WpfPlot chart)
var darkBg = ScottPlot.Color.FromHex("#22252b");
var darkerBg = ScottPlot.Color.FromHex("#111217");
var text = ScottPlot.Color.FromHex("#9DA5B4");
- var grid = ScottPlot.Colors.White.WithAlpha(20);
+ var grid = ScottPlot.Colors.White.WithAlpha(40);
chart.Plot.FigureBackground.Color = darkBg;
chart.Plot.DataBackground.Color = darkerBg;