Advertisement
Guest User

Untitled

a guest
May 30th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2. txtblk='\e[0;30m' # Black - Regular
  3. txtred='\e[0;31m' # Red
  4. txtgrn='\e[0;32m' # Green
  5. txtylw='\e[0;33m' # Yellow
  6. txtblu='\e[0;34m' # Blue
  7. txtpur='\e[0;35m' # Purple
  8. txtcyn='\e[0;36m' # Cyan
  9. txtwht='\e[0;37m' # White
  10.  
  11. bldblk='\e[1;30m' # Black - Bold
  12. bldred='\e[1;31m' # Red
  13. bldgrn='\e[1;32m' # Green
  14. bldylw='\e[1;33m' # Yellow
  15. bldblu='\e[1;34m' # Blue
  16. bldpur='\e[1;35m' # Purple
  17. bldcyn='\e[1;36m' # Cyan
  18. bldwht='\e[1;37m' # White
  19.  
  20. unkblk='\e[4;30m' # Black - Underline
  21. undred='\e[4;31m' # Red
  22. undgrn='\e[4;32m' # Green
  23. undylw='\e[4;33m' # Yellow
  24. undblu='\e[4;34m' # Blue
  25. undpur='\e[4;35m' # Purple
  26. undcyn='\e[4;36m' # Cyan
  27. undwht='\e[4;37m' # White
  28.  
  29. bakblk='\e[40m' # Black - Background
  30. bakred='\e[41m' # Red
  31. badgrn='\e[42m' # Green
  32. bakylw='\e[43m' # Yellow
  33. bakblu='\e[44m' # Blue
  34. bakpur='\e[45m' # Purple
  35. bakcyn='\e[46m' # Cyan
  36. bakwht='\e[47m' # White
  37.  
  38. txtrst='\e[0m' # Text Reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement