Skip to content

Fix: IME uncommitted text color and add skip_claude_md config#1179

Open
MahmoudAdelbghany wants to merge 1 commit into
XiaomiMiMo:mainfrom
MahmoudAdelbghany:fix-multiple-issues
Open

Fix: IME uncommitted text color and add skip_claude_md config#1179
MahmoudAdelbghany wants to merge 1 commit into
XiaomiMiMo:mainfrom
MahmoudAdelbghany:fix-multiple-issues

Conversation

@MahmoudAdelbghany

Copy link
Copy Markdown

This PR fixes two issues:

  1. Adds a skip_claude_md configuration option to bypass loading ~/.claude/CLAUDE.md during initialization. Fixes Feature: Add config option to skip reading ~/.claude/CLAUDE.md #1138
  2. Modifies textarea rendering components to explicitly set selectionFg and selectionBg props to dynamically use the theme's text color. This ensures IME uncommitted text inherits the correct color in light themes. Fixes bug: IME uncommitted text appears white in light theme (hardcoded foreground color) #1141

@filipeborato filipeborato left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MahmoudAdelbghany
Interesting, several files have been corrected. Were you able to test locally?

@MahmoudAdelbghany

Copy link
Copy Markdown
Author

Yes, tested locally and all working. The many files that changed are obsolete leftover references to opencode.

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: IME uncommitted text appears white in light theme (hardcoded foreground color) Feature: Add config option to skip reading ~/.claude/CLAUDE.md

2 participants