robb0wen / synthwave-vscode

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

Checkboxes not visible on 3-way merge editor #270

Open miguelopezv opened 2 years ago

miguelopezv commented 2 years ago

Screen Shot 2022-08-13 at 9 15 46Screen Shot 2022-08-13 at 9 15 55

When using the new default merge conflict solver, the checkboxes are not visible, although they can be clicked and it works, it's just a design flaw.

f there's no conflict and the checkbox is selected by default, those are visible, but if you un-check and check again, the box border is lost and only the check is seen.

Screen Shot 2022-08-13 at 9 22 09 Screen Shot 2022-08-13 at 9 24 48

darcien commented 2 years ago

I have the same issue.

As a workaround, I had to specify a custom color in the user settings:

  "workbench.colorCustomizations": {
    "checkbox.border": "#9d8bca30"
  }

Not the best solution, but at least now I can see the checkbox.

image