ladybird/Ladybird/ladybird.qrc
Andreas Kling 4b5cbe7931 Ladybird: Use vector icons in the browser toolbar
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. :^)
2023-05-05 16:58:08 +02:00

8 lines
187 B
Plaintext

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>Icons/back.svg</file>
<file>Icons/forward.svg</file>
<file>Icons/reload.svg</file>
</qresource>
</RCC>