Skip to content

Commit

Permalink
Added missing file back to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rpigu-i committed Jun 30, 2020
1 parent 5a12927 commit 167f357
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugins/colors.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class BodyColors: # Sets colorization for application use
def __init__(self): # Initialize the values for color
pass
CCYN = '\033[96m'
CRED = '\033[91m'
CGRN = '\033[92m'
CYLW = '\033[93m'
CBLU = '\033[94m'
CPRP = '\033[95m'
CEND = '\033[0m'
CFON = '\33[5m'

0 comments on commit 167f357

Please sign in to comment.