robb0wen / synthwave-vscode

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

Checkbox during Git 3-way merge is almost invisible #272

Open benbrunyee opened 1 year ago

benbrunyee commented 1 year ago

First time using the Git 3-way merge functionality. I had to Google how to actually perform the merge as the checkboxes weren't visible. After seeing examples where checkboxes are visible, I would then click on an area in which I believe a checkbox should be only to find out that there is actually a checkbox there and the background blends in with the theme's background.

Screenshot 2022-09-05 151021

The class that provides the background (when unselected) is: .accept-conflict-group.monaco-custom-toggle The background-color get's overridden in the element's style when the checkbox is selected.

benbrunyee commented 1 year ago

Here's an example of the merge in place. The right side, I've changed the background CSS. The left side is ticked so it's visible. image