How can one change the colors used in the disassembly view of TI's Code Composer Studio 6.1.3, that uses Eclipse 4.5 CDT 8.8?
I have selected the Eclipse "Dark theme" but it does not seem to have applied to the disassembly view, nor the memory browser view.. the latter is less of an issue as although the background remains a blazing white, the text colors mean that the content is visible.
However, with the Disassembly view set to show source, most of the source shows as a very pale lilac color which is nearly invisible against the white background. Some of flow control statements (e.g. if, else, etc) show in the same red-ish color that they show in the C/C++ editor leading me to believe that the text colors are related to the C/C++ editor settings maybe (?).
In which case the ideal solution, rather than changing the source text color, would be to be able to change the disassembly view's background color from white to something that offered more contrast and also maybe the color of the assembly text also. Is it possible to do this? Or even just change the source text colors independently of the C/C++ editor?