Update colors.inc
This commit is contained in:
17
colors.inc
17
colors.inc
@@ -49,21 +49,6 @@ idsST[Blink]="\e[5m"
|
|||||||
idsST[Invert]="\e[7m"
|
idsST[Invert]="\e[7m"
|
||||||
idsST[Hidden]="\e[8m"
|
idsST[Hidden]="\e[8m"
|
||||||
|
|
||||||
declare -A idsCLf
|
|
||||||
idsCLf[Black]=$(tput setaf 0)
|
|
||||||
idsCLf[Red]=$(tput setaf 1)
|
|
||||||
idsCLf[Green]=$(tput setaf 2)
|
|
||||||
idsCLf[Yellow]=$(tput setaf 3)
|
|
||||||
idsCLf[LimeYellow]=$(tput setaf 190)
|
|
||||||
idsCLf[PowderBlue]=$(tput setaf 153)
|
|
||||||
idsCLf[Blue]=$(tput setaf 4)
|
|
||||||
idsCLf[Magenta]=$(tput setaf 5)
|
|
||||||
idsCLf[Cyan]=$(tput setaf 6)
|
|
||||||
idsCLf[White]=$(tput setaf 7)
|
|
||||||
idsCLf[Bold]=$(tput bold)
|
|
||||||
idsCLf[Default]=$(tput sgr0)
|
|
||||||
idsCLf[Blink]=$(tput blink)
|
|
||||||
idsCLf[Reverse]=$(tput smso)
|
|
||||||
idsCLf[Underline]=$(tput smul)
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user