Colour scheme still borked

I was under the impression that the colour rendering for Dark theme had been resolved in the 5.0.1 upgrade, and yet this is what I see with trying to respond to a ticket…

I’ve verified that the local edits I’d made on the Static dark.css files were deleted because I was expecting the fix to be in the new code. I’ve also verified that the shared files were in fact updated. So am I missing something?

I’d make sure the browser CSS cache is clear as well, the CKEditor styling gets cached rather hard

Broken for me too. And white-ish text seem to be coming from this in share/static/RichText/contents-dark.css:

/* main input color */
.cke_editable {
color: #ededed !important;
}