Hi everybody,
I am trying to apply dracula theme (https://draculatheme.com/total-commander) on total commander but it seems that putting color.ini in appdata (as instructed) is not enough and I started searching on this forum without luck.
Can somebody please try because I am starting thinking that is something on my pc only.
Thank you.
dracula theme
Moderators: Hacker, petermad, Stefan2, white
Re: dracula theme
The instructions are incorrect. You need to change the "[Colors]" section in the wincmd.ini file.
You can either replace it with the content of the colors.ini and delete the colors.ini file.
Or you can replace it with
Which will redirect the section to the downloaded file.
You can either replace it with the content of the colors.ini and delete the colors.ini file.
Or you can replace it with
Code: Select all
[Colors]
RedirectSection=%COMMANDER_INI%\..\colors.ini
Windows 10 Pro x64, Windows 11 Pro x64
Re: dracula theme
If you are not used to editing the wincmd.ini file, make sure you create a backup. And do not use Notepad to edit it. It may break it. Use any other more advanced text editor, like Nodepad++, PsPad, VSCode, ...
Windows 10 Pro x64, Windows 11 Pro x64
Re: dracula theme
Perfect, thank you very much!