Skip to content

Remaster app icon#139

Closed
danielchalmers wants to merge 10 commits into
masterfrom
fluent-icon
Closed

Remaster app icon#139
danielchalmers wants to merge 10 commits into
masterfrom
fluent-icon

Conversation

@danielchalmers

@danielchalmers danielchalmers commented Jul 6, 2026

Copy link
Copy Markdown
Owner

What changed

Remasters the app icon to match the new Fluent design from #138.

  • New icon: blue-violet gradient tile with a minimal white outline clock — keeps the blue identity of the old icon with a Windows 11 look.
  • DesktopClock.ico carries 16/24/32/48/64/128/256px renders; the small sizes are re-rendered with slightly thicker strokes (capped at ~1.6x at 16px) so the glyph stays legible in the tray without turning into a white blob.
  • Removed the IconKitchen credit since the generated icon is replaced by an in-repo design.

Notes for review

  • The exe icon (ApplicationIcon), tray icon (IconSource), and MSI installer (Product.wxs) all reference DesktopClock\DesktopClock.ico by path, so they pick up the new icon with no code changes.
  • The ICO was rendered per size at 1024px with Lanczos downsampling. Master design, for regenerating: 100x100 canvas, rounded-rect tile radius 24 with a diagonal gradient #1E58D6 to #8A46D9, white outline circle at center radius 27 stroke 5, minute hand to 12 o'clock length 16, hour hand toward 4 o'clock (dx 12, dy 8), round caps.

Blue-violet gradient tile with a minimal white outline clock, keeping
the identity of the old blue icon with a Windows 11 look. The ICO
carries 16-256px renders, with proportionally thicker strokes at the
small sizes so the glyph stays legible; Images/icon.svg is the master
source.
The icon it generated has been replaced by an in-repo design.
The svg master now lives beside DesktopClock.ico, the README embeds
the svg directly (vertically centered in the title), and the unused
png and Images folder are gone.
The 16-32px renders compensated for downscaling with strokes up to
2.4x the design weight, which read as a bold white blob in the tray.
Reduce the compensation to at most 1.6x and shorten the hands slightly
at 16px so the small sizes match the visual weight of the old icon.
Inline image alignment in a heading never lines up cleanly on GitHub,
so switch to a centered hero header: icon above the title with the
badges centered beneath.
Restore the inline heading and size the icon to the text envelope.
With align=middle the icon midpoint sits at baseline plus half the
x-height, which for a 32px icon next to the 32px heading spans exactly
from the descender line to the cap line; the previous 36px icon
overshot below the baseline and read as misaligned.
@danielchalmers danielchalmers changed the title Remaster app icon in Fluent style Remaster app icon Jul 6, 2026
vertical-align: middle pins the icon center 3px below the optical
center of the heading capitals no matter its size. Use the default
baseline alignment instead and match the icon to the cap height, so
its bottom sits exactly on the baseline and its top on the cap line.
The inline SVG never aligned well with the heading text, so go back to
the emoji. The ico generation is documented in the PR instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant