Update colors.inc
This commit is contained in:
23
colors.inc
23
colors.inc
@@ -3,23 +3,24 @@
|
|||||||
|
|
||||||
declare -A idsCL
|
declare -A idsCL
|
||||||
idsCL[Default]="\e[39m"
|
idsCL[Default]="\e[39m"
|
||||||
|
idsCL[White]="\e[97m"
|
||||||
|
idsCL[LightGray]="\e[37m"
|
||||||
|
idsCL[DarkGray]="\e[90m"
|
||||||
idsCL[Black]="\e[30m"
|
idsCL[Black]="\e[30m"
|
||||||
idsCL[Red]="\e[31m"
|
idsCL[Red]="\e[31m"
|
||||||
idsCL[RedBold]="\e[31;1m"
|
idsCL[RedBold]="\e[31;1m"
|
||||||
idsCL[Green]="\e[32m"
|
|
||||||
idsCL[Yellow]="\e[33m"
|
|
||||||
idsCL[Blue]="\e[34m"
|
|
||||||
idsCL[Magenta]="\e[35m"
|
|
||||||
idsCL[Cyan]="\e[36m"
|
|
||||||
idsCL[LightGray]="\e[37m"
|
|
||||||
idsCL[DarkGray]="\e[90m"
|
|
||||||
idsCL[LightRed]="\e[91m"
|
idsCL[LightRed]="\e[91m"
|
||||||
idsCL[LightGreen]="\e[92m"
|
idsCL[Magenta]="\e[35m"
|
||||||
idsCL[LightYellow]="\e[93m"
|
|
||||||
idsCL[LightBlue]="\e[94m"
|
|
||||||
idsCL[LightMagenta]="\e[95m"
|
idsCL[LightMagenta]="\e[95m"
|
||||||
|
idsCL[Blue]="\e[34m"
|
||||||
|
idsCL[LightBlue]="\e[94m"
|
||||||
|
idsCL[Cyan]="\e[36m"
|
||||||
idsCL[LightCyan]="\e[96m"
|
idsCL[LightCyan]="\e[96m"
|
||||||
idsCL[White]="\e[97m"
|
idsCL[Green]="\e[32m"
|
||||||
|
idsCL[LightGreen]="\e[92m"
|
||||||
|
idsCL[Yellow]="\e[33m"
|
||||||
|
idsCL[LightYellow]="\e[93m"
|
||||||
|
|
||||||
|
|
||||||
declare -A idsBG
|
declare -A idsBG
|
||||||
idsBG[Default]="\e[49m"
|
idsBG[Default]="\e[49m"
|
||||||
|
|||||||
Reference in New Issue
Block a user