mirror of
https://git.leinelab.org/Mal/matrix-coderain-cli.git
synced 2025-12-06 07:13:36 +01:00
Ensuring black background color
This commit is contained in:
@@ -161,6 +161,7 @@ int main()
|
||||
start_color();
|
||||
|
||||
init_color(COLOR_WHITE, 1000, 1000, 1000);
|
||||
init_color(COLOR_BLACK, 0, 0, 0);
|
||||
init_color(COLOR_LIGHT_GREEN, 500, 1000, 500);
|
||||
init_color(COLOR_MID_GREEN, 0, 600, 0);
|
||||
init_color(COLOR_DARK_GREEN, 0, 200, 0);
|
||||
|
||||
Reference in New Issue
Block a user