fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
452 stars 38 forks source link

Border shadow too strong. #70

Closed Sylvarr closed 2 years ago

Sylvarr commented 2 years ago

Screenshot

Untitled

Code Snippet

Supplement

Hi. Considering most of the theme is flat, this shadow stands out very much. It might be a matter of taste, but in the store screenshots this doesn't appear to be the case.
fisheva commented 2 years ago

Do you mean this shadow? (I turn it red) 1D17D884-089C-43A7-8129-104F6D1B2705 This is a feature of VSCode, which is used to prompt the user that there is still content on above. When the page scrolls to the top, it will disappear.

If you don't like it. Copy these code into your VSCode settings.json file. It will never show.

"workbench.colorCustomizations": {
        "scrollbar.shadow": "#00000000",
}