Exemplo n.º 1
0
def white(a_str):
    return COL_FG_WHITE + su.mk_str(a_str) + COL_RESET
Exemplo n.º 2
0
def magenta(a_str):
    return COL_FG_MAGENTA + su.mk_str(a_str) + COL_RESET
Exemplo n.º 3
0
def cyan(a_str):
    return COL_FG_CYAN + su.mk_str(a_str) + COL_RESET
Exemplo n.º 4
0
def blue(a_str):
    return COL_FG_BLUE + su.mk_str(a_str) + COL_RESET
Exemplo n.º 5
0
def yellow(a_str):
    return COL_FG_YELLOW + su.mk_str(a_str) + COL_RESET
Exemplo n.º 6
0
def green(a_str):
    return COL_FG_GREEN + su.mk_str(a_str) + COL_RESET
Exemplo n.º 7
0
def red(a_str):
    return COL_FG_RED + su.mk_str(a_str) + COL_RESET
Exemplo n.º 8
0
def black(a_str):
    return COL_FG_BLACK + su.mk_str(a_str) + COL_RESET