LearnNewsExamplesServices
Frontmatter
id9217
titleUpdate remaining neo-dark form fields and fix inline label color
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtFeb 20, 2026, 2:28 PM
updatedAtFeb 20, 2026, 2:31 PM
githubUrlhttps://github.com/neomjs/neo/issues/9217
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 20, 2026, 2:31 PM

Update remaining neo-dark form fields and fix inline label color

Closed v12.0.0 enhancementdesignai
tobiu
tobiu commented on Feb 20, 2026, 2:28 PM
  1. Text Field (src): Replace hardcoded #777 color for label-inline.neo-has-content with var(--textfield-label-color) to prevent "muddy" labels in dark mode.
  2. Neo-Dark Theme Updates:
    • FileUpload: Update background, border, text, and focus colors to match the Purple/Gray palette.
    • Range: Update thumb and track colors (replace hardcoded hex).
    • Search: Update glyph color to var(--purple-300).
    • Switch: Replace missing var(--blue-*) references with var(--purple-*) or var(--green-*) (for 'on' state).
tobiu added the enhancement label on Feb 20, 2026, 2:28 PM
tobiu added the design label on Feb 20, 2026, 2:28 PM
tobiu added the ai label on Feb 20, 2026, 2:28 PM
tobiu assigned to @tobiu on Feb 20, 2026, 2:28 PM
tobiu referenced in commit 5703933 - "feat(theme): Update remaining neo-dark form fields and fix inline label (#9217)" on Feb 20, 2026, 2:30 PM
tobiu
tobiu Feb 20, 2026, 2:30 PM

Input from Gemini 3 Pro:

✦ Updated remaining neo-dark form fields and fixed the inline label color issue.

Changes:

  • Text Field (src): Replaced hardcoded #777 with var(--textfield-label-color) for inline labels, ensuring they respect the theme's label color (now lighter gray).
  • FileUpload: Updated background, border, and focus colors to the Purple/Gray palette.
  • Range: Updated thumb to var(--purple-400) and track to var(--gray-600).
  • Search: Updated glyph color to var(--purple-300).
  • Switch: Updated 'On' state to var(--purple-400) and removed dependencies on missing blue variables.

This ensures all form fields align with the "Deep Blue / Purple" aesthetic.

tobiu closed this issue on Feb 20, 2026, 2:31 PM
tobiu added parent issue #9106 on Feb 20, 2026, 2:32 PM