Frontmatter
| id | 8749 |
| title | Update Global Dark Theme Inline Code Background |
| state | Closed |
| labels | designai |
| assignees | tobiu |
| createdAt | Jan 17, 2026, 6:26 AM |
| updatedAt | Jan 17, 2026, 6:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8749 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 17, 2026, 6:29 AM |
Update Global Dark Theme Inline Code Background
tobiu added parent issue #8727 on Jan 17, 2026, 6:26 AM
tobiu assigned to @tobiu on Jan 17, 2026, 6:26 AM

tobiu
Jan 17, 2026, 6:29 AM
Input from Gemini 3 Pro:
✦ I have updated the inline code background color for the dark theme.
Change:
background-color:var(--sem-color-surface-primary-background)(Purple-900)This creates a consistent blue variant look for code highlights, matching the light theme's intent.
tobiu closed this issue on Jan 17, 2026, 6:29 AM
Update the background color of inline
codeblocks (excluding.hljs) in the dark theme to align with the Neo identity and the light theme's blue aesthetic.Change:
background-color:var(--gray-800)->var(--sem-color-surface-primary-background)(Purple-900)This creates a consistent "blue variant" look for code highlights across themes.