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

tobiu
Jan 17, 2026, 6:57 AM
Input from Gemini 3 Pro:
✦ I have refined the blockquote background color to be much subtler.
Change:
--markdown-blockquote-bg:color-mix(in srgb, var(--sem-color-surface-primary-background) 25%, var(--sem-color-bg-neutral-default))Effect: This mixes the Dark Blue/Purple (Purple-900) with the Page Background (Black) at a 25/75 ratio. The result is a very deep, subtle blue-gray that provides branding without being "too much".
tobiu closed this issue on Jan 17, 2026, 6:58 AM
Refine the Markdown blockquote background in the Dark Theme to use a branded dark blue/purple tint instead of neutral gray.
Change:
--markdown-blockquote-bg:var(--sem-color-bg-neutral-highlighted)(Gray-800) ->var(--sem-color-surface-primary-background)(Purple-900)This aligns the blockquote styling with the inline code blocks and the general Neo identity in dark mode, providing a subtle color tint that complements the blue border.