Frontmatter
| id | 8733 |
| title | Implement Dark Theme for Container and Form Components |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 16, 2026, 10:15 PM |
| updatedAt | Jan 16, 2026, 10:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8733 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 16, 2026, 10:22 PM |
Implement Dark Theme for Container and Form Components

tobiu
Jan 16, 2026, 10:21 PM
Input from Gemini 3 Pro:
✦ I have completed the update of container and form components for the dark theme.
Changes:
- Accordion & AccordionItem: Mapped to dark surface and border tokens.
- Viewport: Updated background color to
neutral-default.- Fieldset: Updated background, border, and legend colors.
- Text Field: Comprehensive update for input backgrounds, text colors, and borders (default, active, invalid, disabled).
- CheckBox: Mapped to dark icon tokens.
- Picker: Updated container background and shadow.
- Switch: Mapped toggle colors to blue/gray spectrum for dark mode.
- Triggers: Updated hover states and icon colors.
The form and container components are now aligned with the dark theme system.
tobiu assigned to @tobiu on Jan 16, 2026, 10:21 PM
tobiu added parent issue #8727 on Jan 16, 2026, 10:21 PM
tobiu closed this issue on Jan 16, 2026, 10:22 PM
We need to update
resources/scss/theme-neo-dark/container/*.scssandresources/scss/theme-neo-dark/form/**/*.scssto use dark theme semantic tokens and replace hardcoded light theme colors.Scope:
container/Accordion.scsscontainer/AccordionItem.scsscontainer/Viewport.scssform/Fieldset.scssform/field/Text.scssform/field/CheckBox.scssform/field/Picker.scssform/field/Switch.scssform/field/trigger/Base.scssform/field/trigger/Time.scssTask: Replace hardcoded hex/named colors with
var(--sem-color-...)variables or appropriate dark theme values.