Frontmatter
| id | 8711 |
| title | Enhance ServicesCanvas with 3-Color Palette & Parallax Depth |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 16, 2026, 4:53 PM |
| updatedAt | Jan 16, 2026, 5:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8711 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 16, 2026, 5:00 PM |
Enhance ServicesCanvas with 3-Color Palette & Parallax Depth
tobiu assigned to @tobiu on Jan 16, 2026, 4:58 PM

tobiu
Jan 16, 2026, 5:00 PM
Input from Gemini 3 Pro:
✦ Implemented the 3-color palette (
PRIMARY,SECONDARY,HIGHLIGHT) and the Parallax Kernel layer.
- Palette: Aligned with Portal standards.
- Kernel: Added a background layer of large, slow-moving hexes to create depth.
- Visuals: Tuned stroke widths and opacities for a clean "Engineering" look.
tobiu closed this issue on Jan 16, 2026, 5:00 PM
This task aims to align the
ServicesCanvasvisual aesthetic with the rest of the Portal application (HomeCanvas,HeaderCanvas) and add volumetric depth.1. 3-Color Palette Integration Adopt the standard Portal color variables to differentiate grid elements and add variation:
const PRIMARY = '#3E63DD', // Neo Blue SECONDARY = '#8BA6FF', HIGHLIGHT = '#00BFFF'; // Deep Sky BlueSECONDARY(faint) for the base lattice.PRIMARY->HIGHLIGHTgradients for high-velocity beams.HIGHLIGHTfor the inspection lens and active states.2. "Kernel" Parallax Layer Add a background layer to the grid to create volume.
cellBufferwith a layer flag) to minimize performance cost.