Usage: just add a "ConsoleColors.Property" before a text to color it, like this: System.out.println(ConsoleColors.RED_BACKGROUND + "RED COLORED" + ConsoleColors.BLUE + " NORMAL"); "RED COLORED" will ...