github-vscode-theme icon indicating copy to clipboard operation
github-vscode-theme copied to clipboard

Opacity of minimap slider is too low

Open SL-Lee opened this issue 4 years ago • 1 comments

Steps to reproduce

  1. Set the editor theme to GitHub Dark Default.
  2. Enable the minimap and set editor.minimap.showSlider to always.
  3. Open a long file (long enough to require scrolling in the editor area).

Expected outcome

The opacity of the scrollbar and minimap slider is high enough to be easily seen.

Actual outcome

The opacity of the scrollbar and minimap slider is too low to be easily seen.

Below is a screenshot illustrating this:

image

Changing the opacities of the minimap slider to match those of the scrollbar already makes it way easier on the eyes (I set minimapSlider.background to #484f5833, minimapSlider.hoverBackground to #484f5844, and minimapSlider.activeBackground to #484f5888, which match the colors of the corresponding scrollbar states), so I don't see why this is not the case already:

image


Extension version: v4.1.1

SL-Lee avatar Aug 28 '21 16:08 SL-Lee

I think so, too;

Bad foreground and background contrast for minmap hover;Whenever I want to drag the slider, I can't find the location of the slider. This is very bad

github0null avatar Dec 03 '21 02:12 github0null