Hi,
I have overriden the theme settings to have a yellow colour for the current line, using:
{
"variables":
{
},
"globals":
{
"line_highlight": "yellow",
"selection": "beige"
},
"rules":
[
]
}
Only this much of the line is changed to yellow though:
I have read there might a way to change the setting / styling by editing a .tmTheme
file using something called PackageResourceViewer
and have installed that, but it doesn’t show up under Preferences > Package Settings.
Sorry for the basic question - is it possible to change the colour theme so the whole of the current line is a set colour, rather than just the line number area on the far left?
Thanks