I've been reading some few articles about changing text color using C, but the problem is they all tend to be related to Turbo C
textcolor(RED);
And I have a need to change the color of variable: value (user input) output similar to what we get when we execute "inxi -S" on terminal program. How do I change the color of my console program?