// [MM] COLORFUL CONSOLE MESSAGES (ccm)
const ccm = {
  white: 'color: white; font-size: 14px;',
  whiteAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: white;',
  gray: 'color: gray; font-size: 14px;',
  grayAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: gray;',
  lightgray: 'color: lightgray; font-size: 14px;',
  lightgrayAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: lightgray;',
  darkgray: 'color: darkgray; font-size: 14px;',
  darkgrayAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: darkgray;',
  red: 'color: red; font-size: 14px;',
  redAlert: 'color: white; font-size: 14px; font-weight: bold; background-color: red;',
  darkred: 'color: darkred; font-size: 14px;',
  darkredAlert: 'color: white; font-size: 14px; font-weight: bold; background-color: darkred;',
  pink: 'color: pink; font-size: 14px;',
  pinkAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: pink;',
  orange: 'color: orange; font-size: 14px;',
  orangeAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: orange;',
  darkorangeAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: darkorange;',
  yellow: 'color: yellow; font-size: 14px;',
  yellowAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: yellow;',
  green: 'color: green; font-size: 14px;',
  greenAlert: 'color: white; font-size: 14px; font-weight: bold; background-color: green;',
  darkgreen: 'color: darkgreen; font-size: 14px;',
  darkgreenAlert: 'color: white; font-size: 14px; font-weight: bold; background-color: darkgreen;',
  lightgreen: 'color: lightgreen; font-size: 14px;',
  lightgreenAlert: 'color: black; font-size: 14px; font-weight: bold; background-color: lightgreen;',
  blue: 'color: dodgerblue; font-size: 14px;',
  blueAlert: 'color: white; font-size: 14px; font-weight: bold; background-color: dodgerblue;',
  black: 'color: black; font-size: 14px;',
  blackAlert: 'color: white; font-size: 14px; font-weight: bold; background-color: black;',
}
// console.log('%c🥕 ThreeDGarden<FC,R3F>: CCM', ccm.green, ccm)
// console.log('%cWHOOPSIES: CCM', ccm.red, ccm)

export default ccm
