After some trial and error, I found that adding the following to userContent.css seems to work:
@-moz-document url(about:blank?compose) {
body {
background-color: red;
}
}
Thunderbird's source code also has some function that reads preferences editor.use_custom_colors and editor.background_color and sets the default color based on those, but it seems that the function is never called. Code rot I guess.


