mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
4b5cbe7931
We now load SVG icons (via the Qt resource system) and render them into a QIcon (with normal and disabled variants) using system colors. We also re-render them if the system color theme changes. This instantly makes Ladybird look less foreign on my Linux box. I drew the icons myself, and they could definitely be more optimized, but this was my first time using Inkscape. :^)
7 lines
187 B
Text
7 lines
187 B
Text
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file>Icons/back.svg</file>
|
|
<file>Icons/forward.svg</file>
|
|
<file>Icons/reload.svg</file>
|
|
</qresource>
|
|
</RCC>
|