Skip to content

Commit

Permalink
Update source-code-color.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 27, 2021
1 parent aba8298 commit 3e768f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Python projects/Terminal Tricks/source-code-color.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

#to get back to boring B&W: print(Styoe.RESET_ALL)

```
"""
All Variaton on Colors:
Fore: BLACK RED GREEN YELLOW BLUE MAGENTA CYAN WHITE RESET
Back: BLACK RED GREEN YELLOW BLUE MAGENTA CYAN WHITE RESET
Style: DIM NORMAL BRIGHT RESET_ALL
```
"""

0 comments on commit 3e768f3

Please sign in to comment.