GUI improvements for dark themes
Status: Beta
Brought to you by:
erdem_ua
Currently the wxHexCtrl renders black text on a whitebackground. This doesn't fit well with dark window themes. This patch does the following:
I haven't tested these on Windows yet, so i'm not entirely sure how well it works there. Also, I'm not sure if any of these go against your initial intent, so feel free to ignore or discuss any of these with me.
dark GUI improvements patch
I remember that I used same approach in older revisions, but changed to white background because of Mac and Windows compatibility If I remember correctly. But could handle those systems via macros...
I need to place "preferences panel", than users could select if white background or system default.
Thanks for the patch, I test it and will apply ASAP.
okey I added but banned wxAUI_NB_DEFAULT_STYLE, instead I add properties by hand because I don't wanna see x button near of the filename. Also split feature is really good. Thanks :)