+1

Highlight row

Dominic Wrapson 11 years ago updated 11 years ago 2

Only the line-number is highlighted for current row; I would like to be able to customise colour for the entire line, preferably with an opacity setting.

+1

In Preferences - User:

"highlight_line": true,


Then in your .tmTheme/.stTheme color theme file:

<key>lineHighlight</key>

<string>#333333</string>


Amazing!  I had a search around but hadn't found that.  Thank you :)