diff --git a/images/hero-dark-halloween.png b/images/hero-dark-halloween.png
new file mode 100644
index 000000000..d0a6d1c7d
Binary files /dev/null and b/images/hero-dark-halloween.png differ
diff --git a/images/hero-light-halloween.png b/images/hero-light-halloween.png
new file mode 100644
index 000000000..b6dd48592
Binary files /dev/null and b/images/hero-light-halloween.png differ
diff --git a/logo/dark-halloween.svg b/logo/dark-halloween.svg
new file mode 100644
index 000000000..ebeae5856
--- /dev/null
+++ b/logo/dark-halloween.svg
@@ -0,0 +1,6 @@
+
diff --git a/logo/light-halloween.svg b/logo/light-halloween.svg
new file mode 100644
index 000000000..61fb1fd3c
--- /dev/null
+++ b/logo/light-halloween.svg
@@ -0,0 +1,6 @@
+
diff --git a/mint.json b/mint.json
index edd49b756..ee6564430 100644
--- a/mint.json
+++ b/mint.json
@@ -2,8 +2,8 @@
"$schema": "https://mintlify.com/schema.json",
"name": "Mintlify",
"logo": {
- "light": "/logo/light.svg",
- "dark": "/logo/dark.svg",
+ "light": "/logo/light-halloween.svg",
+ "dark": "/logo/dark-halloween.svg",
"href": "https://mintlify.com"
},
"layout": "sidenav",
@@ -12,9 +12,9 @@
"items": "container"
},
"colors": {
- "primary": "#0D9373",
- "light": "#55D799",
- "dark": "#0D9373"
+ "primary": "#e06908",
+ "light": "#f47c1a",
+ "dark": "#e06908"
},
"api": {
"auth": {
diff --git a/quickstart.mdx b/quickstart.mdx
index cf983b8e6..0d130dde4 100644
--- a/quickstart.mdx
+++ b/quickstart.mdx
@@ -7,11 +7,11 @@ icon: "rocket"