#23092: fix: make sponsor logos visible in light mode
docs
size: XS
## Summary
- Sponsor SVGs (OpenAI, Blacksmith) use `fill="white"`, making them invisible on light backgrounds
- Added dark-fill (`#171717`) variants of both SVGs for light mode
- Updated README to use `<picture>` with `prefers-color-scheme` media queries so logos swap automatically between light and dark themes
## Test plan
- [ ] View README on GitHub in dark mode — logos should appear white as before
- [ ] View README on GitHub in light mode — logos should now appear dark and be visible
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- greptile_comment -->
<h3>Greptile Summary</h3>
Adds dark-colored variants of sponsor logos (`openai-light.svg`, `blacksmith-light.svg`) and updates README to use `<picture>` elements with `prefers-color-scheme` media queries. The original white logos now display in dark mode while new `#171717` (dark gray) variants display in light mode, making logos visible on both background types.
<h3>Confidence Score: 5/5</h3>
- This PR is safe to merge with no risks
- Simple, focused change that only affects README presentation. The implementation uses standard HTML `<picture>` elements with proper fallbacks, and the new SVG files are exact color variants of existing assets. No logic changes, no dependencies affected, no breaking changes possible.
- No files require special attention
<sub>Last reviewed commit: 7f655c2</sub>
<!-- greptile_other_comments_section -->
<sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub>
<!-- /greptile_comment -->
Most Similar PRs
#20046: docs: animated SVG banner, contributors marquee & footer [AI-assist...
by Tryboy869 · 2026-02-18
75.6%
#8203: fix clawdbot references
by anton-roos · 2026-02-03
70.6%
#11048: fix: address repository issues (env, author, CI comments, security ...
by cavula · 2026-02-07
69.9%
#7487: docs: add code review for recent security commits (b796f6e..411d5fd)
by INTEGRITY2077 · 2026-02-02
69.0%
#22936: fix(ui): constrain field select width and enable dropdown arrow to ...
by jkugs · 2026-02-21
68.8%
#20064: UI: fix form overlapping subtitle in config screen
by powerdot · 2026-02-18
68.4%
#7210: docs: cleanup citation artifacts and update twitter URLs to X
by hongxuWei · 2026-02-02
68.2%
#11663: fix: prevent config page header overlap with settings form
by shogunsea · 2026-02-08
68.1%
#23762: docs: fix markdown formatting and structure issues
by jainilDesai · 2026-02-22
68.0%
#8342: Fix debug interface CSS layout issues
by Klopib · 2026-02-03
67.8%