dracula / visual-studio-code

🧛🏻‍♂️ Dark theme for Visual Studio Code
https://draculatheme.com/visual-studio-code
MIT License
782 stars 208 forks source link

Improve background color for sidebar #211

Closed golopot closed 2 years ago

golopot commented 2 years ago

The background color looks better if it is changed to the average color for activity bar and editor.

  "workbench.colorCustomizations": {
    "sideBar.background": "#2e313f"
  }

Before:

Screen Shot 2022-02-16 at 11 36 20 AM

After:

Screen Shot 2022-02-16 at 11 35 47 AM
dsifford commented 2 years ago

That before image doesn't actually look like what the sidebar looks like in the theme. So this makes me wonder if you might have a different plugin that is conflicting with the theme.

golopot commented 2 years ago

I got it worked after I disabled all extensions and preferences. Thanks!

charmingpark commented 2 years ago

i luv customized theme too ;)

On Wed, Feb 16, 2022 at 12:42 PM Chiawen Chen @.***> wrote:

The background color looks better if it is changed to the average color for activity bar and editor.

"workbench.colorCustomizations": { "sideBar.background": "#2e313f" }

Before: [image: Screen Shot 2022-02-16 at 11 36 20 AM] https://user-images.githubusercontent.com/16285118/154191634-2796062f-845b-44b9-a767-f92fd2c1e9e8.png

After: [image: Screen Shot 2022-02-16 at 11 35 47 AM] https://user-images.githubusercontent.com/16285118/154191662-03be5a8b-5dcc-46cc-b7ad-0e5129dffae0.png

— Reply to this email directly, view it on GitHub https://github.com/dracula/visual-studio-code/issues/211, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALUQEZ3FKXNOQMSKMEEEBRLU3MMJRANCNFSM5OQNCXZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>