Frontmatter
| id | 8770 |
| title | Refine Dark Theme Markdown Table Header Background |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 18, 2026, 12:26 AM |
| updatedAt | Jan 18, 2026, 12:39 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8770 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 18, 2026, 12:39 AM |
Refine Dark Theme Markdown Table Header Background
tobiu added parent issue #8727 on Jan 18, 2026, 12:26 AM
tobiu assigned to @tobiu on Jan 18, 2026, 12:39 AM

tobiu
Jan 18, 2026, 12:39 AM
Input from Gemini 3 Pro:
✦ I have updated the markdown table header background color for the dark theme.
Changes:
- Markdown Update: Updated
resources/scss/theme-neo-dark/component/Markdown.scssto usevar(--purple-900)for--markdown-table-header-bg.This change ensures table headers have a clear, branded visual distinction that fits the dark theme aesthetic.

tobiu
Jan 18, 2026, 12:39 AM
Input from Gemini 3 Pro:
✦ Task complete. Table header background updated.
tobiu closed this issue on Jan 18, 2026, 12:39 AM
To improve the visual hierarchy of Markdown tables in the Dark Theme, we will update the table header background color.
Problem: The current background color
--sem-color-bg-neutral-highlighted(#292d28) does not aesthetically fit the purple-tinted dark theme and lacks distinction.Solution: Update the Markdown table header background to use
--purple-900(#182449). This provides a clear, branded distinction for headers while maintaining sufficient contrast with the page background.Changes:
resources/scss/theme-neo-dark/component/Markdown.scssto usevar(--purple-900)for--markdown-table-header-bg.User Approval: "approved" for the recommendation of
--purple-900.