This code can be used for GCC5 to add linux terminal coloring to string literals.
##Example
printf(COLOR_FMT("[ %-12.12s] = [%d]"), "hello world", 10);
This code will print string [ hello world ] = [10]
Where hello world will be purple and 10 - green