0

I'm switching from TextMate2 to Eclipse to use python. I want to have the same the color theme as for TextMate2 for python. Is there any color theme for that for Eclipse Color Theme plugin? Because I checked the website and couldn't find one. Also I don't know how to create one.

Jack Twain
  • 6,273
  • 15
  • 67
  • 107
  • possible duplicate of [Specify a color theme just for python in Eclipse](http://stackoverflow.com/questions/22125967/specify-a-color-theme-just-for-python-in-eclipse) – greg-449 Mar 02 '14 at 10:16

1 Answers1

0

After you install pydev (the plugin for pasing python code) in eclipse, you can change its colors and appearance to your liking. see this link:

In window > preferences > PyDev > editor, PyDev can edit the tab settings and appearance colors used in PyDev (such as the code color, decorators, numbers, strings, comments, etc).

pydev is great btw. My favorite python IDE.

WeaselFox
  • 7,220
  • 8
  • 44
  • 75
  • but how to change the background color? – Jack Twain Mar 02 '14 at 10:09
  • here is the first hit on the google query "change backgroud color eclipse"... http://stackoverflow.com/questions/186118/eclipse-fonts-and-background-color – WeaselFox Mar 02 '14 at 10:15
  • but that would change the bgcolor for ALL the editors, including Java! – Jack Twain Mar 02 '14 at 10:16
  • here is the next paragraph in the link after what I pasted here : `It's important to have in mind that many preferences, such as print margin, show line number, background/foreground colors, etc. are inherited from the text-editor preferences at general > editors > text editors, and some other preferences are at general > appearance > colors and fonts – there's a link for both at the end of the preferences page.` – WeaselFox Mar 02 '14 at 10:20