Page 1 of 1

How to change the font type, color, size etc, of the text in Multi Rename interface?

Posted: 25.01.2025, 13:04
by Raindrops
I am facing a problem: In the Multi-Rename tool, whenever a file name is affected by the renaming rules, the filename is changed to light green.
It is difficult to see this text in white background.
Worse, when the filename is selected, the new name preview becomes totally invisible.

I could not find any settings to change the font (type, color, size, bold, etc) for the Multi Rename UI.

Can anyone guide me?

Thanks in advance!

Re: How to change the font type, color, size etc, of the text in Multi Rename interface?

Posted: 23.03.2026, 15:38
by Forez
I am interested in this too

Is that color definable somewhere in Settings?

Re: How to change the font type, color, size etc, of the text in Multi Rename interface?

Posted: 25.03.2026, 22:09
by Marek
Few colors are defined in the color scheme file (*.colors).

Code: Select all

[freecommander_colors]
......
MultiRenameFontColorRed=3618815
MultiRenameFontColorGreen=32768
MultiRenameFontColorGray=8421504
MultiRenameSelectedFontColorRed=3618815
MultiRenameSelectedFontColorGreen=32768
MultiRenameSelectedFontColorGray=8421504
......

Re: How to change the font type, color, size etc, of the text in Multi Rename interface?

Posted: 26.03.2026, 08:02
by Forez
But which palette uses code e.g. 3618815? What color scale is this?

And why does it use different number of digits? I have

Code: Select all

MultiRenameFontColorRed=255
MultiRenameFontColorGreen=32768
MultiRenameFontColorGray=8421504
MultiRenameSelectedFontColorRed=255
MultiRenameSelectedFontColorGreen=32768
MultiRenameSelectedFontColorGray=8421504
thus 3, 5 and 6 digits for definitions

Re: How to change the font type, color, size etc, of the text in Multi Rename interface?

Posted: 26.03.2026, 09:23
by Marek
The numbers are Delphi color values.