CityOfZion / neo-sharp

Neo-sharp is a new core and node implementation of NEO focused on modular design, best coding practices and testability.
MIT License
34 stars 24 forks source link

Prompt coloring looks weird in PowerShell #515

Closed osmirnov closed 6 years ago

osmirnov commented 6 years ago

I have default blue PowerShell and we draw all prompt output using black background. Is any way to acquire default background of the console?

shargon commented 6 years ago

We should save the current background color on start, or i think that is not possible

osmirnov commented 6 years ago

What's about the transparent background?

shargon commented 6 years ago

There is no transparent color, and when you exit from the client, preserve the black foreground too, was fixed on https://github.com/CityOfZion/neo-sharp/pull/526