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

tobiu
Jan 16, 2026, 11:03 PM
Input from Gemini 3 Pro:
✦ Completed implementation of dark theme support for Application-specific styles.
Changes:
- Portal (
apps/portal/):
- Updated
services/Container.scsswith dark glass effect variables (rgba on black) and inverted link colors.news/mediumandViewportverified.- AgentOS (
apps/agentos/):
Viewport.scss: Inverted GitHub-inspired color variables (agent-bg-dark,agent-text-primary, etc.) for true dark mode.InterventionPanel.scss: Verified.- Docs (
apps/docs/):
- Updated all container and component styles (
MainContainer,HeaderContainer,MembersList, etc.) to use dark semantic tokens (bg-neutral-default,text-neutral-default).- Adjusted
MembersList.scssto use subtle backgrounds and inverted text for hierarchy.- Covid (
apps/covid/):
HeaderContainer.scss: Adjusted RGBA backgrounds for lower opacity and lightened text colors for contrast on dark backgrounds.- Updated
Gallery,LineChart, andHelixto use standard dark theme tokens.All application overrides are now dark-mode compatible.
tobiu closed this issue on Jan 16, 2026, 11:03 PM
tobiu cross-referenced by #8727 on Jan 16, 2026, 11:22 PM
Implement dark theme support for Application-specific styles by updating the corresponding SCSS files in
resources/scss/theme-neo-dark/apps.Apps:
portal/docs/agentos/covid/Tasks:
This task is part of Epic #8727.