Hello! Whilst uploading an image larger than 1920 x 1080 does work, the resolution is reduced. So if you upload a 2560 x 1440px image it will get reduced down to 1920 x 1080.
Anyway, I’ve solved the issue: I just needed to edit lines 53 and 54 in /inc/header-background-color.php
‘width’ => 2560,
‘height’ => 1440,
Obviously best to do this in a child theme.
Many thanks!