mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Removed some of the darker colors from console messages as they were not visible in some terminal emulators (like putty)
This commit is contained in:
@@ -38,13 +38,14 @@ namespace OpenSim.Framework.Console
|
||||
public class OpenSimAppender : AnsiColorTerminalAppender
|
||||
{
|
||||
private static readonly ConsoleColor[] Colors = {
|
||||
ConsoleColor.DarkBlue,
|
||||
ConsoleColor.DarkGreen,
|
||||
ConsoleColor.DarkCyan,
|
||||
ConsoleColor.DarkMagenta,
|
||||
ConsoleColor.DarkYellow,
|
||||
// the dark colors don't seem to be visible on some black background terminals like putty :(
|
||||
//ConsoleColor.DarkBlue,
|
||||
//ConsoleColor.DarkGreen,
|
||||
//ConsoleColor.DarkCyan,
|
||||
//ConsoleColor.DarkMagenta,
|
||||
//ConsoleColor.DarkYellow,
|
||||
ConsoleColor.Gray,
|
||||
ConsoleColor.DarkGray,
|
||||
//ConsoleColor.DarkGray,
|
||||
ConsoleColor.Blue,
|
||||
ConsoleColor.Green,
|
||||
ConsoleColor.Cyan,
|
||||
|
||||
Reference in New Issue
Block a user