You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I was wondering if you can add support for ConsoleColor to have a list of more default options.
Like, is it just me or is ConsoleColor.Blue different from Color.Blue?
There are so many blue options, and this one I choose one type of blue in one project and use another in another? The patterns of these projects will be lost.
The text was updated successfully, but these errors were encountered:
No color matches anymore, not even the White or the Black!
One workaround is to convert from ConsoleColor to Color and pass the value to Colorful.Console (since it only supports the Color type as input argument). Here's an extension method that can do the conversion from ConsoleColor to Color using the Legacy scheme: https://gist.github.com/cristianst85/06f147f7a93c0f2109a4d02fb53dfbc7.
Hello! I was wondering if you can add support for ConsoleColor to have a list of more default options.
Like, is it just me or is ConsoleColor.Blue different from Color.Blue?
There are so many blue options, and this one I choose one type of blue in one project and use another in another? The patterns of these projects will be lost.
The text was updated successfully, but these errors were encountered: