Icons processing? #12424
-
Tried looking for the application's icons e.g. the ones for the toolbar or the menus in a linux install folder (for clarity: I'm not talking about the folder, entries or dekstop icons) but they're nowhere to be found so are they compiled into the binary? If so, are they rendered first and compiled as bitmaps or are they in svg format and rendered when displayed? If the later, is monochrome a requirement or could I perhaps redraw the icons using colors and gradients, replace the existing ones in the source and rebuild it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need to replace them in source, they are part of the binary. We color the icons dynamically. |
Beta Was this translation helpful? Give feedback.
You need to replace them in source, they are part of the binary. We color the icons dynamically.