Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ANSI_RESET = "u001B[0m";
  2. ANSI_BLACK = "u001B[30m";
  3. ANSI_RED = "u001B[31m";
  4. ANSI_GREEN = "u001B[32m";
  5. ANSI_YELLOW = "u001B[33m";
  6. ANSI_BLUE = "u001B[34m";
  7. ANSI_PURPLE = "u001B[35m";
  8. ANSI_CYAN = "u001B[36m";
  9. ANSI_WHITE = "u001B[37m";
  10.  
  11. ANSI_BLACK_BACKGROUND = "u001B[40m";
  12. ANSI_RED_BACKGROUND = "u001B[41m";
  13. ANSI_GREEN_BACKGROUND = "u001B[42m";
  14. ANSI_YELLOW_BACKGROUND = "u001B[43m";
  15. ANSI_BLUE_BACKGROUND = "u001B[44m";
  16. ANSI_PURPLE_BACKGROUND = "u001B[45m";
  17. ANSI_CYAN_BACKGROUND = "u001B[46m";
  18. ANSI_WHITE_BACKGROUND = "u001B[47m";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement