mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
a5147ca564
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@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"
|