Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change the color of IntelliJ IDEA's cursor line

I use chroMaterial and I have changed my background color but I can't change color when cursor is target.

enter image description here

like image 502
Nima Khalili Avatar asked Nov 26 '17 15:11

Nima Khalili


People also ask

How do I change the black cursor in IntelliJ?

Assign shortcut to Preferences -> Keymap -> Toggle Insert/Overwrite action and press shortcut.

How do I highlight a line in IntelliJ?

@o'rety ctrl + w is for highlighting only, and it is contextual. To highlight a whole line will be many presses of ctr + w - just to get the line highlighted. There is a shortcut called "Select Line at Caret" - interestingly, it has no value by default.

How do I get rid of the white cursor in IntelliJ?

You can turn off cursor blinking by going to Settings, Editor, General, Appearance and untick Caret blinking .

How do I reset my IntelliJ Color Scheme?

Go to Preferences => Editor => Color Scheme. Pick any scheme but IntelliJ Light. Click OK or Apply/OK.


1 Answers

Go to:

  • Preferences > Editor > Color Scheme > General
  • Then click on Caret row
  • Then change the Background

Here's a screen shot showing how/where to make the choice (in this example I have chosen red for my caret row):

enter image description here

Here's a screenshot showing the result of that choice:

enter image description here

like image 117
glytching Avatar answered Sep 18 '22 14:09

glytching