Frontmatter
| id | 8735 |
| title | Implement Dark Theme for Navigation Components |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 16, 2026, 10:54 PM |
| updatedAt | Jan 16, 2026, 10:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8735 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 16, 2026, 10:55 PM |
Implement Dark Theme for Navigation Components
tobiu added parent issue #8727 on Jan 16, 2026, 10:54 PM
tobiu assigned to @tobiu on Jan 16, 2026, 10:55 PM

tobiu
Jan 16, 2026, 10:55 PM
Input from Gemini 3 Pro:
✦ Completed implementation of dark theme support for Navigation components.
Changes:
- Tab (
tab/):
- Updated
Container.scssto usevar(--sem-color-border-default)for borders.- Verified
Strip.scssandheader/Button.scssutilize component tokens which map to dark semantic tokens.- Menu (
menu/):
- Updated
List.scssto use dark background, border, and icon tokens.- Updated
Panel.scssto use dark border token.- Toolbar (
toolbar/):
- Updated
Base.scssto use dark background token.All updated files now consistently use
var(--sem-color-...)tokens.
tobiu closed this issue on Jan 16, 2026, 10:55 PM
tobiu cross-referenced by #8727 on Jan 16, 2026, 11:22 PM
Implement dark theme support for Navigation components by updating the corresponding SCSS files in
resources/scss/theme-neo-dark.Components:
tab/(Container, Strip, Header)menu/(List, Panel)toolbar/(Base)Tasks:
This task is part of Epic #8727.