A fullcolor icon pack for Libreoffice of the awesome Yaru theme.
All these icons are based on the Yaru icon theme (derived from the Unity8 Suru icons and Suru icon 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 clone the repository and generate the extension with the build script at the root of the project:
git clone https://github.com/ubuntu/libreoffice-style-yaru-fullcolor.git
cd libreoffice-style-yaru-fullcolor
./generate-oxt.sh
This will generate a yaru-theme.oxt
file.
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/ubuntu/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
This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).
All images (any and all source .svg
files or rendered .png
files) are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 License.
Included scripts are free software licensed under the terms of the GNU Lesser General Public License, version 3.