Page 1 of 1

Current Line BG no effect

Posted: 11.10.2020 09:36
by sorim
Hello

I wanted to color the current line in the editor.

So I go to - Options - Settings - theme - ui ...
and changed editor - current line BG to green


But the current line (where the only carret is) is still not colored.

Posted: 11.10.2020 09:53
by Alexey
Try the option "show_cur_line":true.

Posted: 12.10.2020 18:00
by sorim
Great, after inserting line
"show_cur_line": true,
into the settings\user.json file, it works like expected.

Posted: 12.10.2020 18:27
by Alexey