How to change the cursor color in SQL developer
Asked Answered
S

2

5

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!

Superstition answered 22/11, 2017 at 8:9 Comment(0)
R
11

In SQL Developer under

Preferences > Code Editor > Caret Behavior > Caret Color

There you can change the color of the cursor.

Source

  1. https://www.thatjeffsmith.com/archive/2014/09/30-sql-developer-tips-in-30-days-day-3-syntax-highlighting/
Ryannryazan answered 22/11, 2017 at 8:13 Comment(1)
This is the correct answer - the key is recognizing that they call it a "caret" instead of a "cursor".George
J
-1

Kindly check your item background colour and item foreground colour if they have the same settings. To check this

  1. Click on tools (on the menu bar)
  2. Click Options
  3. Click on Environment
  4. Click on fonts and colours
  5. Under display items, click on plain text
  6. Under item foreground select default
  7. Under item background select white
  8. Click on Okay.
Jarnagin answered 15/8, 2019 at 23:17 Comment(1)
This addresses the background color vs. the text color, not the cursor.George

© 2022 - 2024 — McMap. All rights reserved.