Refresh cron-clock avatars for legibility at Slack avatar size - #25
Open
ash-uxi wants to merge 1 commit into
Open
Refresh cron-clock avatars for legibility at Slack avatar size#25ash-uxi wants to merge 1 commit into
ash-uxi wants to merge 1 commit into
Conversation
Redesign all 8 cron automation avatars: bolder glyph with tighter margins, larger clock badge, and a brighter Tailwind-400 accent (previously 600) so the colour survives being scaled down. PNGs stay at 512x512, matching Slack's recommended avatar resolution.
|
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.
Redesigns all 8 cron automation avatars used as Slack profile pictures for cron automation posts.
What changed
0 0 512 5120 0 24 24#111111#000000#FFFFFF#FAFAFA#0D9488(Tailwind 600)#2DD4BF(Tailwind 400)The glyph now sits closer to the edges and the clock badge is proportionally larger, so both hold up when Slack scales the avatar down to ~36px. The brighter 400-level accent survives that downscale where the 600-level read as muddy.
Colour set is unchanged — amber, blue, cyan, fuchsia, orange, pink, teal, violet — and every variant still ships as a
.png+.svgpair.On the blurriness
The source export was 256×256. Since blurry-at-Slack-size is the whole point of this change, these PNGs are re-rendered from the new SVGs at 512×512 — matching both the previous files and Slack's recommended avatar resolution. Shipping the 256px exports would have halved the resolution of the thing we're trying to sharpen.
PNGs are also ~25% smaller than before (16.2KB → 12.3KB avg) because the new artwork is simpler.
Note on the red/green requirement
The ticket asks to remove red/green options as they read as success/failure.
cron-clocks/has never contained a red or green variant — the full history is a single commit and neither was ever added, so there is nothing to remove here.The
red_indent_logo.*/green_indent_logo.*files at repo root are a separate family (plain logo, no clock badge) and are left untouched. If the automation is still offering red/green, the palette is defined outside this repo — nothing inindentreferencescron-clocks, so that would be a follow-up wherever the avatar colour is picked.Verification