You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
379 B
18 lines
379 B
black='\[\e[0;30m\]'
|
|
darkgray='\[\e[1;30m\]'
|
|
blue='\[\e[0;34m\]'
|
|
lightblue='\[\e[1;34m\]'
|
|
green='\[\e[0;32m\]'
|
|
lightgreen='\[\e[1;32m\]'
|
|
cyan='\[\e[0;36m\]'
|
|
lightcyan='\[\e[1;36m\]'
|
|
red='\[\e[0;31m\]'
|
|
lightred='\[\e[1;31m\]'
|
|
purple='\[\e[0;35m\]'
|
|
lightpurple='\[\e[1;35m\]'
|
|
brown='\[\e[0;33m\]'
|
|
yellow='\[\e[1;33m\]'
|
|
lightgray='\[\e[0;37m\]'
|
|
white='\[\e[1;37m\]'
|
|
nc='\[\e[0m\]'
|
|
|
|
|