How can I change the default settings for all cells?

Call ChangeStandardStyle. Here is an example:

   ChangeStandardStyle(CGXStyle()
      .SetFont(CGXFont().SetFaceName(“Times New Roman”))
      .SetInterior(yourBackgroundColor)
   );