Frontmatter
| id | 8724 |
| title | Canvas Ecosystem: Visual Polish & Terminology Alignment |
| state | Closed |
| labels | documentationenhancementairefactoring |
| assignees | tobiu |
| createdAt | Jan 16, 2026, 7:07 PM |
| updatedAt | Jan 16, 2026, 8:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8724 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8721 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 16, 2026, 8:17 PM |
Canvas Ecosystem: Visual Polish & Terminology Alignment
tobiu added parent issue #8721 on Jan 16, 2026, 7:07 PM

tobiu
Jan 16, 2026, 8:16 PM
Input from Gemini 3 Pro:
✦ I have completed the refactoring for Ticket #8724:
Terminology: Updated
ServicesCanvas.mjsJSDoc to use "Neural Fabric" and "Constructs".Palette Unification:
- Consolidated the "Blue-Scale" palette across all three canvases.
ServicesCanvas,HomeCanvas, andHeaderCanvasnow strictly adhere to:
- Primary:
#3E63DD(Neo Blue)- Highlight:
#00BFFF(Cyan) - UpdatedHeaderCanvasfrom#40C4FF.- Secondary:
#536DFE(Indigo) - UpdatedHeaderCanvasandHomeCanvasfrom#8BA6FF.Spark Consistency: Analyzed
HomeCanvassparks. They are 2D trails (ctx.lineTo) whereasServicesCanvasuses 3D projected squares. Given the different rendering contexts (2D Network vs 3D Grid), forcing them to be identical would break the aesthetic coherence ofHomeCanvas(which relies on line drawing). However, the colors are now unified, which ensures brand consistency across the different visualizations.The visual ecosystem is now aligned.
tobiu closed this issue on Jan 16, 2026, 8:17 PM
tobiu assigned to @tobiu on Jan 16, 2026, 8:17 PM
tobiu cross-referenced by #8721 on Jan 16, 2026, 8:17 PM
Context: The code uses terms like "Lattice" and "Debris" which are slightly out of sync with the "Neural Link" / "Application Engine" narrative. Also, some visual artifacts (colors) might need tightening.
Goal: Align code terminology and final visual polish with the brand.
Requirements:
ServicesCanvas.mjs,HeaderCanvas.mjs, andHomeCanvas.mjsshare the exact samecolorsdefinitions for the "Blue-Scale" theme.HomeCanvasmatches the updated particle effect inServicesCanvas.