Richard_Stevens 2 Posted August 6, 2019 10.3.2 defaults for this are fairly unreadable (see attachment)... does anybody know if can I change this anywhere? Thanks Richard 1 2 Share this post Link to post
Kazantsev Alexey 24 Posted August 6, 2019 3 hours ago, Richard_Stevens said: does anybody know if can I change this anywhere? Set "Dark" IDE Theme. 1 Share this post Link to post
Richard_Stevens 2 Posted August 6, 2019 Thank you, that does indeed change the colour of the code completion window, though I'm not a huge fan of the dark theme more generally. So, revised question: can I change those colours AND keep using the light IDE theme? 😊 Richard Share this post Link to post
Kazantsev Alexey 24 Posted August 6, 2019 (edited) Your can extract WIN10IDE_LIGHT resource from ModernTheme260.bpl, change SysColors.clHighlight by the BitmapStyleDesigner.exe and replace the style resource. https://i.imgur.com/lrod4rO.png But it will affects on the some other UI elements, M main menu items, for example. https://i.imgur.com/sTV5O83.png Edited August 7, 2019 by Kazantsev Alexey Share this post Link to post
fugitivox 0 Posted August 6, 2019 1 hour ago, Kazantsev Alexey said: Your can extract WIN10IDE_LIGHT resource from ModernTheme260.bpl, change SysColors.clHighlight by the BitmapResourceDesigner.exe and replace the style resource. https://i.imgur.com/lrod4rO.png But it will affects on the some other UI elements, M main menu items, for example. https://i.imgur.com/sTV5O83.png I have the same problem mentioned above, is there any tutorial on how to export the IDE theme from 10.3.1 to 10.3.2? Share this post Link to post
Kazantsev Alexey 24 Posted August 6, 2019 40 minutes ago, fugitivox said: how to export the IDE theme from 10.3.1 to 10.3.2? Export is not required, it's the same theme. Changed the drawing method. 1 Share this post Link to post
fugitivox 0 Posted August 6, 2019 1 hour ago, Kazantsev Alexey said: Export is not required, it's the same theme. Changed the drawing method. I'm sorry to insist on the question, but could I just copy the ModernTheme260.bpl file from version 10.3.1 and paste it into 10.3.2? If not, how would I change "SysColors.clHighlight" from version 10.3.2? I really didn't find how to do that. Could you point me somewhere to research on the subject? Share this post Link to post
Kazantsev Alexey 24 Posted August 7, 2019 13 hours ago, fugitivox said: how would I change "SysColors.clHighlight" from version 10.3.2? 1. Run any resource editor (ResourceHacker, for example) and open ModernTheme260.bpl 2. Extract resource "WIN10IDE_LIGHT" to file *.vsf 3. Open saved file in the Bitmap Style Designer ($(BDSBIN)\BitmapStyleDesigner.exe) 4. In the tree-structure "Objects" find node "SysColors" and item "clHighlight" 5. Change the "clHighlight" to you prefered color 6. Save modified style and close Style Designer 7. Using resource editor replace resource "WIN10IDE_LIGHT" in ModernTheme260.bpl by the modified style file. p.s. This issue planed to fix soon. 1 1 Share this post Link to post
fugitivox 0 Posted August 7, 2019 1 hour ago, Kazantsev Alexey said: 1. Run any resource editor (ResourceHacker, for example) and open ModernTheme260.bpl 2. Extract resource "WIN10IDE_LIGHT" to file *.vsf 3. Open saved file in the Bitmap Style Designer ($(BDSBIN)\BitmapStyleDesigner.exe) 4. In the tree-structure "Objects" find node "SysColors" and item "clHighlight" 5. Change the "clHighlight" to you prefered color 6. Save modified style and close Style Designer 7. Using resource editor replace resource "WIN10IDE_LIGHT" in ModernTheme260.bpl by the modified style file. p.s. This issue planed to fix soon. Thank you very much. You are the man ! Share this post Link to post
Kazantsev Alexey 24 Posted August 7, 2019 5.5. It also makes sense to change the clHighlightText color for better look of some IDE parts (ObjectInspector, Options Dialogs, New Items dialog). Share this post Link to post