Improve demo flow with light/dark theme-specific assets

This commit is contained in:
h3p 2026-03-08 15:56:36 +01:00
parent a7d9533db1
commit d7d870a662
4 changed files with 12 additions and 4 deletions

View file

@ -361,7 +361,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 436;
CURRENT_PROJECT_VERSION = 437;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;
@ -444,7 +444,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 436;
CURRENT_PROJECT_VERSION = 437;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;

View file

@ -283,7 +283,11 @@ Availability legend: `Full` = complete support, `Partial` = available with platf
<p align="center">4. Adjust settings/theme and continue editing: <a href="docs/images/iphone-editor-clean.png"><code>docs/images/iphone-editor-clean.png</code></a></p>
<p align="center">
<img src="docs/images/neon-demo.gif" alt="Neon Vision Editor Demo">
<picture>
<source media="(prefers-color-scheme: light)" srcset="docs/images/neon-demo-light.gif">
<source media="(prefers-color-scheme: dark)" srcset="docs/images/neon-demo.gif">
<img src="docs/images/neon-demo.gif" alt="Neon Vision Editor Demo">
</picture>
</p>
### macOS Editor Screenshot

View file

@ -26,7 +26,11 @@ This index describes screenshot assets in `docs/images` and where they are used.
- `neon-demo.gif`
- Description: Short animated loop generated from the three screenshots.
- Used in: Root `README.md` (`1-Minute Demo Flow`).
- Used in: Root `README.md` (`1-Minute Demo Flow`, dark mode source).
- `neon-demo-light.gif`
- Description: Light-mode variant of the demo loop with a neutral light canvas background.
- Used in: Root `README.md` (`1-Minute Demo Flow`, light mode source).
- `release-download-trend.svg`
- Description: Generated download/clones chart.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB