Frontmatter
| id | 8742 |
| title | Refactor Portal TabContainer for Dark Theme |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 17, 2026, 12:32 AM |
| updatedAt | Jan 17, 2026, 12:34 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8742 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 17, 2026, 12:34 AM |
Refactor Portal TabContainer for Dark Theme
tobiu added parent issue #8727 on Jan 17, 2026, 12:32 AM

tobiu
Jan 17, 2026, 12:33 AM
Input from Gemini 3 Pro:
✦ Refactoring of
TabContainer.scsscomplete.
- Extracted colors to
--portal-tab-*variables.- Mapped light theme to original hex values.
- Mapped dark theme to semantic tokens (
primaryfor indicators/buttons).
tobiu assigned to @tobiu on Jan 17, 2026, 12:34 AM
tobiu closed this issue on Jan 17, 2026, 12:34 AM
Refactor
resources/scss/src/apps/portal/shared/TabContainer.scssto support theming.Tasks:
#3E63DD,#8BA6FF,#fff) to CSS variables.--portal-tab-indicator-bg,--portal-tab-toolbar-bg,--portal-tab-text-color,--portal-tab-text-color-pressed.var(--sem-color-bg-primary-default)).This ticket is a child of Epic #8727.