Closed ghost1372 closed 2 years ago
If you don't set the SuggestionForeground
, it uses the placeholder default foreground. I guess I can to add this option on the demo tonight. Thanks!
hmm... in Light Mode foreground is correct normal mode:
autocomplete mode
suggestion foreground color matches the Placeholder foreground.👌
but in dark mode suggestion foreground color is different from Placeholder foreground color
normal mode is correct:
autocomplete mode
as you can see suggestion foreground color is black and we cant easily see it. So I think this is a problem and needs to be fixed
This is how it looks on my laptop. The placeholder foreground (TextControlPlaceholderForeground) is used.
I'm not sure the difference but at least changing the SuggestionForeground
works in your environment, right? 🤔
This is strange. I know we can use SuggestionForeground property, but by default the colors should be appropriate
Yeah very strange.
And I totally agree with you. That's why I used the theme resource TextControlPlaceholderForeground
in the first place. I guess I need to learn more about the difference themes can make...🙄
i fixed this issue by using SystemColorGrayTextColor
#7
@ghost1372 Thanks for the PRs! 😎
Hi again, foreground needs to be updated