robb0wen / synthwave-vscode

Synthwave inspired colour theme for VS Code 🌅🕶
MIT License
5.18k stars 1.19k forks source link

Remove line highlight border? #190

Closed francisceril closed 4 years ago

francisceril commented 4 years ago
Screen Shot 2020-08-26 at 7 28 07 PM

What's the setting to remove the border of a selected line and just make it as background-color?

moxwel commented 4 years ago

The border on the active line is intentional, is part of the theme now.

If you want, you can override the color customization of the theme within settings.json by adding this:

"workbench.colorCustomizations": {
  "[SynthWave '84]": {
    "editor.lineHighlightBackground": "#7059AB45",
    "editor.lineHighlightBorder": "#00000000"
  }
}

That will make the border transparent and put color on background.