How to disable highline current line and also selected?
Answered
Hello, is there any way how i can disable both of that cases of highlighting? I was not able to see it anywhere in settings.
Thank you.
Please sign in to leave a comment.
To adjust the colors for currently selected line use editor.currentLine.@focused.fill key:
for the selected text use editor.selection key for the text-attributes:
in color theme json configuration file. See Color Themes.
Thank you. It's working like a charm!