Update colors.inc
This commit is contained in:
21
colors.inc
21
colors.inc
@@ -47,4 +47,23 @@ idsST[Dim]="\e[2m"
|
||||
idsST[UnderLine]="\e[4m"
|
||||
idsST[Blink]="\e[5m"
|
||||
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)
|
||||
idsCLflime[yellow]=$(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[bright]=$(tput bold)
|
||||
idsCLf[normal]=$(tput sgr0)
|
||||
idsCLf[blink]=$(tput blink)
|
||||
idsCLf[reverse]=$(tput smso)
|
||||
idsCLf[underline]=$(tput smul)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user