From d0b53ad86423bc32c85e0654b3a429850a0747ee Mon Sep 17 00:00:00 2001 From: OmarAlJarrah Date: Mon, 15 Jun 2026 18:07:18 +0300 Subject: [PATCH] docs: add theme-aware dexpace wordmark to README header Replace the plain text title with the dexpace wordmark, served through a element so the logo follows the reader's color scheme: the light variant (dark text) shows in light mode and as the universal fallback, the dark variant (white text) shows in dark mode. The text

is retained for accessibility and heading anchors. Co-Authored-By: Claude Opus 4.8 --- README.md | 9 ++++++++- docs/assets/dexpace-wordmark-dark.svg | 6 ++++++ docs/assets/dexpace-wordmark-light.svg | 6 ++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/assets/dexpace-wordmark-dark.svg create mode 100644 docs/assets/dexpace-wordmark-light.svg diff --git a/README.md b/README.md index 60f20c7..4d96646 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# Dexpace Python SDK +

+ + + dexpace + +

+ +

Dexpace Python SDK

[![CI](https://github.com/dexpace/python-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/dexpace/python-sdk/actions/workflows/ci.yml) [![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue.svg)](https://www.python.org/downloads/) diff --git a/docs/assets/dexpace-wordmark-dark.svg b/docs/assets/dexpace-wordmark-dark.svg new file mode 100644 index 0000000..e3a3c8a --- /dev/null +++ b/docs/assets/dexpace-wordmark-dark.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/docs/assets/dexpace-wordmark-light.svg b/docs/assets/dexpace-wordmark-light.svg new file mode 100644 index 0000000..727bee4 --- /dev/null +++ b/docs/assets/dexpace-wordmark-light.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file