change color of screen in COSMOS #2251
Unanswered
RockZombie4
asked this question in
Q&A
Replies: 4 comments 1 reply
-
Try this: Console.BackgroundColor = ConsoleColor.Cyan;
Console.Clear(); |
Beta Was this translation helpful? Give feedback.
0 replies
-
The background color of the text is the only thing changing, console.clear will not clear it with the set color |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
It works |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Recently, I got COSMOS to work.
I decided to change the color of the screen by using this:
But it didn't work, and instead, I got this:

Beta Was this translation helpful? Give feedback.
All reactions