Frontmatter
| id | 8753 |
| title | Refine Dark Theme Link Color |
| state | Closed |
| labels | designai |
| assignees | tobiu |
| createdAt | Jan 17, 2026, 7:01 AM |
| updatedAt | Jan 17, 2026, 7:02 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8753 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 17, 2026, 7:02 AM |
Refine Dark Theme Link Color
tobiu added parent issue #8727 on Jan 17, 2026, 7:01 AM
tobiu assigned to @tobiu on Jan 17, 2026, 7:01 AM

tobiu
Jan 17, 2026, 7:02 AM
Input from Gemini 3 Pro:
✦ I have updated the Dark Theme link color.
Change:
--markdown-link-color:var(--purple-200)(#9EB1FF)Effect: This uses a lighter, pastel blue-purple that provides significantly better contrast against the dark background than the previous standard purple, making links pop more while staying within the brand palette.
tobiu closed this issue on Jan 17, 2026, 7:02 AM
Update the Markdown link color (
--markdown-link-color) in the Dark Theme tovar(--purple-200)(#9EB1FF).The current
purple-300(#5472E4) is decent but slightly dark. Using the lighterpurple-200improves contrast against the dark background and provides a more vibrant "link" aesthetic typical of modern dark themes.