diff --git a/src/Views/Launcher.xaml.cs b/src/Views/Launcher.xaml.cs
index 4aa6a1e7..ea5db650 100644
--- a/src/Views/Launcher.xaml.cs
+++ b/src/Views/Launcher.xaml.cs
@@ -87,7 +87,7 @@ namespace SourceGit.Views {
iconMode.Width = 12;
iconMode.Height = 12;
iconMode.Data = FindResource(icon) as Geometry;
- iconMode.SetResourceReference(Path.FillProperty, "Brush.FG2");
+ iconMode.SetResourceReference(Path.FillProperty, "Brush.FG1");
var item = new MenuItem();
item.Icon = iconMode;
diff --git a/src/Views/Widgets/Welcome.xaml b/src/Views/Widgets/Welcome.xaml
index a951aca4..3c0a8880 100644
--- a/src/Views/Widgets/Welcome.xaml
+++ b/src/Views/Widgets/Welcome.xaml
@@ -149,6 +149,7 @@
+