By default the current line is always highlighted in the Geany text editor. How can we disable this feature?
Asked
Active
Viewed 2,842 times
1 Answers
11
Go to menu Tools → Configuration Files → filetypes.common.
Find the word current_line
, and then change that line on the third parameter to false
:
current_line=0x000000;0xf0f0f0;false;

Peter Mortensen
- 30,738
- 21
- 105
- 131

Dalvo Rienda
- 138
- 1
- 6
-
3If changed color scheme is used then change this line in corresponding file in ~/.config/geany/colorschemes – DSblizzard Mar 16 '17 at 08:29