Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 8 forks source link

3 way merge editor checkboxes not visible #307

Closed matusaurio closed 1 year ago

matusaurio commented 1 year ago

Recently, it was introduced the 3 way merge editor, but the checkboxes to accept and combine changes are not visible.

phyllisstein commented 1 year ago

As a temporary fix, you can add this to your VSCode settings:

{
  "workbench.colorCustomizations": {
    "[Monokai Pro]": {
      "dropdown.border": "#221f22"
    }
  }
}
CleanShot 2022-08-01 at 17 32 03@2x
fgb4101 commented 1 year ago

As a temporary fix, you can add this to your VSCode settings:

{
  "workbench.colorCustomizations": {
    "[Monokai Pro]": {
      "dropdown.border": "#221f22"
    }
  }
}

I see also:

"checkbox.border": "#525252"
phyllisstein commented 1 year ago

Well spotted! I slightly prefer the darker color, since it provides some contrast between the merge flag and the box itself. Hopefully we’ll get an official ruling soon.

CleanShot 2022-08-15 at 07 55 47@2x
jacksongoode commented 1 year ago

Bumping this!

Monokai commented 1 year ago

fixed in 1.1.21