You can also use QSS (Qt style sheets) to customize Sigil's appearance. It works similar to css. If you create a file named qt_styles.qss in Sigil's preferences folder, Sigil will automatically load it when launched. The following contents were enough to make sure Code View's background was white for me.
Code:
CodeViewEditor {
background: white;
}