Advertisement
Guest User

color codes

a guest
Mar 7th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. RS="\[\033[0m\]" # reset
  2. HC="\[\033[1m\]" # hicolor
  3. UL="\[\033[4m\]" # underline
  4. INV="\[\033[7m\]" # inverse background and foreground
  5. FBLK="\[\033[30m\]" # foreground black
  6. FRED="\[\033[31m\]" # foreground red
  7. FGRN="\[\033[32m\]" # foreground green
  8. FYEL="\[\033[33m\]" # foreground yellow
  9. FBLE="\[\033[34m\]" # foreground blue
  10. FMAG="\[\033[35m\]" # foreground magenta
  11. FCYN="\[\033[36m\]" # foreground cyan
  12. FWHT="\[\033[37m\]" # foreground white
  13. BBLK="\[\033[40m\]" # background black
  14. BRED="\[\033[41m\]" # background red
  15. BGRN="\[\033[42m\]" # background green
  16. BYEL="\[\033[43m\]" # background yellow
  17. BBLE="\[\033[44m\]" # background blue
  18. BMAG="\[\033[45m\]" # background magenta
  19. BCYN="\[\033[46m\]" # background cyan
  20. BWHT="\[\033[47m\]" # background white
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement