Description: Change default theme to "simple" due to removal of "notmyidea"
 The "notmyidea" theme was removed from the Debian package due to the presence
 of non-free files. See #868047 and #868049 for further details. As such,
 default to the one other theme that is shipped upstream.
Forwarded: not-needed
Author: Vincent Cheng <vcheng@debian.org>
Bug-Debian: https://bugs.debian.org/868047
Bug-Debian: https://bugs.debian.org/868049
Last-Update: 2023-11-19

--- a/pelican/settings.py
+++ b/pelican/settings.py
@@ -27,7 +27,7 @@
 Settings = dict[str, Any]
 
 DEFAULT_THEME = os.path.join(
-    os.path.dirname(os.path.abspath(__file__)), "themes", "notmyidea"
+    os.path.dirname(os.path.abspath(__file__)), "themes", "simple"
 )
 DEFAULT_CONFIG = {
     "PATH": os.curdir,
