Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Changing current theme from command line

The -cssTheme is equivalent to the ’Theme’ line in the Appearances preference page.  The argument should correspond to a theme id as defined on the org.eclipse.e4.ui.css.swt.theme extension point.  So ‘org.eclipse.e4.ui.css.theme.e4_dark should launch with the Eclipse dark theme from the org.eclipse.ui.themes bundle.

It works for me.  What are you seeing?

Brian.

On 25-Jan-2016, at 8:24 AM, Szymon Ptaszkiewicz <szymon.ptaszkiewicz@xxxxxxxxxx> wrote:

Hi all,

I found the "-cssTheme" command line option but it does not give the expected result. Does anyone of you know what is the right way to change the current theme using command line without going to Preferences -> General -> Appearance?

Szymon

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top