mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2026-04-10 20:50:00 -05:00
[PR #55] [MERGED] Replace blurry favicon.ico with larger ICO, and SVG version #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/VSCodium/vscodium.github.io/pull/55
Author: @mmorella-dev
Created: 10/7/2021
Status: ✅ Merged
Merged: 11/18/2021
Merged by: @PalinuroSec
Base:
master← Head:update-favicon📝 Commits (4)
663ec3aHard-code favicon path into index.html7447297Add favicon.svg, update <head> markupff9bde9Replace apple-touch-icon with 180x180 icon4738cbdReplace favicon.ico with 48x48 version📊 Changes
5 files changed (+4 additions, -4 deletions)
View changed files
📝
_config.yml(+0 -2)📝
img/apple-touch-icon.png(+0 -0)📝
img/favicon.ico(+0 -0)➕
img/favicon.svg(+1 -0)📝
index.html(+3 -2)📄 Description
Currently, favicon.ico is a 16x16 version of the circular app icon, and it's pretty crispy. This PR replaces it with a 48x48 version of just the VSCodium "algae" logo.
=> 
It also adds an SVG version of the same icon, which should look good on displays of any size.
Screenshots
Tested on macOS 11.5.2.
Firefox 92 (favicon.svg)
Safari 15 (favicon.ico)
Chrome 96 (favicon.svg)
iOS 15 (apple-touch-icon.png)
The iOS icon, apple-touch-icon.png is now 180x180, with a white background. It looks like this on the iOS homescreen and share popups, assuming anyone was weird enough to actually use it for that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.