microsoft / theme-converter-for-vs

CLI tool that allows you to convert your VS Code color theme to a VS 2022 color theme.
MIT License
484 stars 48 forks source link

Line highlight in Visual Studio 2022 contains an outline instead of being flat #150

Open Binaryify opened 2 years ago

Binaryify commented 2 years ago

Describe the bug Observe the selected line in Visual Studio 2022 and notice it contains a border around it.

To Reproduce Steps to reproduce the behavior:

  1. Open Visual Studio 2022
  2. Ensure you're using the OneDark Pro theme
  3. Observe the selected line background and border

Expected behavior As per Visual Studio Code, no outline should be present on the selected line, it should just be a solid background colour.

Screenshots & Example Code VS Code

image

Visual Studio 2022

image

Desktop (please complete the following information):

Additional context N/A

Copied from https://github.com/Binaryify/OneDark-Pro/issues/750