I recently needed some covers in a color other than black, so updated the program to add that capability.
Also added code to load an icon from a file. This is the icon that will show on the task bar. Since I don't use resource files any more, I did it using loadimage. You can change the icon by just copying a different .ico file into the executable's folder and renaming it covers.ico, or delete it to use the default app icon. It comes with Felipe's icon. Switch to his method of using loadicon and a resource file if you want the icon to show on the exe file. Perhaps he will update his version to the new code.