RFR: 7056: Fix dark mode
Brice Dutheil
duke at openjdk.java.net
Mon Jan 17 11:55:54 UTC 2022
This change allows a user of the JMC RCP application to switch the appearance with the default Eclipse themes.
Those are shipped via the `org.eclipse.ui.themes` and `org.eclipse.e4.ui.css.swt.theme` plugin.
In order to activate them all that is is required is to add the above in the application feature file, and to declare them in the application manifest file.
**After**


**Before**

There's no theme, as such the combo box doesn't open either.
-------------
Commit messages:
- Allow dark appearance for the RCP distribution
Changes: https://git.openjdk.java.net/jmc/pull/362/files
Webrev: https://webrevs.openjdk.java.net/?repo=jmc&pr=362&range=00
Issue: https://bugs.openjdk.java.net/browse/JMC-7056
Stats: 14 lines in 2 files changed: 13 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jmc/pull/362.diff
Fetch: git fetch https://git.openjdk.java.net/jmc pull/362/head:pull/362
PR: https://git.openjdk.java.net/jmc/pull/362
More information about the jmc-dev
mailing list