Could you explain how to make text black, i see no constant for it? At the moment i do so `on_blue = lambda text: colored(colorama.Fore.BLACK+text, on_color='on_blue', attrs=['bold'])`
Could you explain how to make text black, i see no constant for it?
At the moment i do so
on_blue = lambda text: colored(colorama.Fore.BLACK+text, on_color='on_blue', attrs=['bold'])