Line number color problem

General questions regarding the usage of CodeLite
perslin118
CodeLite Curious
Posts: 1
Joined: Fri Sep 09, 2011 10:23 am
Genuine User: Yes
IDE Question: C++
Contact:

Line number color problem

Post by perslin118 »

Hi,
The line number of source code always is showed with black color.
I want to set global foreground color to black, then the line number will be hid.
Could I change the color of line number? or don't change window color of line number.
Thank you!
Person
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: Line number color problem

Post by frank_frl »

Hi perslin118,

Settings->Syntax Highlight and Fonts->Line Numbers ;)

Regards

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

Re: Line number color problem

Post by eranif »

perslin118 wrote:I want to set global foreground color to black, then the line number will be hid.
One option is doing it the way Frank suggested.

But, if you wish to use a dark theme:

"Settings | Syntax Highlight and Fonts" at the top of the "Syntax highlight dialog" there is a drop down Named: "Colouring scheme:" and select the "DarkTheme"

Eran
Make sure you have read the HOW TO POST thread
Post Reply