How to change highlight color?

CodeLite installation/troubleshooting forum
sluge
CodeLite Curious
Posts: 2
Joined: Fri Aug 03, 2018 11:32 am
Genuine User: Yes
IDE Question: C++
Contact:

How to change highlight color?

Post by sluge »

In eclipse color scheme it looks awful:
Image
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: How to change highlight color?

Post by DavidGH »

Hi,

I'm not sure, but I think you mean the grey-coloured UINT32, the first in 'if (buffer)', and that that's the 'current' line.

If so, you can change the colour in 'Settings > Preferences: Guides > Caret line background colour'.

Regards,

David
sluge
CodeLite Curious
Posts: 2
Joined: Fri Aug 03, 2018 11:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to change highlight color?

Post by sluge »

Hello David,
Thanks for your reply, but unfortunately it doesn't help(
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to change highlight color?

Post by eranif »

Assuming you are talking about the "yellow" highlight, it can be changed from the main menu:
Settings->Preferences->Bookmarks->highlight matching words colour
Make sure you have read the HOW TO POST thread
Post Reply