In the version 1.0 if foreground or background colors are not specified, the white and black colors are used for them. It looks unnatural if other colors are used in the terminal by default, like in Mas OS X Terminal.
It would be nice if it is possible to render the user interface using default colors.
As a workaround, it is possible to set Color to Console.ForegroundColor and Background to Console.BackgroundColor but it works only on Windows. On Linux and Mas OS these properties return (ConsoleColor)(-1) and it looks like there is no easy and universal way to determine the actual colors.
In the version 1.0 if foreground or background colors are not specified, the white and black colors are used for them. It looks unnatural if other colors are used in the terminal by default, like in Mas OS X Terminal.
It would be nice if it is possible to render the user interface using default colors.
As a workaround, it is possible to set
ColortoConsole.ForegroundColorandBackgroundtoConsole.BackgroundColorbut it works only on Windows. On Linux and Mas OS these properties return(ConsoleColor)(-1)and it looks like there is no easy and universal way to determine the actual colors.