stm32cubeide – Eclipse dark theme debugging tables not readable

I’m using STM32CubeIDE, which is based on Eclipse IDE for C/C++ programming of STM chips.
ST added a Serial Wire Viewer extension, which among other things provides this table (contents are not too important for my question):
table – ‘highlighted’ text is not readable

As you can see – the cells that has some higher percentage are almost unreadable.
It seems to be using the same colors for the ‘normal’ eclipse debugging table-like features such as Variables, Live Expressions, Expressions, etc.

I tried looking for the highlight color and messing with settings but could not find anything that affects it.
I even went out and made a Google Sheets with all colors listed in the settings file to try to match that highlight color with no success.

It is also generally difficult to understand which color setting affect which part of the program, but that’s another issue.

Read more here: Source link