diff options
-rw-r--r-- | OpenSim/Framework/Console/OpenSimAppender.cs | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/OpenSim/Framework/Console/OpenSimAppender.cs b/OpenSim/Framework/Console/OpenSimAppender.cs index 0246b39..b07617f 100644 --- a/OpenSim/Framework/Console/OpenSimAppender.cs +++ b/OpenSim/Framework/Console/OpenSimAppender.cs | |||
@@ -38,13 +38,14 @@ namespace OpenSim.Framework.Console | |||
38 | public class OpenSimAppender : AnsiColorTerminalAppender | 38 | public class OpenSimAppender : AnsiColorTerminalAppender |
39 | { | 39 | { |
40 | private static readonly ConsoleColor[] Colors = { | 40 | private static readonly ConsoleColor[] Colors = { |
41 | ConsoleColor.DarkBlue, | 41 | // the dark colors don't seem to be visible on some black background terminals like putty :( |
42 | ConsoleColor.DarkGreen, | 42 | //ConsoleColor.DarkBlue, |
43 | ConsoleColor.DarkCyan, | 43 | //ConsoleColor.DarkGreen, |
44 | ConsoleColor.DarkMagenta, | 44 | //ConsoleColor.DarkCyan, |
45 | ConsoleColor.DarkYellow, | 45 | //ConsoleColor.DarkMagenta, |
46 | //ConsoleColor.DarkYellow, | ||
46 | ConsoleColor.Gray, | 47 | ConsoleColor.Gray, |
47 | ConsoleColor.DarkGray, | 48 | //ConsoleColor.DarkGray, |
48 | ConsoleColor.Blue, | 49 | ConsoleColor.Blue, |
49 | ConsoleColor.Green, | 50 | ConsoleColor.Green, |
50 | ConsoleColor.Cyan, | 51 | ConsoleColor.Cyan, |