Right now, the white background is killing my eyes, as it’s a looong dark night.
Is it possible to change the theme (to something darker) from the Dart Editor (v 0.1)? What about picking a background colour and syntax highlighting?
Right now, the white background is killing my eyes, as it’s a looong dark
Share
Yes, it is possible and I have just verified this quickfix for a darker background on the Dart Editor
Version 0.1.0.201204042313:<DART-INSTALL-DIR>\workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.editors.prefsfrom:
to:
Start your Dart Editor and the background should look like:
You may create a “complete theme” simply adding more properties to the
org.eclipse.ui.editors.prefsandorg.eclipse.jdt.ui.prefsfiles.I strongly suggest you to have a look inside the “Eclipse Preferences (EPF)” sample files of the project http://www.eclipsecolorthemes.org/
I haven’t tried yet but in theory you could manually install the plugin Eclipse Color Theme.
Update 06-Dec-2012
The new

Dart Editor Build 0.2.7.1_r15699supports theming for both editor and panels. This “trick” is not needed anymore, please customize your theme usingPreferences --> Visual Theme