-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.shell.colors.tput
42 lines (38 loc) · 1.42 KB
/
.shell.colors.tput
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
fgblk="$(tput setaf 0)" # Black - Regular
fgred="$(tput setaf 1)" # Red
fggrn="$(tput setaf 2)" # Green
fgylw="$(tput setaf 3)" # Yellow
fgblu="$(tput setaf 4)" # Blue
fgpur="$(tput setaf 5)" # Purple
fgcyn="$(tput setaf 6)" # Cyan
fgwht="$(tput setaf 7)" # White
bfgblk="$(tput setaf 8)" # Black - Bright
bfgred="$(tput setaf 9)" # Red
bfggrn="$(tput setaf 10)" # Green
bfgylw="$(tput setaf 11)" # Yellow
bfgblu="$(tput setaf 12)" # Blue
bfgpur="$(tput setaf 13)" # Purple
bfgcyn="$(tput setaf 14)" # Cyan
bfgwht="$(tput setaf 15)" # White
bgblk="$(tput setab 0)" # Black - Background
bgred="$(tput setab 1)" # Red
bggrn="$(tput setab 2)" # Green
bgylw="$(tput setab 3)" # Yellow
bgblu="$(tput setab 4)" # Blue
bgpur="$(tput setab 5)" # Purple
bgcyn="$(tput setab 6)" # Cyan
bgwht="$(tput setab 7)" # White
bbgblk="$(tput setab 8)" # Black - Background - Bright
bbgred="$(tput setab 9)" # Red
bbggrn="$(tput setab 10)" # Green
bbgylw="$(tput setab 11)" # Yellow
bbgblu="$(tput setab 12)" # Blue
bbgpur="$(tput setab 13)" # Purple
bbgcyn="$(tput setab 14)" # Cyan
bbgwht="$(tput setab 15)" # White
normal="$(tput sgr0)" # text reset
mkbold="$(tput bold)" # make bold
undrln="$(tput smul)" # underline
noundr="$(tput rmul)" # remove underline
mkblnk="$(tput blink)" # make blink
revers="$(tput rev)" # reverse