Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you run into this trouble, try this little command:</p> <pre><code>#rename .css .not /usr/share/eclipse/plugins/org.eclipse.platform_4.2.2.v201302041200/css/*.css </code></pre> <p>You will need to replace <strong>4.2.2.v201302041200</strong> with your Eclipse version number.</p> <p>What I'm saying is, <strong>remove or rename the theme CSS files</strong>, you will be surprised of the neat, clean and simple interface Eclipse gets, and it will follow YOUR colour settings.</p> <p><img src="https://i.stack.imgur.com/vGV4v.png" alt="enter image description here"></p> <p>Notice how even the sidebar buttons got cleaner/non-bloated.</p> <p>Edit:</p> <p>For Ubuntu 13.10 the location of the CSS files is different: </p> <pre><code>/opt/eclipse/plugins/org.eclipse.platform_4... </code></pre> <p>As Greg Kramida suggested, the command should be:</p> <pre><code>#rename -v 's/\.css/\.css\.not/g' /opt/eclipse/plugins/org.eclipse.platform_4.3.1.v20130911-1000/css/*.css </code></pre> <p><strong>Updated 2014-09-19</strong></p> <p>For those running the new version "Luna" 4.4.0 the directory has changed (platform became ui.themes) so the new command is:</p> <pre><code>#rename .css .not /usr/share/eclipse/plugins/org.eclipse.ui.themes_1.0.0.v20140604-1608/css/*.css </code></pre> <p><strong>Updated 2015-05-23</strong></p> <p>As the version of eclipse keeps changing (at least in my linux distro) I found this command to be more useful:</p> <pre><code># rename .css .not /usr/share/eclipse/plugins/org.eclipse.ui.themes*/css/*.css </code></pre>
    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