Commit 5852fc7
committed
Fix #308421: Use terminal theme background for composition view instead of hardcoded black
- Replace hardcoded black background (#000) in .xterm .composition-view with CSS variable
- Now uses var(--vscode-terminal-background) to respect terminal color theme
- Fallback to panel background, then hardcoded black if variables unavailable
- Fixes black background appearing after space character in terminal
- Affects IME composition view and applies consistently across all terminal themes
- Resolves issue on Windows PowerShell and other shells with IME input1 parent 20a513f commit 5852fc7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments