We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d824d3e commit d3a1d82Copy full SHA for d3a1d82
it.baeyens.arduino.core/src/it/baeyens/arduino/ui/ArduinoPreferencePage.java
@@ -366,7 +366,7 @@ public void widgetDefaultSelected(SelectionEvent e) {
366
});
367
368
redColor = parent.getDisplay().getSystemColor(SWT.COLOR_RED);
369
- greenColor = parent.getDisplay().getSystemColor(SWT.COLOR_GREEN);
+ greenColor = parent.getDisplay().getSystemColor(SWT.COLOR_DARK_GREEN);
370
}
371
372
/**
0 commit comments