Skip to content

fix: make input validation messages visible across all themes#32

Merged
zulfikar-ditya merged 1 commit intomainfrom
claude/issue-31-20260405-0407
Apr 25, 2026
Merged

fix: make input validation messages visible across all themes#32
zulfikar-ditya merged 1 commit intomainfrom
claude/issue-31-20260405-0407

Conversation

@zulfikar-ditya
Copy link
Copy Markdown
Member

Fix error/warning/info validation messages in the file explorer that were invisible in all theme variants due to same-color backgrounds, near-transparent backgrounds, or backgrounds matching the editor.

Fixes #31

Generated with Claude Code

Error/warning/info messages in the file explorer (e.g. "new file" dialog)
were invisible due to:
- fexend-color-theme-italic: errorBackground and errorForeground were
  identical (#fb2c36), making text invisible on same-color background
- soft-dark/medium-purple variants: background was #fb2c3620 (12.5%
  opacity), nearly transparent with same-color foreground
- fexend-color-theme (main): background matched editor background (#020617)

Fix: use dark tinted backgrounds with contrasting light foregrounds for
all validation states (error/info/warning) across all 6 theme files.

Fixes #31

Co-authored-by: Zulfikar Ditya <zulfikar-ditya@users.noreply.github.com>
@zulfikar-ditya zulfikar-ditya merged commit b022545 into main Apr 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] error message when creating new file is not visible in all theme

1 participant