@mixin message-theme($color) {
  color: $color;
  background-color: alpha($color, 0.1);

  @include b(icon) {
    color: $color;
  }
}
