system(color )

#include <stdio.h>
#include <windows.h>

int main() {
    system("color 0A");
    return 0;
}