diff --git a/assets/themes/_auto.scss b/assets/themes/_auto.scss
index 31d7f9ac47acbda43e7bc1ff02eea8bbbf58e5af..5416a9bb337df679320e2f93a56615550a66cfab 100644
--- a/assets/themes/_auto.scss
+++ b/assets/themes/_auto.scss
@@ -2,8 +2,9 @@
   @include theme-light;
 }
 
-@media (prefers-color-scheme: dark) {
-  :root {
-    @include theme-dark;
-  }
-}
+// Auto dark theme disabled until all new Macao elements are adapted for it
+//@media (prefers-color-scheme: dark) {
+//  :root {
+//    @include theme-dark;
+//  }
+//}