Преглед изворни кода

Clearer theme names for Light and Dark

Daniel Chalmers пре 2 година
родитељ
комит
8ff34154f7
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      DesktopClock/App.xaml.cs

+ 2 - 2
DesktopClock/App.xaml.cs

@@ -11,8 +11,8 @@ public partial class App : Application
     // https://www.materialui.co/colors
     public static IReadOnlyList<Theme> Themes { get; } = new[]
     {
-        new Theme("Light", "#F5F5F5", "#212121"),
-        new Theme("Dark", "#212121", "#F5F5F5"),
+        new Theme("Light Text", "#F5F5F5", "#212121"),
+        new Theme("Dark Text", "#212121", "#F5F5F5"),
         new Theme("Red", "#D50000", "#FF8A80"),
         new Theme("Pink", "#C51162", "#FF80AB"),
         new Theme("Purple", "#AA00FF", "#EA80FC"),