-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Background Color #148
Comments
How did you set the color scheme? |
Has anyone figured this out yet? |
From what @migueldeicaza has asked, I would gather that it's possible to set the Color Scheme, but I can't find out in the documentation how to do it. Can we get some guidance on that? |
I found the following in CursesDriver.cs I could use any information regarding how to implement it properly.
Maybe their is an issue with #84 for cross platform compat. |
Hi @migueldeicaza was wondering if I should put up an issue for guidance about the last commit you did to expose the MakeColor part of the curses API? |
That's rather confusing. I'd assume that Specificially the line to change the blue is
I'mt testing this on windows. |
There are a number of ways of changing the color. The first thing is to configure the
The other one is to set the ColorScheme on a specific view, here I just change it to the error one, but you can create your own:
|
Solid, TY! |
Any way to change background color from blue to something else?
I've tried setting ColorScheme on everything I can see and no luck...
Regards,
Stefan
The text was updated successfully, but these errors were encountered: