Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.49 KB

File metadata and controls

62 lines (37 loc) · 2.49 KB

Libreoffice style Yaru

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)

Preview of Libreoffice style Yaru

If you want to contribute, please look at CONTRIBUTING.md.

Install

From extension

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 ToolsExtension Manager (or Ctrl + Alt + E) then click on Add and browse for local directory where the extension placed.

From script

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 ToolsOptions (or Alt + F12) then go to LibreOfficeViewIcon style and select Yaru.

Remove

Extension

To remove the extension, open ToolsExtension Manager (or Ctrl + Alt + E) then select the theme in the list and click on Remove. That's it.

Script

If you want to remove an installation made with the script just execute the remove script at the root of the project:

./remove.sh

Copying or Reusing

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.