Eclipse Kepler specify appearance theme through command line -


in eclipse kepler, each time start new workspace, theme reverts default one.

so need go windows > preferences > appearance > theme , select theme want use. after need restart workspace theme applied completely.

this repetitive , task , time consuming.

is possible specify theme in command line or in eclipse.ini file ?

you can specify

org.eclipse.ui/current_theme_id=theme id 

in plugin_customization.ini file in plugins/org.eclipse.platform_<version> directory in install.

you can specify location of file in eclipse.ini:

-plugincustomization plugin_customization.ini 

Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -