A few months ago, I said,
I don’t know of anyone who has done that and made them public.
After this conversation, I worked briefly on a workaround. I took the 16x16 standard-icon BMP files from the N++ source code, converted them to ICO format, then on all the files, I used an image program to upscale from 16x16 to 32x32, and make .ico files that have both 16x16 and 32x32 resolution files. The 32x32 are admittedly ugly (because they are just enlarged versions of the 16x16), but it’s at least a starting place, and will give the ability to have icons that are based on the standard icon set, but being able to use them in large-icon mode.
Assuming a standard installation of Notepad++ (using %AppData% config directory), to use these dual-resolution ICO files:
Go to %AppData%\Notepad++\ in Windows Explorer
Create a directory toolbarIcons and a subdirectory toolbarIcons\StandardDualResolution
Download the .ico files in
https://github.com/pryrt/nppStuff/tree/main/StandardIconUpscaling/GIMP DualResolution 32x32 16x16 and unzip into toolbarIcons\StandardDualResolution\
update: added
zipfile for easy download
Rename toolbarButtonsConf_example.xml to toolbarButtonsConf.xml
Edit that file, and near the end, change the line from <ToolBarIcons icoFolderName="" /> to <ToolBarIcons icoFolderName="StandardDualResolution" />
Save the toolbarButtonsConf.xml
exit Notepad++
The next time you run Notepad++, it should be using the custom versions of the standard icons. If you select Settings > Preferences > Toolbar and choose one of the “large” choices, it should use the custom icons in large (32x32).
5ef248da-6716-4e80-a474-4147eb20d515-image.png
This is obviously not ideal. But since there hasn’t been any official or publically-available 32x32 “originals” of those icons in 14+ years, that I can find, it’s the best thing I can think of for now. Someone with more image editing skill – or more AI skill – might be able to generate better 32x32 versions from the original 16x16 BMP files in the source code and create better-looking versions as ICO files. But until such happens, this might be a usable workaround.