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

tobiu
Jan 16, 2026, 10:53 PM
Input from Gemini 3 Pro:
✦ Completed implementation of dark theme support for Data Views components.
Changes:
- Grid (
grid/):
- Updated
Container.scssto use dark border and background tokens.- Updated
Body.scssto use semantic variables for hover/selection, replacing hardcodedcolor.adjustlogic.- Updated
header/Button.scssandcolumn/Progress.scssfor dark mode visibility.- Table (
table/):
- Applied similar updates to
Container.scss,Body.scss, andheader/Button.scssusing dark semantic tokens.- List (
list/):
- Updated
Base.scssto use dark background and text tokens.- Tree (
tree/):
- Updated
List.scssfor text and menu item colors.All files now use
var(--sem-color-...)tokens, ensuring consistency with the dark theme palette.
tobiu closed this issue on Jan 16, 2026, 10:53 PM
tobiu cross-referenced by #8727 on Jan 16, 2026, 11:22 PM
Implement dark theme support for Data Views components by creating/updating the corresponding SCSS files in
resources/scss/theme-neo-dark.Components:
grid/(Container, Body, Header)table/(Container, Body, Header)list/(Base)tree/(List)Tasks:
theme-neo-lighttotheme-neo-darkfor the listed components.This task is part of Epic #8727.