feat(ui): add custom SVG picker and icon dir support

This commit is contained in:
2026-08-06 00:47:29 -04:00
parent 5cd93328f5
commit a4dfef304a
6 changed files with 106 additions and 26 deletions
+2
View File
@@ -7,6 +7,8 @@ embedded in [Breeze icon](https://github.com/KDE/breeze-icons) SVGs.
```sh
icon-color-tool # opens a searchable icon picker
icon-color-tool -h # print colorful help output
icon-color-tool -d path/to/icons # use a custom icon directory
icon-color-tool path/to/icon.svg # opens directly in the color editor
```