I already have icons with partly transparent background here (I also stumbled over this issue) and as far as I know, you can change the text-color somewhere in the settings (if I remember correctly, it is a new entry under "Settings -> Environment").There are options for text colors in start here page, but not background color. :) In my case, white background color is good. :)
Sorry I overread the last sentence in your first post.I already have icons with partly transparent background here (I also stumbled over this issue) and as far as I know, you can change the text-color somewhere in the settings (if I remember correctly, it is a new entry under "Settings -> Environment").There are options for text colors in start here page, but not background color. :) In my case, white background color is good. :)
I already noticed this and I am not really happy with the changes also.You'll get used to it ;D
wxColour bgColour = wxSystemSettings::GetColour(wxSYS_COLOUR_BACKGROUND);
See the image below:Ah - that's where it comes from. I noticed this one as of today, too - for me its a grey background and looks even more uglier. :-) Luckily its just the start page which is opened for only a few seconds, usually.
With wxSYS_COLOUR_APPWORKSPACE or wxSYS_COLOUR_WINDOW ?I prefer wxSYS_COLOUR_WINDOW (only tested on linux).
I prefer wxSYS_COLOUR_WINDOW (only tested on linux).Anyone tried it on windows?
Another weird thing:Hm, I'll have to test again, because I think I've tried it and it worked.
I can change the colour to any non-default vaue and it gets saved on close, but if I try to revert back to default it is not saved.
Changing the caret's colour only has an effect if I close and reopen C::B or the editor, or if I open the editorsettings dialog an close it.Known issue, suggestions?
The caret colour setting is still possible via "Settings -> Editor -> Margins and caret", so it can be changed in two different places what can confuse the user.I've removed only color options added after 12.11. I think this will be easier in the longer run.
If resetting the default is done by just not setting it, the old value must explicitely be deleted in the conf-file or it will remain.I'll look at it tonight...
I have tried it now, using wxSYS_COLOUR_WINDOW ---> In my case, the start here page's background turn back to white. :)I prefer wxSYS_COLOUR_WINDOW (only tested on linux).Anyone tried it on windows?
I've extended tpetrov changes to allow selecting also the background colour. If you are interested, the patch is in the Patch Tracker.Unfortunately there is no easy way I can think of providing the reset to default option.