Page 1 of 1

Change "required from" line color

Posted: Sun Aug 01, 2021 11:38 pm
by rudm

How can I change the "required from" line color? In the dark themes the text is not readable.

This is the line highlighted from C++ errors indicating where an error originated.


Re: Change "required from" line color

Posted: Mon Aug 02, 2021 8:19 am
by eranif

can you post some more details on your environment?
OS, CodeLite version etc?

Thanks


Re: Change "required from" line color

Posted: Mon Aug 02, 2021 10:18 am
by rudm

Ubuntu 20.04
CodeLite 15 .0.0
Gcc 11


Re: Change "required from" line color

Posted: Mon Aug 02, 2021 11:40 am
by eranif

thanks for providing the additional data!
can you post a screenshot to so I can see the problem exactly?

Thanks!


Re: Change "required from" line color

Posted: Mon Aug 02, 2021 7:27 pm
by rudm

I think the problem is the light font color is not being changed. With the line highlight being light and bright the font is unreadable.

I'm using the RecognEye themes although most of the the other dark themes use the same color.


Re: Change "required from" line color

Posted: Wed Aug 11, 2021 3:56 am
by rudm

any ideas?


Re: Change "required from" line color

Posted: Wed Aug 11, 2021 2:25 pm
by eranif

is the problem in the Build tab or in the editor itself?
If the problem is with the strong red and yellow colours, it's because you removed the bookmarks and symbols margin
You need to restore it:

settings -> preferences -> Bookmarks tab -> Display Breakpoints / Bookmarks margin

once you restore it, you will get little markers instead of a full line highlight


Re: Change "required from" line color

Posted: Wed Aug 11, 2021 11:37 pm
by rudm

Thanks... that works for me.