How do I change the black background of the Aptana IDE (or the entire theme) to a different one, like blue?
-
29I actually think that this is a reasonable question. There is a list of built-in themes in Window->Preferences->Aptana->Themes. – zzz Oct 19 '11 at 14:52
-
4I have to agree with @EricGustavson I had quite a deal of difficulty working this out as well. – Klee Dec 09 '11 at 09:03
-
2I also agree with @EricGustavson. Without Eric's answer I would have searched much longer. Stackoverflow is my first address for questions like this. – Andreas Jan 04 '12 at 13:55
-
4I love that this question is the third result in the linked google search:) – Tobbe Apr 17 '12 at 18:14
-
4A simple google search led me to this result. – Phillip Sep 28 '12 at 01:51
-
A simple spin through the preferences lead me to the answer--is using an IDE really so complicated, particularly in comparison to the actual work of development? – Dave Newton Nov 12 '12 at 15:29
-
6Since this question is closed (which is a really stupid thing btw) I try to answer it in the comments: go to Window->Preferences->Aptana Studio->Themes and select Eclipse theme – gyozo kudor Aug 11 '13 at 16:11
5 Answers
As gyozo mentioned in the comment, for a blue theme, use
Window->Preferences->Aptana Studio->Themes
and select the Eclipse theme.

- 22,383
- 32
- 112
- 130
-
Hello Lanceroberts can you please answer [this](http://stackoverflow.com/questions/28967547/can-i-change-the-background-color-of-inactive-tabs-in-aptana-3) question? – learner Mar 22 '15 at 17:07
Default background color in Text Editors window seems to be black. No matter whar I do I am not able to change it.
Here's what I do:
Right click ind the editors window Select "Preferences" at the fly-out menu Select "General > Editors > Text Editors" Change "Background color" in the appearance box from black to anything Click "Apply".
The change is made to the background of the line numbers in that column.

- 201
- 1
- 5
It's just very simple!
Just do: Window next go to Preferences then Aptana Studio finally click Themes and select your theme!

- 53
- 7
To change the master theme do as above, but if you want to change the editor theme, go to
Window -> preferences -> aptana studio -> publishing -> themes
In Aptana 3.6.1 "editor theme" is the second option in that tree. You can use one of the built-in themes or import your own.

- 7
- 6