diff --git a/public/images/adopters/krateo-dark.svg b/public/images/adopters/krateo-dark.svg
new file mode 100644
index 00000000..a93ae97f
--- /dev/null
+++ b/public/images/adopters/krateo-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/adopters/krateo-light.svg b/public/images/adopters/krateo-light.svg
new file mode 100644
index 00000000..2eb23c9c
--- /dev/null
+++ b/public/images/adopters/krateo-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/data/adopters.yaml b/src/data/adopters.yaml
index 94feaa8f..6d7ff38a 100644
--- a/src/data/adopters.yaml
+++ b/src/data/adopters.yaml
@@ -3,10 +3,17 @@
# 1. Add a logo to /public/images/adopters folder
# 2. Reference the logo and company name here
# 3. Submit a pull request
+#
+# Logo options:
+# - Use 'logo' for a single logo that works in both light and dark modes
+# - Use 'logo_light' and 'logo_dark' for separate logos optimized for each mode
+# (logo_light is display on light mode, and logo_dark on dark mode)
+# - If only one logo is provided, it will be used for both modes
adopters:
- name: "Solo.io"
- logo: "/images/adopters/solo-io.png"
+ logo_dark: "/images/adopters/solo-io-dark.png"
+ logo_light: "/images/adopters/solo-io-light.png"
website: "https://solo.io/"
- name: "Amdocs"
logo: "/images/adopters/amdocs.png"
@@ -14,3 +21,7 @@ adopters:
- name: "Au10tix"
logo: "/images/adopters/au10tix.png"
website: "https://www.au10tix.com"
+ - name: "Krateo"
+ logo_dark: "/images/adopters/krateo-dark.svg"
+ logo_light: "/images/adopters/krateo-light.svg"
+ website: "https://krateo.io/"
\ No newline at end of file