Как изменить тему Eclipse

Как изменить тему Eclipse

В этом уроке мы покажем вам, как изменить тему Eclipse.

Используемые инструменты:

  1. Eclipse 4.4 Luna, работает на более ранней версии.

  2. Eclipse Color Theme Плагин

eclipse-change-theme-color-example

Рис.: Вот как выглядит ваша последняя IDE Eclipse

1. Установите Eclipse Color Theme Плагин

Установите плагин темы и перезапустите Eclipse.

Eclipse menu -> Help -> Eclipse Marketplace, search "Eclipse Color Theme Plugin"

eclipse-change-theme-color

2. Изменить тему

2.1 Go “Windows Preferences”, select the “Dark” theme. Это изменит все на «Темный», но редактор все еще остается в «белой» или классической теме.

Eclipse menu -> Window -> Preference -> General -> Appearance

eclipse-change-theme-color-2

P.S This is the Eclipse feature, not the “Eclipse Color Theme Plugin”.

2.2 To change the editor theme, go

Eclipse menu -> Window -> Preference -> General -> Appearance -> Color Theme

P.S This is the feature of “Eclipse Color Theme Plugin”

eclipse-change-theme-color-3

В этом примере мы выбираем «возвышенный текст 2». Готово, вы просто измените все на «Темный».

3. Больше тем Eclipse

3.1 More Eclipse themes are available at http://eclipsecolorthemes.org/

eclipse-theme-plugin-1

eclipse-theme-plugin-2

3.2 Eclipse color theme (XML)
Select the theme you want, download the “XML file” and imports it via the “Eclipse Color Theme Plugin”.

eclipse-theme-plugin-3

3.3 Eclipse Preferences (EPF)
If you don’t want to install the “Eclipse Color Theme Plugin”, then download the “EPF file”, and import as a preference.

Eclipse menu -> File -> Import... -> General -> Preferences

eclipse-theme-plugin-4

3.3.1 To uninstall an imported EPF file, restore defaults to both “General Editor” and “Java editor”.

Eclipse menu -> Window -> Preference -> General -> Editors -> "Restore Defaults"
Eclipse menu -> Window -> Preference -> Java -> Editor -> Syntax Coloring -> "Restore Defaults"

Note
Есть много похожих плагинов тем для Eclipse, поделитесь своими любимыми :)

Related