A fullcolor icon pack for Libreoffice of the awesome Yaru theme.
If you want to contribute, please look at CONTRIBUTING.md.
Since Libreoffice 6.0, you can install an icon pack with an extension. To do that, simply download the extension from the following link (or use the one generated by the build script at the root of the project):
https://github.com/Jupiter007-43/libreoffice-style-yaru-fullcolor/raw/master/yaru-theme.oxt
Then open it with Libreoffice or, open Tools → Extension Manager (or Ctrl + Alt + E) then click on Add and browse for local directory where the extension placed.
Because it is faster, install from script will be useful if you want to modify the icons and reinstall the pack many times for testing:
$ git clone https://github.com/Jupiter007-43/libreoffice-style-yaru-fullcolor.git
$ cd libreoffice-style-yaru-fullcolor
$ ./install.sh
⚠ Installing from script and extension will duplicate the icon pack into the options, so you should remove one before using the other way.
In both case, you need to enable the theme: open the options Tools → Options (or Alt + F12) then go to LibreOffice → View → Icon style and select Yaru.
To remove the extension, open Tools → Extension Manager (or Ctrl + Alt + E) then select the theme in the list and click on Remove. That's it.
If you want to remove an installation made with the script just execute the remove script at the root of the project:
$ ./remove.sh