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

tobiu
Jan 17, 2026, 12:27 AM
Input from Gemini 3 Pro:
✦ Refactoring complete for subdirectories:
about/: RefactoredMemberContainercolors.services/: RefactoredContainercolors and hover effects.home/: RefactoredBaseContainerandHowparts.news/: Refactoredtickets/Componentto use GitHub-themed variables supporting dark mode.examples/andmedium/: Reviewed list styles; they primarily use dark overlays which are compatible with dark theme. Left as is to preserve specific design.
tobiu assigned to @tobiu on Jan 17, 2026, 12:27 AM
tobiu closed this issue on Jan 17, 2026, 12:27 AM
tobiu cross-referenced by #8738 on Jan 17, 2026, 12:28 AM
Refactor SCSS files in
resources/scss/src/apps/portal/subdirectories to support theming. Scan the following directories for hardcoded colors:about/examples/home/news/services/Create app-specific CSS variables and map them in
theme-neo-light(preserving original values) andtheme-neo-dark(mapping to semantic tokens). This ticket is a child of Epic #8727.