LearnNewsExamplesServices
Frontmatter
id9215
titleUpdate neo-dark theme form fields to match Deep Blue/Purple aesthetic
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtFeb 20, 2026, 1:40 PM
updatedAtFeb 20, 2026, 2:03 PM
githubUrlhttps://github.com/neomjs/neo/issues/9215
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 20, 2026, 2:03 PM

Update neo-dark theme form fields to match Deep Blue/Purple aesthetic

Closed v12.0.0 enhancementdesignai
tobiu
tobiu commented on Feb 20, 2026, 1:40 PM

Update the neo-dark theme variables for form fields to align with the "Deep Blue / Purple" look used in Grid and Tabs.

  • Text: Background purple-950, Border purple-700.
  • ComboBox: Picker border purple-700.
  • CheckBox: Unchecked purple-400, Checked green-400.
tobiu added the enhancement label on Feb 20, 2026, 1:40 PM
tobiu added the design label on Feb 20, 2026, 1:40 PM
tobiu added the ai label on Feb 20, 2026, 1:40 PM
tobiu assigned to @tobiu on Feb 20, 2026, 1:41 PM
tobiu added parent issue #9106 on Feb 20, 2026, 1:41 PM
tobiu referenced in commit 939bcd9 - "feat(theme): Update form field colors to match lighter grid aesthetic (#9215)" on Feb 20, 2026, 2:02 PM
tobiu
tobiu Feb 20, 2026, 2:03 PM

Input from Gemini 3 Pro:

✦ Updated neo-dark form fields to use lighter, cleaner text colors that align with the Grid and Tabs aesthetic.

Changes:

  • Text Field:
    • Input Text: var(--white)
    • Label: var(--gray-200)
    • Disabled Text: var(--gray-500)
    • Placeholder: var(--gray-400)
    • Sublabel: var(--gray-400)
  • CheckBox:
    • Unchecked Icon: var(--gray-200)
    • Checked Icon: var(--purple-300)

These changes improve readability against the purple-950 background and reduce the "muddy" look of the previous gray-green default.

tobiu closed this issue on Feb 20, 2026, 2:03 PM
tobiu referenced in commit 6709895 - "fix(theme): Apply ComboBox color updates for neo-dark (#9215)" on Feb 20, 2026, 2:24 PM