7

By default the current line is always highlighted in the Geany text editor. How can we disable this feature?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
BhishanPoudel
  • 15,974
  • 21
  • 108
  • 169

1 Answers1

11

Go to menu ToolsConfiguration Filesfiletypes.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
  • 3
    If changed color scheme is used then change this line in corresponding file in ~/.config/geany/colorschemes – DSblizzard Mar 16 '17 at 08:29