Change "required from" line color

General questions regarding the usage of CodeLite
rudm

Change "required from" line color

Post 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.

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Change "required from" line color

Post by eranif »

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

Thanks

Make sure you have read the HOW TO POST thread
rudm

Re: Change "required from" line color

Post by rudm »

Ubuntu 20.04
CodeLite 15 .0.0
Gcc 11

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Change "required from" line color

Post by eranif »

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

Thanks!

Make sure you have read the HOW TO POST thread
rudm

Re: Change "required from" line color

Post 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.

You do not have the required permissions to view the files attached to this post.
rudm

Re: Change "required from" line color

Post by rudm »

any ideas?

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Change "required from" line color

Post 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

Make sure you have read the HOW TO POST thread
rudm

Re: Change "required from" line color

Post by rudm »

Thanks... that works for me.

Post Reply