$colorsMap: (
  (name: 'theme', color: $themeColor),
  (name: 'red', color: $colorRed),
  (name: 'yellow', color: $colorYellow),
  (name: 'gold', color: $colorGold),
  (name: 'blue', color: $colorBlue),
  (name: 'green', color: $colorGreen),
  (name: 'light-p', color: $colorPurpleLight),
  (name: 'primary', color: $colorBlue),
  (name: 'default', color: $defaultColor),
  (name: 'white', color: $whiteColor),
  (name: 'important', color: $importantColor),
  (name: 'warn', color: $warmColor),
  (name: 'black', color: $colorBlack),
  (name: 'grey', color: $greyColor),
  (name: 'orange', color: $colorOrange),
  (name: 'wine', color: $wineColor),
);