Olivier Sessink - 2026-03-15

the provided icons look nice. The drawback is that we have to maintain three sets of icons, (or maybe 4 if we also create gnome-dark icons).

the icons are compiled to C-code because this speeds up the startup of Bluefish. Since Bluefish has a lot of icons, a file lookup for each icon means 50 files that need to be read, converted from their compressed format into a pixbuf, and rendered to screen. The icons that are compiled to c-code are already compiled into a pixbuf, so they can be rendered to screen immediately without any need for file open or decompression.