Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I properly configure my Eclipse Luna dark theme?

Tags:

eclipse

Eclipse Luna offers a dark color theme.

It's supposed to look like this:

Target image.

On my system, it comes out like this:

Actual result.

Here's what I did:

  1. Open Eclipse.
  2. In Window → Preferences, set Appearance → Theme to Dark.
  3. Close Eclipse. Restart OS. Open Eclipse.

This is a pretty fresh Linux Mint 17 Cinnamon 64-bit install.

I don't want to have to install the Eclipse color theme plugin. This should work out of the box.

Unlike others, my text field is fine, but my chrome is off. How can I fix this?

like image 410
wchargin Avatar asked Jun 30 '14 04:06

wchargin


People also ask

How do I set Eclipse to dark mode?

To change the color theme in your editor: Go to Window | Preferences | General | Appearance | Color Theme. The list of available Eclipse color themes is displayed.

Can I change the theme of Eclipse to dark?

How to Change Eclipse Color Theme? Step 10: Click on the Window menu and select the Preferences option. It opens the Preferences window. Step 11: in the left panel, select General -> Appearance -> Color Theme.

How do I get darkest dark theme in Eclipse?

Impressive dark UI without any extra setup—Simple to turn on and off from Preferences>General>Appearance. Easily customized to your liking—It's a breeze to customize your colors fromPreferences>General>DevStyle>Color Themes.


2 Answers

I'm using Mint 17 and I had to do four things after switching to Luna's dark theme do get it to look nice.

First I installed all gtk theme engines the repository got.

sudo apt-get install gtk2-engines-* gtk3-engines*

Second install a dark theme (Menu -> System Settings -> Themes), I choose 'Midnight'.

Third, I had to change some gtk settings under the 'Other settings' tab. For 'Controls' I choose 'Xfce-dusk' and 'Window borders' 'nightfall'. These settings might not be available if you don't install the gtk engines.

Fourth, in Eclipse I installed 'Eclipse Color Theme 0.14' from Eclipse Market place and choose 'Sublime Text 2'.

The result is rather striking, IMHO.

like image 73
Johan Groth Avatar answered Oct 07 '22 04:10

Johan Groth


You may also have to change the desktop theme (some of the OS-level controls like scrollbars... are not CSS-able by us)...

like image 23
Eric Moffatt Avatar answered Oct 07 '22 03:10

Eric Moffatt