You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.60.2
OS Version: NixOS unstable
Steps to Reproduce:
Add workbench.colorCustomization.editor.background to the settings.json and set it to some color which has transparency. For example #ff000059.
The editor does NOT show any transparency.
Expected behaviour:
The editor pane should be transparent according the workbench.colorCustomization.editor.background setting. This probably extends to most color options.
The text was updated successfully, but these errors were encountered:
@alexdima Yes this is what I expected to happen if I added transparency to the background. For example my terminal can set a background color with transparency which means the content is still solid while the background in the terminal is transparent and any windows/background below the terminal are visible.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
workbench.colorCustomization.editor.background
to thesettings.json
and set it to some color which has transparency. For example#ff000059
.Expected behaviour:
The editor pane should be transparent according the
workbench.colorCustomization.editor.background
setting. This probably extends to most color options.The text was updated successfully, but these errors were encountered: