How to use clear/no color? #1569
Unanswered
FancyFurret
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Hey, thanks for enquiring. What Terminal are you using? on which OS? I don't think this is something that is currently supported but it looks like it is possible at least with the ncurses driver (andmarti1424/sc-im#164 and https://stackoverflow.com/questions/2403399/ncurses-transparent-console-background). |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello! I would like to remove all background color from my app, how can I accomplish this? Ive tried using
Colors.Base.Normal = Application.Driver.MakeAttribute(Color.White, Color.Black);but it doesn't look like there is any Color.None/Color.Clear/etc.My terminal emulator has a nice blurred background that I still want to see when running my gui.cs app, I don't want it to be filled with black/blue/etc., it doesn't look very nice.
Thanks! :)
All reactions