Frontmatter
| id | 9216 |
| title | DevIndex (Light Theme): Align Tab Header Colors with Grid Header |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Feb 20, 2026, 2:06 PM |
| updatedAt | Feb 20, 2026, 2:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9216 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 20, 2026, 2:24 PM |
DevIndex (Light Theme): Align Tab Header Colors with Grid Header
tobiu assigned to @tobiu on Feb 20, 2026, 2:06 PM

tobiu
Feb 20, 2026, 2:24 PM
Input from Gemini 3 Pro:
✦ Aligned DevIndex Light Theme Tab Header with Grid Header.
Changes:
- Toolbar Background: Set to
#5d83a7to match the Grid Header.- Tab Indicator: Set to
#3E63DD(distinct blue) to ensure visibility against the white background of the strip/body, avoiding the "invisible" or "shrunken button" issues.- Styling Fixes:
- Fixed
.neo-tab-stripselector nesting inControlsContainer.scss.- Removed
heightoverride on the strip.- Kept strip background transparent to avoid visual disconnects.
tobiu added parent issue #9106 on Feb 20, 2026, 2:24 PM
tobiu closed this issue on Feb 20, 2026, 2:24 PM
Update the ControlsContainer tab header background in
neo-lightto use#5d83a7(matching the Grid Header) instead of the current#8BA6FF. Adjust text and indicator colors for better contrast.