Browse Source

Remove Yellow theme with bad contrast

Daniel Chalmers 2 years ago
parent
commit
fbef9a7f35
1 changed files with 0 additions and 1 deletions
  1. 0 1
      DesktopClock/App.xaml.cs

+ 0 - 1
DesktopClock/App.xaml.cs

@@ -19,7 +19,6 @@ public partial class App : Application
         new Theme("Blue", "#2962FF", "#82B1FF"),
         new Theme("Blue", "#2962FF", "#82B1FF"),
         new Theme("Cyan", "#00B8D4", "#84FFFF"),
         new Theme("Cyan", "#00B8D4", "#84FFFF"),
         new Theme("Green", "#00C853", "#B9F6CA"),
         new Theme("Green", "#00C853", "#B9F6CA"),
-        new Theme("Yellow", "#FFD600", "#FFFF8D"),
         new Theme("Orange", "#FF6D00", "#FFD180"),
         new Theme("Orange", "#FF6D00", "#FFD180"),
     };
     };
 }
 }