arduino-ide
arduino-ide copied to clipboard
In Dark mode top of the window is white
Describe the problem
In dark mode the top of the windows is white
Expected behavior
This should also be black
Arduino IDE version
2.0.0 beta.4
Operating system
Windows
Operating system version
10
Probably is not really a bug, but a dark header like VS Code will be really great!
but a dark header like VS Code will be really great!
The dark window title bar in VS Code on Windows is not native but custom. It's handled by the window.titleBarStyle
setting, currently disabled on Windows and not supported by Theia IDE on macOS: https://github.com/arduino/arduino-ide/pull/1870