Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Can't change sidebar color #59

Closed
1 task done
Jnorm911 opened this issue Feb 19, 2023 · 1 comment
Closed
1 task done

[Bug]: Can't change sidebar color #59

Jnorm911 opened this issue Feb 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Jnorm911
Copy link

Jnorm911 commented Feb 19, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Doesn't matter the theme, self made or not. The sidebar is always slightly lighter than the editor. Even if I use "sideBar.background": "#ff0000" the sidebar color will not change.
sidebar color

Expected Behavior

Sidebar should be the same color as the editor on a blank theme.

Steps To Reproduce

Make/Change theme.

Environment

- OS: Windows 11
- VSCode: Latest
- Extension: Latest Stable

Anything else?

No response

@Jnorm911 Jnorm911 added bug Something isn't working triage Cause of the issue needs to be triaged labels Feb 19, 2023
@illixion
Copy link
Owner

Vibrancy overrides some of the styling options in VSCode, so you need to instead create a CSS file that has the following code snippet:

.monaco-workbench .part.sidebar {
  background-color: unset !important;
}

Afterwards, add the full path to the CSS file as an import in Vibrancy settings. That should remove the tint on the sidebar.

@illixion illixion removed the triage Cause of the issue needs to be triaged label Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants