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
a-stewart opened this issue
Dec 19, 2024
· 1 comment
· May be fixed by #236708
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team membertitlebarVS Code main title bar issueswebIssues related to running VSCode in the web
bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team membertitlebarVS Code main title bar issueswebIssues related to running VSCode in the web
Steps to Reproduce:
titleBar.inactiveBackground
to something significantly different to theactiveBackground
to easily distinguish the focused app.Notice that even when the PWA is inactive, it still takes the theme-color from the active titlebar background.
https://github.com/microsoft/vscode/blob/main/src/vs/workbench/browser/style.ts#L27-L41
I think that ideally the theme-color would match the titlebar colour, regardless of whether the app is active or not.
The text was updated successfully, but these errors were encountered: