diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 986e3b525d77..1fff567b312a 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -94,7 +94,9 @@ const config = {
indexName: "aztec",
},
colorMode: {
- respectPrefersColorScheme: true,
+ defaultMode: "light",
+ disableSwitch: false,
+ respectPrefersColorScheme: false,
},
docs: {
sidebar: {
diff --git a/docs/static/img/Aztec_Labs_logo_dark.svg b/docs/static/img/Aztec_Labs_logo_dark.svg
new file mode 100644
index 000000000000..6863b1c0be36
--- /dev/null
+++ b/docs/static/img/Aztec_Labs_logo_dark.svg
@@ -0,0 +1,22 @@
+
+
\ No newline at end of file
diff --git a/docs/static/img/Aztec_Labs_logo_white.svg b/docs/static/img/Aztec_Labs_logo_white.svg
new file mode 100644
index 000000000000..4490fb0c999b
--- /dev/null
+++ b/docs/static/img/Aztec_Labs_logo_white.svg
@@ -0,0 +1,22 @@
+
+
\ No newline at end of file