Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: int21 on September 26, 2008, 06:23:04 am

Title: [Dry Eyes] How to change the editor 's background color and font color
Post by: int21 on September 26, 2008, 06:23:04 am
I tried Settings->Editor->General Settings  and changed the font color
NOTHING happened...
And I don't know where to change the background color setting...

May some one help me with this?

Is there some magic address of some file I can edit with a Hex editor to change the colors?
Title: Re: [Dry Eyes] How to change the editor 's background color and font color
Post by: Jenna on September 26, 2008, 06:53:30 am
Color-setting is part of syntax highlighting, because foreground- and background-color have to fit, or your code might partly be unreadable.

Go to "Settings -> Editor... -> Syntax highlighting", chose the filetypes you want to change color for, change the background color for "Default".
The most other keywords use the default background, except for some special cases, like "Active line ...".

Afaik you will have to do that for every set of filetype you use.