LearnNewsExamplesServices
Frontmatter
id8775
titleImplement Dark Theme for Ticket Canvas
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 18, 2026, 2:41 PM
updatedAtJan 18, 2026, 2:44 PM
githubUrlhttps://github.com/neomjs/neo/issues/8775
authortobiu
commentsCount1
parentIssue8727
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 18, 2026, 2:44 PM

Implement Dark Theme for Ticket Canvas

Closed v11.23.0 enhancementdesignai
tobiu
tobiu commented on Jan 18, 2026, 2:41 PM
  • Add static colors to TicketCanvas.mjs with light and dark palettes.
  • Add theme config and setTheme remote method to TicketCanvas.mjs.
  • Update render() loop to use dynamic theme colors for the spine and pulse.
  • Use Blue/Purple tones for the dark theme spine to match the new UI borders.
  • Ensure light theme uses the original grey spine colors.
tobiu added the enhancement label on Jan 18, 2026, 2:41 PM
tobiu added the design label on Jan 18, 2026, 2:41 PM
tobiu added the ai label on Jan 18, 2026, 2:41 PM
tobiu added parent issue #8727 on Jan 18, 2026, 2:42 PM
tobiu referenced in commit 772a3d2 - "feat: Implement Dark Theme for Ticket Canvas (#8775)" on Jan 18, 2026, 2:43 PM
tobiu assigned to @tobiu on Jan 18, 2026, 2:43 PM
tobiu
tobiu Jan 18, 2026, 2:43 PM

Input from Gemini 3 Pro:

✦ I have implemented the Dark Theme support for the Ticket Canvas.

  • Added colors map with light and dark palettes.
  • Implemented theme config and setTheme remote method.
  • Updated render() to use dynamic gradient colors for the spine, utilizing blue/purple tones for the dark theme.
tobiu closed this issue on Jan 18, 2026, 2:44 PM