zhamao-framework/config/console_color.json

30 lines
593 B
JSON
Raw Normal View History

2020-08-31 10:11:06 +08:00
{
"default": {
"success": "green",
"info": "lightblue",
"warning": "yellow",
"error": "red",
"verbose": "blue",
"debug": "gray",
"trace": "gray"
},
"white-term": {
"success": "green",
2020-11-03 21:02:24 +08:00
"info": "",
2020-08-31 10:11:06 +08:00
"warning": "yellow",
"error": "red",
"verbose": "blue",
"debug": "gray",
"trace": "gray"
2020-11-03 21:02:24 +08:00
},
"no-color": {
"success": "",
"info": "",
"warning": "",
"error": "",
"verbose": "",
"debug": "",
"trace": ""
2020-08-31 10:11:06 +08:00
}
}