瀏覽代碼

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"),