Frontmatter
| id | 8718 |
| title | Feature: Add color diversity to ServicesCanvas debris |
| state | Closed |
| labels | enhancementaiagent-task:completed |
| assignees | tobiu |
| createdAt | Jan 16, 2026, 6:13 PM |
| updatedAt | Jan 17, 2026, 7:31 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8718 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 17, 2026, 7:31 PM |
Feature: Add color diversity to ServicesCanvas debris

tobiu
Jan 16, 2026, 6:34 PM
Input from Gemini 3 Pro:
✦ I have implemented the "Blue-Scale" color diversity for debris, runners, and grid cells.
- Debris: Randomly assigned from a palette of White/Off-White, Cyan, Neo Blue, and Purple.
- Runners: Randomly assigned from a palette of Cyan, Indigo, Neo Blue, and Turquoise.
- Grid Nodes: Inherit the color of the Runner that activates them.
- Theme: "Blue-Scale" palette ensures cohesion with the Neo.mjs brand identity.
- Contrast:
hexLinevisibility has been increased for better structure.The changes are committed in
ea83abfcf.
tobiu assigned to @tobiu on Jan 17, 2026, 7:30 PM
tobiu closed this issue on Jan 17, 2026, 7:31 PM
Update
apps/portal/canvas/ServicesCanvas.mjsto support varied colors for debris particles.DEBRIS_STRIDEto store a color index.spawnDebris.drawDebristo render using specific particle colors.