diff --git a/Server/Forms/FrmRemoteShell.cs b/Server/Forms/FrmRemoteShell.cs index 9dd5dc1e..2579eb4a 100644 --- a/Server/Forms/FrmRemoteShell.cs +++ b/Server/Forms/FrmRemoteShell.cs @@ -100,7 +100,7 @@ public void PrintMessage(string message) { txtConsoleOutput.Invoke((MethodInvoker)delegate { - txtConsoleOutput.SelectionColor = Color.White; + txtConsoleOutput.SelectionColor = Color.WhiteSmoke; txtConsoleOutput.AppendText(message); }); }