.
This commit is contained in:
2
test.sh
2
test.sh
@@ -18,6 +18,7 @@ CS[color,LightBlue]="\e[94m"
|
||||
CS[color,LightMagenta]="\e[95m"
|
||||
CS[color,LightCyan]="\e[96m"
|
||||
CS[color,White]="\e[97m"
|
||||
|
||||
CS[bg,Default]="\e[49m"
|
||||
CS[bg,Black]="\e[40m"
|
||||
CS[bg,Red]="\e[41m"
|
||||
@@ -35,6 +36,7 @@ CS[bg,LightBlue]="\e[104m"
|
||||
CS[bg,LightMagenta]="\e[105m"
|
||||
CS[bg,LightCyan]="\e[106m"
|
||||
CS[bg,White]="\e[107m"
|
||||
|
||||
CS[style,Reset]="\e[0m"
|
||||
CS[style,Bold]="\e[1m"
|
||||
CS[style,Dim]="\e[2m"
|
||||
|
||||
Reference in New Issue
Block a user