Do you have any idea why is the text color of debug(...) always red?

I can't find any option that could influence the text color. Is it only our project? Here is how we use it:
const debug = require('debug')('amio-websocket:db-connector')
debug('Connection to MongoDB is open now.')
Do you have any idea why is the text color of
debug(...)always red?I can't find any option that could influence the text color. Is it only our project? Here is how we use it: