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
Post a Comment