Hi! Dark theme in MATLAB is completely spoiling the color scheme of the figures. I offer adding `h.Theme = "light";` after creating the figure: (line 530 in GannetLoad): `h = figure('Visible', 'off');` And the same for GannetFit and so on. Thank you!