https://github.com/mattbearman/monogram/blob/main/README.md?plain=1#L123
shows:
Monogram.new(name: 'custom colour', color: 'rgba(127, 0, 0, 0.8)', shape: Monogram::Avatar::ROUNDED).to_s
when it should be:
Monogram.new(name: 'custom colour', background: 'rgba(127, 0, 0, 0.8)', shape: Monogram::Avatar::ROUNDED).to_s