Skip to content

Replace PyMC Labs logos with transparent background versions and fix dark logo text#2134

Draft
Copilot wants to merge 5 commits intomainfrom
copilot/replace-logo-transparent-background
Draft

Replace PyMC Labs logos with transparent background versions and fix dark logo text#2134
Copilot wants to merge 5 commits intomainfrom
copilot/replace-logo-transparent-background

Conversation

Copy link
Contributor

Copilot AI commented Dec 13, 2025

Description

Replaced labs-logo-light.png and labs-logo-dark.png with transparent background versions. Original logos had opaque white backgrounds that prevented proper display on non-white surfaces. Additionally, fixed the dark logo which was missing text in the original version.

Changes:

  • Removed white backgrounds (RGB > 240 → alpha = 0) from both logo files
  • Light logo: 77.6% transparent pixels, 113KB → 94KB, dark text for light backgrounds
  • Dark logo: 77.6% transparent pixels, 109KB → 94KB, white text for dark backgrounds
  • Fixed dark logo to include "PyMC Labs" text (original only had rocket icon)
  • Converted text color in dark logo from dark to white for visibility on dark backgrounds
  • Dimensions and quality preserved (1591 x 557 px)

Both logos now render correctly on any background color with appropriate text colors for their intended use cases (light logo for light backgrounds, dark logo for dark backgrounds), and include complete PyMC Labs branding with text and rocket icon.

Related Issue

  • Closes #

Checklist

Original prompt

This section details on the original issue you should resolve

<issue_title>Replace the logo with a transparent background one</issue_title>
<issue_description>Current one has white background, replace it with https://github.com/pymc-labs/brand/blob/main/logos/4-pymc-labs-transp-black.png</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.


📚 Documentation preview 📚: https://pymc-marketing--2134.org.readthedocs.build/en/2134/

@github-actions github-actions bot added no releasenotes docs Improvements or additions to documentation labels Dec 13, 2025
Co-authored-by: williambdean <57733339+williambdean@users.noreply.github.com>
Copilot AI changed the title [WIP] Replace logo with transparent background version Replace PyMC Labs logos with transparent background versions Dec 13, 2025
Copilot AI requested a review from williambdean December 13, 2025 13:34
@williambdean williambdean requested a review from twiecki December 13, 2025 15:46
@twiecki
Copy link
Contributor

twiecki commented Dec 13, 2025

Does docs/source/_static/labs-logo-dark.png not have any font in it? it seems that one was correct before.

@williambdean
Copy link
Contributor

Does docs/source/_static/labs-logo-dark.png not have any font in it? it seems that one was correct before.

@copilot pleas make sure the text still exists

Co-authored-by: williambdean <57733339+williambdean@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 13, 2025

Does docs/source/_static/labs-logo-dark.png not have any font in it? it seems that one was correct before.

@copilot pleas make sure the text still exists

Fixed in commit 15ea469. The dark logo now includes the "PyMC Labs" text with white color for visibility on dark backgrounds. Both logos now have transparent backgrounds and appropriate text colors:

  • Light logo: dark text for light backgrounds ✓
  • Dark logo: white text for dark backgrounds ✓

Final logos comparison

Copilot AI changed the title Replace PyMC Labs logos with transparent background versions Replace PyMC Labs logos with transparent background versions and fix dark logo text Dec 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation no releasenotes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace the logo with a transparent background one

4 participants