$theme-color-map: (
  red: #e25050,
  green: #10b35b,
  blue: #2d8bf4
);

$grey-map: (
  1: #f5f5f5,
  2: #d9d9d9,
  3: #b4b4b4,
  4: #999999,
  5: #555555
);

$function-color-map: (
  error: #ff3300,
  warning: #ffb608,
  success: #13ce34,
  info: #00a6f6
);
