diff options
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r-- | cmd2/constants.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index e9dc52a9..267028d3 100644 --- a/cmd2/constants.py +++ b/cmd2/constants.py @@ -25,9 +25,3 @@ LINE_FEED = '\n' COLORS_NEVER = 'Never' COLORS_TERMINAL = 'Terminal' COLORS_ALWAYS = 'Always' - -# Text colors -SUCCESS_COLOR = Fore.LIGHTGREEN_EX -WARNING_COLOR = Fore.LIGHTYELLOW_EX -ERROR_COLOR = Fore.LIGHTRED_EX -RESET_COLOR = Fore.RESET |