Update favicon and icon set to new RubyUI logo - #463
Merged
Conversation
Regenerates the full icon set (favicon.ico, 16/32 PNGs, apple-touch, android-chrome 192/512, icon.png) from the new RubyUI symbol, and wires up the previously unused icon.svg as an SVG favicon with a dark-mode adaptive variant.
cirdes
approved these changes
Jul 8, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates the site favicon and icon set in
docs/public/to the new RubyUI logo.favicon.ico(16/32/48),favicon-16x16.png,favicon-32x32.png,apple-touch-icon.png,android-chrome-192x192.png,android-chrome-512x512.png,icon.png. Black symbol on a white background, centered with padding.icon.svginshared/head.rb. It was already inpublic/but not referenced. It now ships as an SVG favicon with a dark-mode adaptive fill (dark symbol on light UI, light symbol on dark UI).Notes
Filenames and
site.webmanifestare unchanged, so this is a drop-in swap plus onelinktag.Summary by cubic
Replaced all docs site icons with the new RubyUI logo and added a dark‑mode adaptive SVG favicon. Branding updates apply across browsers without changing filenames or the web manifest.
/icon.svg) and linked it indocs/app/components/shared/head.rb; filenames andsite.webmanifeststay the same.Written for commit 5340e60. Summary will update on new commits.