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