Hi, I am trying to change the green color of the font in the console. But I don't find any place where to get it. It looks like we only can change the font color in the editor window.
Thanks in advance
Juan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no obvious way to do this, but internally the console is a (heavily misused) katepart, just as the script editor, so the same configuration applies to both. So you can:
1. Open an editor window
2. Select Settings->Configure Editor->Fonts & Colors->Highlighting Text Styles
3. Select "Scripts/RKWard Output" from the dropdown (this is the highlighting used in the console)
4. Adjust the properties of the "Output" style
Regards
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am trying to change the green color of the font in the console. But I don't find any place where to get it. It looks like we only can change the font color in the editor window.
Thanks in advance
Juan
There is no obvious way to do this, but internally the console is a (heavily misused) katepart, just as the script editor, so the same configuration applies to both. So you can:
1. Open an editor window
2. Select Settings->Configure Editor->Fonts & Colors->Highlighting Text Styles
3. Select "Scripts/RKWard Output" from the dropdown (this is the highlighting used in the console)
4. Adjust the properties of the "Output" style
Regards
Thomas