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

Thanks, Brian. My understanding of how it should work is exactly how you described it, but that's not what I see. For example, when running Eclipse SDK 4.5.1 with this command

eclipse -cssTheme org.eclipse.e4.ui.css.theme.e4_default.xpolive

I get this:

(See attached file: missing_olive_theme.png)

When I choose "Windows XP Olive" from the list of available themes, then the Olive theme is working correctly.

Szymon

Inactive hide details for Brian de Alwis ---2016-01-25 17:30:38---The -cssTheme is equivalent to the ’Theme’ line in the AppeBrian de Alwis ---2016-01-25 17:30:38---The -cssTheme is equivalent to the ’Theme’ line in the Appearances preference page. The argument sh

From: Brian de Alwis <briandealwis@xxxxxxxxx>
To: "Eclipse Platform UI component developers list." <platform-ui-dev@xxxxxxxxxxx>
Date: 2016-01-25 17:30
Subject: Re: [platform-ui-dev] Changing current theme from command line
Sent by: platform-ui-dev-bounces@xxxxxxxxxxx





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

_______________________________________________
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

Attachment: missing_olive_theme.png
Description: PNG image


Back to the top