rahuldkjain/github-profile-readme-generator

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

Open

#900 创建于 2025年8月17日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)JavaScript (5,899 fork)batch import
enhancementhacktoberfestv1-deprecated

仓库指标

Star
 (19,657 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南