mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 06:19:20 +08:00
64bb62d814
Signed-off-by: kubbot & kubecub <3293172751ysy@gmail.com>
10 lines
228 B
INI
10 lines
228 B
INI
#Shell font formatting information
|
|
COLOR_SUFFIX="\033[0m"
|
|
BLACK_PREFIX="\033[30m"
|
|
RED_PREFIX="\033[31m"
|
|
GREEN_PREFIX="\033[32m"
|
|
YELLOW_PREFIX="\033[33m"
|
|
BLUE_PREFIX="\033[34m"
|
|
PURPLE_PREFIX="\033[35m"
|
|
SKY_BLUE_PREFIX="\033[36m"
|