MJBComp 2 Posted August 18, 2022 Does anyone know if there is a way to change the colors of the 'Structure', Projects', 'Pallete', and 'Messages' windows? In the IDE you can change the colors of the Object Inspector and the Editor window but i don't see any way to make the rest of the IDE the same color for those additional windows? Nothing in the Registry for those windows either. I find it strange you can modify the Object Inspector but not the additional windows. Share this post Link to post
angusj 126 Posted August 18, 2022 (edited) The attached file contains a utility I created some time ago to work around Delphi's IDE that was almost unusable on high DPI screens. (And I still use it in Delphi 10.4.) In it you'll see a file called IDEFontSizeFix.pas that does (or at least demonstrates) most of what you're asking. fancyshortcuts.zip Edited August 18, 2022 by angusj Share this post Link to post
MJBComp 2 Posted August 18, 2022 I looked at your file. It does not address my issue at all. It does allow for high-dpi which is nice. I am looking for a way to change the background colors of the Structure, Pallet, and Messages window in a similar way just like you can with the Object Inspector and Editor window. Share this post Link to post