rahuldkjain/github-profile-readme-generator

Fix Express.js Icon Visibility in Dark Mode on GitHub Profile

Open

#900 opened on Aug 17, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (5,899 forks)batch import
enhancementhacktoberfestv1-deprecated

Repository metrics

Stars
 (19,657 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The current Express.js icon blends into the background in GitHub’s dark mode, making it barely visible. We can enhance the existing code for the icon by adding a light background (e.g., white/gray) or styling it so that it remains clear in both light and dark themes.

Describe the solution you'd like

  • Replace the current icon with a version optimized for both themes (e.g., white variant for dark mode).
  • Use an SVG logo and dynamically adjust its fill color depending on the theme.

Additional context

Join the Discord Server for further discussions.

Server Link: https://discord.gg/HHMs7Eg

Contributor guide