How do I change the black background of the Aptana IDE (or the entire theme) to a different one, like blue?
相关问题
- How to change default background color for TChromi
- editor showing errors with Aptana Studio 3 after u
- Stop location updates when app terminate
- Is it possible to have a element transparent and s
- ios5 background management different from ios4?
相关文章
- How do I activate word wrapping in text editor in
- Listview background is grey on Droid 3
- Aptana Warns about script and link tags when it sh
- Background-size doesn't work
- jQuery: Animate (fade) background-color or image i
- Flutter ranging beacons in background - Android 8.
- Android layout background xml texture
- Background x-repeat negative margin for overlap
Its simple just go to ->
Window->Preferences->Aptana Studio->Themes
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.
It's just very simple!
Just do: Window next go to Preferences then Aptana Studio finally click Themes and select your theme!
As gyozo mentioned in the comment, for a blue theme, use
and select the Eclipse theme.
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.