Much better

Seriously, this looks way better than the curved one. You should offer it as an option within the theme, if you already didn't.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
But, almost with every Soapy's Theme, the fonts on UI becoming faded a bit.
#tabbrowser-tabs .tab-content,
#tabbrowser-tabs {
margin: 0 !important;
}
breaks the apptab position with many tabs opened (when they can scroll left-right)
this seems to fix it to me:
#tabbrowser-tabs .tab-content {
margin: 0 !important;
}