Skip to content Skip to sidebar Skip to footer

Aptana Studio 3: How To Apply Themes To Python Editor

How can I change the colors with a theme(*) in Aptana Studio 3 (3.6.0.201407100658 on Ubuntu) for python editors? For other editors (like for js-files or html-files) it works, as s

Solution 1:

Install Eclipse Market Place on Aptana Studio From Eclipse Market Place install Eclipse Color theme Plugin You will find out most of the popular themes after installing plugin.(In Aptana Studio -> Window->Preferences->Appearance->Color Theme). You can also install themes from here by importing themes.

To install Eclipse market place on Aptana Studio 3. go to the help tab->install new software then click on the availible sources link then add the kelper site. Back on the previous screen you should wait to see the kelper packages loading. Wait for it to finish loading and then find search for marketplace it should be listed under general tools. Then accept and market will be listed under the help tab

Solution 2:

My Problem: Standard theme change in Aptana Studio 3 (Window->Preferences->Aptana Studio->Theme) resulted in background color change but awkward script color which either blended with background or provided visual work space discomfort.

My Answer : Open Aptana Studio 3 then navigate to the following: Help->Install New Software->Click on expand button next to "Add" button->Choose Eclipse Kepler Update Site option-> Check the Eclipse Market Place install box and download the Market Place software.

Access the Eclipse Market Place: Help->Eclipse Market Place-> Search for Eclipse Color Theme Plug-In and follow download steps.

!IMPORTANT!: You must then navigate to: Window->Preference->Aptana Studio->Theme-> Check the box "Apply to all(non-Studio) editors". If you don't the Eclipse Color Theme Plug-In won't work properly (this is what I discovered when I tried other peoples solutions in this community).

Finally, navigate to Window->Preference->General->Appearance->Color Theme-> and choose your theme! (Obsidian is my favorite). Have fun!

Post a Comment for "Aptana Studio 3: How To Apply Themes To Python Editor"