How to support dark mode in QLPreviewView and NSTextView?

We are migrating our app to Mojave. Currently I'm working on the dark mode. Almost everything is automartically adopted. I have just problems with the QLPreviewView and NSTextView.

  • Do the have to set a specific property of the QLPreviewView?
  • Do we have to set the background and text color in the NSAttributedString manually?