+1
Highlight row
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.
Service d'assistance aux clients par UserEcho
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.
Service d'assistance aux clients par UserEcho
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 :)