2021-02-20 01:45 AM
How to change background color of the elements that I have selected but later removed that selection in dark theme? If I select CDC_Receive_FS, for example, and it is green in dark theme, after I continue to do anything the background of all instances of CDC_Receive_FS are becoming freaking acid. I can't even read this.
Here is a screenshot
Solved! Go to Solution.
2021-02-20 12:33 PM
Hi,
I am having similar issues. My Ubuntu is running with a dark theme. When not switching to IDE to a dark theme as well, it is basically unusable because my eyes would pop out of my head before I could finish a project.
I found a few settings, which also contains the one you are looking for, but I am not able to change the color of the text for example. The dark blue text on dark grey background in the console is unbearable. Also the code segments which are "inactive" due to a preprocessor if are horrible, because they use a light grey background.
Nevertheless, check out the options in Window -> Proferences -> General -> Editors -> Text Editor -> Annotations. "C/C++ Occurances" should be what you are looking for.
If anyone can find the definition for the text colors, both in the code and in the terminal, that would be awesome.
2021-02-20 12:33 PM
Hi,
I am having similar issues. My Ubuntu is running with a dark theme. When not switching to IDE to a dark theme as well, it is basically unusable because my eyes would pop out of my head before I could finish a project.
I found a few settings, which also contains the one you are looking for, but I am not able to change the color of the text for example. The dark blue text on dark grey background in the console is unbearable. Also the code segments which are "inactive" due to a preprocessor if are horrible, because they use a light grey background.
Nevertheless, check out the options in Window -> Proferences -> General -> Editors -> Text Editor -> Annotations. "C/C++ Occurances" should be what you are looking for.
If anyone can find the definition for the text colors, both in the code and in the terminal, that would be awesome.
2021-02-21 05:36 AM
Thank you very much @Fabian2 ! It solved my problem and I discovered for myself very interesting preferences now. As for your question I can tell you what you can check. I put "synt" in search bar in the Preferences of CubeIDE and have found I guess what you are asking. C/C++ - >Editor -> Syntax Coloring
2021-02-21 05:49 AM
Thanks a lot =)
But this is only for the code, not the console window. However, the IDE is slowly usable ;)