Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SpringSource Tool Suite Change Themes

When I became aware of Sublime, I noticed the benefits of dark themes to your workspace. But since Sublime doesn't have support for Grails at the moment, I search for ways to theme STS or SpringSource Tool Suite and I reached to this article. I tried the plugin and it worked well. Unfortunately, only the Editor area was change by the plugin.

The question is how I change the Color and Fonts of the whole STS or Eclipse?

like image 225
David B Avatar asked Jul 23 '12 02:07

David B


2 Answers

1. Changing theme of Spring Tool Suite without downloading any plugin. (For using Darkest Dark Theme see option 2)

First, go to

Window > Preferences

enter image description here

Then in Preferences dialog go to

General > Appearance

after that select *Dark in the dropdown for Theme, after that click on Apply, then on Apply and Close

enter image description here

Then restart STS once so your STS will look like this

enter image description here

2. Changing theme of Spring Tool Suite by downloading Darkest Dark plugin.

First go to

Help > Eclipse Marketplace...

enter image description here

Then in Eclipse Marketplace dialog search for Darkest Dark and then click on Go.

After that from the search results install the plugin named Darkest Dark Theme with DevStyle

enter image description here

After that with default options selected click on Confirm

enter image description here

Then accept the license and click on Finish

enter image description here

Then let the software install

enter image description here

After installation completes click on Restart in the pop up

enter image description here

Then in the welcome screen click on Next

enter image description here

After that select Darkest Dark Theme and click on Next

enter image description here

Then let the STS launch with Darkest Dark Theme

enter image description here

Then click on Continue in the Tweak the Workbench dialog

enter image description here

Then your STS will look like this

enter image description here

like image 130
Prateek Gupta Avatar answered Oct 06 '22 18:10

Prateek Gupta


If you use the current STS milestone (STS 3.0.0), then it is possible, because the underlying Eclipse 4 is now completely themeable. There are already some themes available, however you should consider them beta.

Here is a place to pick a color theme for your editing window: http://eclipsecolorthemes.org/

like image 29
dunni Avatar answered Oct 06 '22 18:10

dunni