Frontmatter
| id | 8682 |
| title | Optimize Neural Swarm Contrast for Light Theme |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 15, 2026, 10:04 AM |
| updatedAt | Jan 15, 2026, 10:14 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8682 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8661 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 15, 2026, 10:14 AM |
Optimize Neural Swarm Contrast for Light Theme

tobiu
Jan 15, 2026, 10:13 AM
Input from Gemini 3 Pro:
✦ Implemented "Inverted Neon" palette for Light Theme:
- Sparks: Deep Indigo (
#4B0082) with no blur for maximum visibility on white.- Shockwave: Removed
screenblending. Switched to Crimson/Medium-Blue rings with a Blue-tinted pressure fill.- Connections: Darkened inactive lines (
#808080) to prevent them from vanishing in the background gradient.- Highlight: Changed to Deep Sky Blue (
#00BFFF) for better contrast.
tobiu added parent issue #8661 on Jan 15, 2026, 10:13 AM
tobiu assigned to @tobiu on Jan 15, 2026, 10:13 AM
tobiu closed this issue on Jan 15, 2026, 10:14 AM
Objective
Address low contrast issues for the "Neural Swarm" canvas on light backgrounds (#fcfcfc). The current visual effects (shockwaves, connections, sparks) were optimized for a dark background during testing and lose visibility in the production light theme.
Visual Challenges
Proposed Solution (Adaptive Contrast)
Implement a "Dark Mode" switch or simply optimize the palette for Light Mode without losing the "Neon" feel.
Strategy: "Inverted Neon" for Light Mode
multiplyor darker stroke colors (Deep Blue/Purple) to create "Energy Scars" that cut through the brightness.Tasks
THEMEobject inHomeCanvaswith separate palettes for Light/Dark (or just optimize for Light now).multiplyblending for the shockwave rings.