docs: reorder badges and fix dark wordmark

This commit is contained in:
h3p 2026-03-18 14:22:57 +01:00
parent 406aa4a1ab
commit 9a278af331
3 changed files with 49 additions and 36 deletions

View file

@ -361,7 +361,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 547;
CURRENT_PROJECT_VERSION = 548;
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 = 547;
CURRENT_PROJECT_VERSION = 548;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;

View file

@ -1,36 +1,3 @@
<p align="center">
<img src="docs/images/readme-wordmark.svg" alt="Neon Vision Editor wordmark" width="680"/>
</p>
<p align="center">
<img src="docs/images/readme-hero-accent.svg" alt="Neon Vision Editor accent line" width="180"/>
</p>
<p align="center">&nbsp;</p>
<p align="center">
<img src="docs/images/NeonVisionEditorIcon.png?v=20260310" alt="Neon Vision Editor Logo" width="228"/>
</p>
<p align="center">
<strong><sub></sub><span style="font-size: 1.2em;">A native editor for markdown, notes, and code across macOS, iPhone, and iPad.</span></strong>
</p>
<p align="center">
Minimal by design. Quick edits, fast file access, no IDE bloat.
</p>
<p align="center">&nbsp;</p>
<p align="center">
<strong>Download:</strong>
<a href="https://github.com/h3pdesign/Neon-Vision-Editor/releases">GitHub Releases</a>
·
<a href="https://apps.apple.com/de/app/neon-vision-editor/id6758950965">App Store</a>
·
<a href="https://testflight.apple.com/join/YWB2fGAP">TestFlight</a>
</p>
<p align="center">
<a href="https://apps-h3p.com">
<img alt="Docs on h3p apps" src="https://img.shields.io/badge/Docs-h3p%20apps-111827?style=for-the-badge">
@ -51,6 +18,41 @@
<a href="https://github.com/h3pdesign/Neon-Vision-Editor/blob/main/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-green.svg"></a>
</p>
<p align="center">&nbsp;</p>
<p align="center">
<img src="docs/images/readme-wordmark.svg" alt="Neon Vision Editor wordmark" width="680"/>
</p>
<p align="center">
<img src="docs/images/readme-hero-accent.svg" alt="Neon Vision Editor accent line" width="180"/>
</p>
<p align="center">&nbsp;</p>
<p align="center">
<img src="docs/images/NeonVisionEditorIcon.png?v=20260310" alt="Neon Vision Editor Logo" width="228"/>
</p>
<p align="center">
<strong><span style="font-size: 1.2em;">A native editor for markdown, notes, and code across macOS, iPhone, and iPad.</span></strong>
</p>
<p align="center">
Minimal by design. Quick edits, fast file access, no IDE bloat.
</p>
<p align="center">&nbsp;</p>
<p align="center">
<strong>Download:</strong>
<a href="https://github.com/h3pdesign/Neon-Vision-Editor/releases">GitHub Releases</a>
·
<a href="https://apps.apple.com/de/app/neon-vision-editor/id6758950965">App Store</a>
·
<a href="https://testflight.apple.com/join/YWB2fGAP">TestFlight</a>
</p>
<h3 align="center">Feedback Pulse</h3>
<p align="center">
<sub>Share what works well and what should improve for both the app and the README.</sub>

View file

@ -1,6 +1,17 @@
<svg width="920" height="120" viewBox="0 0 920 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<style>
.wordmark {
fill: #0F172A;
}
@media (prefers-color-scheme: dark) {
.wordmark {
fill: #E5EDF8;
}
}
</style>
<rect width="920" height="120" fill="transparent"/>
<text x="460" y="74" text-anchor="middle" fill="#0F172A" font-family="-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif" font-size="56" font-weight="800" letter-spacing="0.5">
<text class="wordmark" x="460" y="74" text-anchor="middle" font-family="-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif" font-size="56" font-weight="800" letter-spacing="0.5">
Neon Vision Editor
</text>
</svg>

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 562 B