I have a text widget with dark background and I can't see the cursor's position. Is there any way to change the (blinking) text cursor's color?
You can change the insertbackground
option of the text widget to whatever you want.
Option for text cursor color in Tk is -insertbackground
.
textWidget.config(insertbackground=...)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With