-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Support dark window chrome when dark theme is used #10070
Comments
I do not think Electron allows us to change the color of the area. |
It's possible from OS X 10.10 onwards, via the https://github.com/electron/electron/blob/master/docs/api/frameless-window.md#alternatives-on-macos Hyperterm (which is also electron-based) uses this option to great effect: Controls are rendered by macOS, so the titlebar background just needs to be rendered using HTML content. The simplest way of doing this would be setting a Changing it so that the tab bar blends more "Seamlessly" with the title bar is also possible, but would probably require more dramatic changes on VSCode's interface: |
Here's a related PR that was merged into Atom: atom/atom#11790 |
+1 |
+1 |
+1 |
+1 would really like to see this happen |
As @patrys mentioned, the Atom has this black style title bar already. Can you please do the same change into the VS Code? |
1.3.1
Windows 10
Steps to Reproduce:
The toolbars and application menu are currently white/gray and many users have a dark theme for the code area and the contrast is quite :/
Any way to put in a option to make the toolbar and menu at the top of the screen to be black like in visual studio dark theme...
The text was updated successfully, but these errors were encountered: