function getStatusColor()

in theme/src/components/status-label.js [11:13]


function getStatusColor(status) {
  return STATUS_COLORS[status.toLowerCase()] || 'fg.muted'
}