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?
Option for text cursor color in Tk is -insertbackground.
-insertbackground
textWidget.config(insertbackground=...)