Syntax:

where
WIDTH
,HEIGHT
andFONTSIZE
are numbers, andBGCOLOR
andCOLOR
are six-characters hex colors."&bold" is optional.
Example:

-
$\large\color{#34495e} \tt{[} \mathmakebox[4em][c]{\tt{TASK}} \tt{]}$ Task is Yet To Start -
$\large\color{#d35400} \tt{[} \mathmakebox[4em][c]{\tt{WIP}} \tt{]}$ Work In Progress -
$\large\color{#8e44ad} \tt{[} \mathmakebox[4em][c]{\tt{REVIEW}} \tt{]}$ Pull Request in Review -
$\large\color{#2980b9} \tt{[} \mathmakebox[4em][c]{\tt{MERGED}} \tt{]}$ Merged -
$\large\color{#c0392b} \tt{[} \mathmakebox[4em][c]{\tt{BLOCK}} \tt{]}$ Blocked by some kind of issue
Syntax:
$\large \color{#COLOR} \tt{[} \mathmakebox[WIDTH][c]{\tt{TEXT}} \tt{]}\$
where
COLOR
is a six-character hex color,WIDTH
is a number followed by the unit, like em, andTEXT
is a string.
\tt{TEXT}
formats the text in non-italic, sans-serif, boldish font.Example:
$\large\color{#34495e}\tt{[}\mathmakebox[4em][c]{\tt{TASK}}\tt{]}$