diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml
index 88b80a89f..ca310fce8 100644
--- a/Flow.Launcher/SettingWindow.xaml
+++ b/Flow.Launcher/SettingWindow.xaml
@@ -1897,13 +1897,27 @@
-
+
+
+
@@ -1921,13 +1935,27 @@
+
+
+
diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs
index 10c9aeffe..452538485 100644
--- a/Flow.Launcher/SettingWindow.xaml.cs
+++ b/Flow.Launcher/SettingWindow.xaml.cs
@@ -348,5 +348,10 @@ namespace Flow.Launcher
{
Plugins.ScrollIntoView(Plugins.SelectedItem);
}
+
+ private void ColorSchemeSelectedIndexChanged(object sender, SelectionChangedEventArgs e)
+ {
+
+ }
}
}