A button with SWT.CHECK gets a wrong background color (light grey instead of dark grey) under the following conditions: - created on a dialog - toolkit used (FormToolkit.createButton) - darktheme In an editor this does not happen. <img width="153" alt="Screenshot 2022-10-17 at 13 30 50" src="https://user-images.githubusercontent.com/29301444/196166511-a59e5ed3-404c-47a6-b7fc-66ab3c514fc9.png"> Does happen on Mac. Not on Windows.