I am using SQL Developer with a dark background theme ('classic'), which is really nice. However, the cursor is hard to see, since it has a color (grey?) that is very similar to the background color (blue).
Is there a way to change the color of the cursor?
Many thanks in advance!
You can change the font style, as well as the foreground and background colors used in syntax highlighting within the source editor in the Tools > Preferences > Code Editor > PL/SQL Syntax Colors page.
Dear, You can change the cursor using SET_APPLICATION_PROPERTY built-in. SET_APPLICATION_PROPERTY(CURSOR_STYLE, BUSY);
No, there is no official method. There is a way to change it manually through, through editing a jar file. Here is the full video if it helps you out. By default you can only change the Syntax colors + background of the editor.
In SQL Developer under
Preferences > Code Editor > Caret Behavior > Caret Color
There you can change the color of the cursor.
Source
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