Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Yes, it is possible and I have just verified this quickfix for a darker background on the Dart Editor <code>Version 0.1.0.201204042313</code>:</p> <ol> <li>Close the Dart Editor</li> <li>Open with your favorite editor the file: <code>&lt;DART-INSTALL-DIR&gt;\workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.editors.prefs</code></li> <li>Change the content</li> </ol> <p><em>from:</em></p> <pre><code> #Fri Apr 06 20:28:37 EST 2012 eclipse.preferences.version=1 overviewRuler_migration=migrated_3.1 </code></pre> <p><em>to:</em></p> <pre><code>#Fri Apr 06 20:28:38 EST 2012 AbstractTextEditor.Color.Background.SystemDefault=false AbstractTextEditor.Color.Background=208,208,223 eclipse.preferences.version=1 overviewRuler_migration=migrated_3.1 </code></pre> <p>Start your Dart Editor and the background should look like: <img src="https://i.stack.imgur.com/IXQj7.png" alt="enter image description here"></p> <p>You may create a "complete theme" simply adding more properties to the <code>org.eclipse.ui.editors.prefs</code> and <code>org.eclipse.jdt.ui.prefs</code> files.</p> <p>I strongly suggest you to have a look inside the "Eclipse Preferences (EPF)" sample files of the project <a href="http://www.eclipsecolorthemes.org/" rel="nofollow noreferrer">http://www.eclipsecolorthemes.org/</a></p> <p>I haven't tried yet but in theory you could manually install the plugin <a href="http://marketplace.eclipse.org/content/eclipse-color-theme" rel="nofollow noreferrer">Eclipse Color Theme</a>.</p> <hr> <p><strong>Update 06-Dec-2012</strong></p> <p>The new <code>Dart Editor Build 0.2.7.1_r15699</code> <a href="http://news.dartlang.org/2012/12/new-dart-editor-build-0271r15699.html" rel="nofollow noreferrer">supports theming</a> for both editor and panels. This "trick" is not needed anymore, please customize your theme using <code>Preferences --&gt; Visual Theme</code> <img src="https://i.stack.imgur.com/rID0w.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload