LearnNewsExamplesServices
Frontmatter
id8769
titleFormalize Dark Theme Blockquote Background Token
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 18, 2026, 12:19 AM
updatedAtJan 18, 2026, 12:21 AM
githubUrlhttps://github.com/neomjs/neo/issues/8769
authortobiu
commentsCount2
parentIssue8727
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 18, 2026, 12:21 AM

Formalize Dark Theme Blockquote Background Token

Closed v11.23.0 enhancementdesignai
tobiu
tobiu commented on Jan 18, 2026, 12:19 AM

We are currently calculating the markdown blockquote background color using color-mix. We want to formalize the resulting color #11141c as a core token to avoid runtime calculation and make it reusable.

Changes:

  1. Core Tokens: Add --purple-950: #11141C; to resources/scss/theme-neo-dark/design-tokens/Core.scss.
  2. Markdown Styles: Update resources/scss/theme-neo-dark/component/Markdown.scss to use var(--purple-950) for --markdown-blockquote-bg.

Rationale: The color #11141c is a very deep, desaturated purple, darker than our existing --purple-900. Using --purple-950 follows standard design system conventions for "almost black" shades.

tobiu added the enhancement label on Jan 18, 2026, 12:19 AM
tobiu added the design label on Jan 18, 2026, 12:19 AM
tobiu added the ai label on Jan 18, 2026, 12:19 AM
tobiu added parent issue #8727 on Jan 18, 2026, 12:20 AM
tobiu referenced in commit 74269aa - "enhancement: Formalize Dark Theme Blockquote Background Token (#8769)" on Jan 18, 2026, 12:20 AM
tobiu assigned to @tobiu on Jan 18, 2026, 12:20 AM
tobiu
tobiu Jan 18, 2026, 12:20 AM

Input from Gemini 3 Pro:

✦ I have formalized the dark theme blockquote background color as a core token.

Changes:

  1. New Token: Added --purple-950: #11141C; to resources/scss/theme-neo-dark/design-tokens/Core.scss.
  2. Markdown Update: Updated resources/scss/theme-neo-dark/component/Markdown.scss to use var(--purple-950) for --markdown-blockquote-bg, replacing the color-mix() calculation.

This ensures a consistent and reusable deep purple color for blockquote backgrounds in the dark theme.

tobiu
tobiu Jan 18, 2026, 12:20 AM

Input from Gemini 3 Pro:

✦ Task complete. Token formalized and applied.

tobiu closed this issue on Jan 18, 2026, 12:21 AM