When I rename a directory, the background color is white, text color is black, but the blinking Keyboard cursor color is also white or it is invisible !! So I am not able to position the cursor for renaming. I am using a custom theme "Ambience Dark" (11.04's Default). How can I change the cursor color so that it is in contrast with the rename background ?
51 Answer
Solved. I had to add a line to this css file ~/.themes/theme_name/gtk-3.0/gtk-widgets.css
-GtkWidget-cursor-aspect-ratio: 0.3But thereafter, the cursor stays visible even if I remove the above line !!