Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customize theme colors of eclipse TM terminal plugin

Is it possible to change the TM terminal color theme? https://marketplace.eclipse.org/content/tm-terminal#group-details

like image 1000
Edgaras Karka Avatar asked Nov 07 '16 06:11

Edgaras Karka


Video Answer


2 Answers

If you want black background color:

  1. Go to Window / Preferences
  2. Click on "Terminal"
  3. Check the box "Invert terminal colors"
  4. Click "Apply"
like image 180
user2299108 Avatar answered Oct 23 '22 10:10

user2299108


I implemented in the 2020-09 release (version 10.0) the ability to change the color themes, along with a number of other new features. Have a look at the New and Noteworthy entry

The primary purpose was to be able to change individual colors because invert terminal often is insufficient to make everything visible.

Here is a screenshot of the new preference page:

screenshot of preferences -> terminal to change colors

like image 25
Jonah Graham Avatar answered Oct 23 '22 11:10

Jonah Graham