12 lines
286 B
Bash
12 lines
286 B
Bash
wxiRed=$(tput setaf 196)
|
|
wxiGreen=$(tput setaf 46)
|
|
wxiYellow=$(tput setaf 226)
|
|
wxiBlue=$(tput setaf 21)
|
|
wxiPurple=$(tput setaf 165)
|
|
wxiTurquoise=$(tput setaf 14)
|
|
wxiPink=$(tput setaf 198)
|
|
wxiOrange=$(tput setaf 202)
|
|
wxiUnderline=$(tput smul)
|
|
wxiBold=$(tput bold)
|
|
wxiNormal=$(tput sgr0)
|