-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
Some colors are directly set ignoring the color theme but using the system colors..
Example: AutoSave Preference Page
The pattern used is like
widget.setForeground(display.getSystemColor(SWT.COLOR_WIDGET_FOREGROUND))
There are ~ 500 lines like "display.getSystemColor(" in the code.
What would be a good pattern to replace that with themed colors?
i.e does any method like ~ getThemeColor(SWTCOLOR_constant)
exist?
Metadata
Metadata
Assignees
Labels
No labels