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
Line number color problem
-
- CodeLite Curious
- Posts: 1
- Joined: Fri Sep 09, 2011 10:23 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
Re: Line number color problem
Hi perslin118,
Settings->Syntax Highlight and Fonts->Line Numbers
Regards
Frank
Settings->Syntax Highlight and Fonts->Line Numbers
Regards
Frank
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Line number color problem
One option is doing it the way Frank suggested.perslin118 wrote:I want to set global foreground color to black, then the line number will be hid.
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