You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add gallery screenshot + prominent CTA for live examples
- Add assets/gallery.png: full-page screenshot of 10-hue gallery
(all color wheels with light/dark mini-UI previews)
- Replace plain inline link with centered CTA block:
clickable gallery image (720px) + bold action link
- Apply to both English and Chinese sections
- Upgrade top blockquote links to arrow-prefixed CTA style
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ English | [中文](#chinese)
17
17
> ⭐ **If this project helped you, a star is the easiest way to say thanks — and helps others find it.**
18
18
> 若这个项目对你有用,点个 Star 就是最简单的鼓励,也能帮更多人发现它。
19
19
20
-
> **▶ Live examples:**https://truman-t3.github.io/tinted-ui-tokens-skills/examples/ — **ten brand colors across the full hue wheel** (red → violet → pink), light + dark, WCAG AA guaranteed. Source in [`examples/`](examples/).
20
+
> **▶ [Live Gallery →](https://truman-t3.github.io/tinted-ui-tokens-skills/examples/)** Ten brand colors across the full hue wheel (red → violet → pink), light + dark, WCAG AA guaranteed. Source in [`examples/`](examples/).
21
21
22
22
**Why does your UI look cheap?** Flat `#FFF` / `#000` / `#808080` neutrals. This skill turns **one brand color** into a complete, production-ready *tinted-neutral* token system — so every surface, border, and text layer carries the brand's temperature instead of reading as "flat".
23
23
@@ -221,7 +221,15 @@ Every brand color below was produced by the **same single command** —
221
221
`python scripts/generate_tokens.py --brand "#XXXXXX"`. Light + dark, and every text pair
222
222
and on-brand button keeps WCAG AA (≥4.5:1).
223
223
224
-
**[→ Open the live gallery (10 hues, light + dark)](https://truman-t3.github.io/tinted-ui-tokens-skills/examples/)**
0 commit comments