Skip to content

Commit

Permalink
better color identifier name
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Feb 15, 2024
1 parent 74124e2 commit 2aa6a81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cat_win/const/colorconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,12 @@ class CKW:
MATCHED = 'matched_pattern'
MATCHED_MESSAGE = 'matched_pattern_message'
CHECKSUM = 'checksum_message'
SUMMARY = 'processed_message'
SUMMARY = 'summary_message'
ATTRIB = 'file_attribute_message'
ATTRIB_POSITIVE = 'active_file_attributes'
ATTRIB_NEGATIVE = 'missing_file_attributes'
RAWVIEWER = 'raw_viewer'

MESSAGE_INFORMATION = 'message_information'
MESSAGE_IMPORTANT = 'message_important'
MESSAGE_WARNING = 'message_warning'

RAWVIEWER = 'raw_viewer'

0 comments on commit 2aa6a81

Please sign in to comment.