Add more abstract decorations for messaging

This commit is contained in:
Nobuyoshi Nakada 2024-03-06 16:29:58 +09:00
parent 4469729558
commit 6ccc04cf45
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -35,7 +35,8 @@ class Colorize
"bright_blue"=>"94", "bright_magenta"=>"95", "bright_cyan"=>"96", "bright_white"=>"97", "bright_blue"=>"94", "bright_magenta"=>"95", "bright_cyan"=>"96", "bright_white"=>"97",
# abstract decorations # abstract decorations
"pass"=>"green", "fail"=>"red;bold", "skip"=>"yellow;bold", "note"=>"bright_yellow", "pass"=>"green", "fail"=>"red;bold", "skip"=>"yellow;bold",
"note"=>"bright_yellow", "notice"=>"bright_yellow", "info"=>"bright_magenta",
} }
def coloring? def coloring?