ソースを参照

fixed default fg color on windows

master
Robin Thoni 7年前
コミット
57fd5d1a06
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      uqac-ia-aspirobot/UI/UiConsole.cs

+ 1
- 1
uqac-ia-aspirobot/UI/UiConsole.cs ファイルの表示

@@ -83,7 +83,7 @@ namespace uqac_ia_aspirobot.UI
83 83
         {
84 84
             if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
85 85
             {
86
-                Console.ForegroundColor = color.GetValueOrDefault(ConsoleColor.Black);
86
+                Console.ForegroundColor = color.GetValueOrDefault(ConsoleColor.White);
87 87
             }
88 88
             else
89 89
             {

読み込み中…
キャンセル
保存