Feature request: add support for dark theme.
It's on the list, but it's harder than it sounds. I would have to change UI framework. If I change to WPF, I get a skinnable UI, but the FMs list becomes slow because WPF's DataGridView is slow. If I change to a third-party UI, I don't get the RichTextBox and can't display .rtf files. I could twist the current UI's arm until it sort-of allows dark mode, but the look would be incomplete (scroll bars wouldn't change for instance) and it would look half-assed.