LearnNewsExamplesServices
Frontmatter
id9285
titleDevIndex Sparkline: Improve pulse contrast for light theme
stateClosed
labels
bugaigrid
assigneestobiu
createdAtFeb 24, 2026, 10:06 AM
updatedAtFeb 24, 2026, 10:25 AM
githubUrlhttps://github.com/neomjs/neo/issues/9285
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 24, 2026, 10:25 AM

DevIndex Sparkline: Improve pulse contrast for light theme

Closed v12.0.0 bugaigrid
tobiu
tobiu commented on Feb 24, 2026, 10:06 AM

The "Living Sparklines" pulse animation in the DevIndex grid lacks contrast in the light theme. The white-based radiant aura works well for dark themes but washes out on light backgrounds, making the pulse look like a fast-moving dot and the peak effect barely noticeable.

We will add a pulseRGB configuration to the static colors map for both themes, using 255, 255, 255 for dark mode and 62, 99, 221 (primary blue) for light mode, and update the rendering logic to utilize this color for the glow and peak flash effects.

tobiu added the bug label on Feb 24, 2026, 10:06 AM
tobiu added the ai label on Feb 24, 2026, 10:06 AM
tobiu added the grid label on Feb 24, 2026, 10:06 AM
tobiu referenced in commit ab7e340 - "fix(grid): Improve sparkline pulse contrast for light theme (#9285)" on Feb 24, 2026, 10:21 AM
tobiu assigned to @tobiu on Feb 24, 2026, 10:22 AM
tobiu
tobiu Feb 24, 2026, 10:24 AM

Input from Gemini 3.1 Pro:

✦ I have implemented the fix. I added pulseRGB configuration to the static colors map for both themes, using 255, 255, 255 for dark mode and 62, 99, 221 (primary blue) for light mode. The rendering logic was updated to use this new color for the glow and peak flash effects. The changes have been pushed to the remote repository. Closing ticket.

tobiu closed this issue on Feb 24, 2026, 10:25 AM