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

tobiu
Jan 16, 2026, 10:59 PM
Input from Gemini 3 Pro:
✦ Completed implementation of dark theme support for Complex components.
Changes:
- Calendar (
calendar/):
- Updated
view/month/Component.scss,view/week/Component.scss,view/YearComponent.scssto use dark background and border tokens.- Updated
view/MainContainer.scsswith adjusted opacity for event colors to ensure visibility on dark backgrounds.- Updated
EditContainer.scssandSettingsContainer.scssto use surface tokens.- Dialog (
dialog/):
- Updated
Base.scssto use dark borders and primary text colors for headers.- Tooltip (
tooltip/):
- Updated
Base.scssto usevar(--sem-color-surface-primary-default)for background and contrast text.All components now utilize the
theme-neo-darksemantic tokens.
tobiu closed this issue on Jan 16, 2026, 10:59 PM
tobiu cross-referenced by #8727 on Jan 16, 2026, 11:22 PM
Implement dark theme support for Complex components by updating the corresponding SCSS files in
resources/scss/theme-neo-dark.Components:
calendar/(Views, Containers)dialog/(Base)tooltip/(Base)draggable/(SortZones)Tasks:
This task is part of Epic #8727.