The theme is heavily influenced and partly based on ggpubr::theme_pubr().
This theme is applied by default to all autoplot() methods in the mlr3
ecosystem.
If you do not like it and want to use the default ggplot2 theme, you can
add + theme_gray() to the autoplot() call.