diff --git a/sources/tech/20220915 Change the Default LibreOffice Look and Feel [Tutorial].md b/sources/tech/20220915 Change the Default LibreOffice Look and Feel [Tutorial].md new file mode 100644 index 0000000000..60364a7140 --- /dev/null +++ b/sources/tech/20220915 Change the Default LibreOffice Look and Feel [Tutorial].md @@ -0,0 +1,110 @@ +[#]: subject: "Change the Default LibreOffice Look and Feel [Tutorial]" +[#]: via: "https://www.debugpoint.com/quick-tip-change-the-default-libreoffice-look-and-feel/" +[#]: author: "Arindam https://www.debugpoint.com/author/admin1/" +[#]: collector: "lkxed" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +Change the Default LibreOffice Look and Feel [Tutorial] +====== +A quick tip on how to change the default toolbar look in LibreOffice. + +The default LibreOffice look/theme, a.k.a breeze theme, is quite dull and colourless. + +It is indeed straightforward, but the lack of colours sometimes makes finding the menu and toolbar options challenging. There are some more themes available – 7 themes to be exact which can be quickly installed in your system. This can make your LibreOffice look excellent and more professional, which may increase your productivity. + +### Change the Default Toolbar Look of LibreOffice + +#### Installation + +Open a terminal window and run the following command in Ubuntu and related distribution. + +``` +sudo apt-get install libreoffice-style* +``` + +This command will install 7 new awesome themes for LibreOffice icons. They are: + +* elementary +* hicontrast +* human +* tango +* oxygen +* sifr +* Galaxy + +#### How to Activate + +* After successful installation, open LibreOffice (Calc, IMpress or Writer). +* Go to Menu : `Tools -> Options`. +* Under LibreOffice Tab, Click View. +* Under the User Interface section, click the icon size and style drop-down. +* Choose your favourite theme. +* Click ok. + +![Options - LibreOffice - View_026][1] + +This will activate your favourite theme. + +#### Screenshots + +Here are some screen-grab of the above themes. + +![Oxygen LibreOffice Theme][2] + +![Human LibreOffice Theme][3] + +![Sifr LibreOffice Theme][4] + +![LibreOffice Galaxy Theme][5] + +![Tango Theme – LibreOffice][6] + +![High Contrast – LibreOffice Theme][7] + +![Elementary – LibreOffice Theme][8] + +### How to try the Ribbon in LibreOffice? + +* LibreOffice also features the Ribbon-based interface if you prefer them. They are different from the traditional legacy toolbar. Here’s how to apply them. * Open LibreOffice. * Then choose from menu, `View > User Interface`. * In the new UI window, Select `Tabbed` as UI variant. * Then click on `Apply to only` this program (such as Calc or Writer). Or, you can click `Apply To All` so that the new interface gets applied to all the modules. + +![Change default LibreOffice Look using Tabbed interface][9] + +* You can also try out other options such as `Single Toolbar`, `Tabbed Compact` and so on. +* If you want to revert back to the legacy toolbar, open the above dialog again and select `Standard Toolbar`. + +### What about making it look like Microsoft Office? + +We also have a nice guide on making LibreOffice look like Microsoft office, which you may want to check out[here][10]. + +### Wrapping Up + +In this article, I have shown you how easily you can change the default toolbar look of LibreOffice. Also, show you how you can try the modern ribbon UI. + +I hope this helps you to personalize LibreOffice as your own. + +-------------------------------------------------------------------------------- + +via: https://www.debugpoint.com/quick-tip-change-the-default-libreoffice-look-and-feel/ + +作者:[Arindam][a] +选题:[lkxed][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://www.debugpoint.com/author/admin1/ +[b]: https://github.com/lkxed +[1]: https://www.debugpoint.com/wp-content/uploads/2016/08/Options-LibreOffice-View_026.png +[2]: https://www.debugpoint.com/wp-content/uploads/2016/08/Oxygen-LibreOffice-Theme.png +[3]: https://www.debugpoint.com/wp-content/uploads/2016/08/Human-LibreOffice-Theme.png +[4]: https://www.debugpoint.com/wp-content/uploads/2016/08/Sifr-LibreOffice-Theme.png +[5]: https://www.debugpoint.com/wp-content/uploads/2016/08/LibreOffice-Galaxy-Theme.png +[6]: https://www.debugpoint.com/wp-content/uploads/2016/08/Tango-Theme-LibreOffice-.png +[7]: https://www.debugpoint.com/wp-content/uploads/2016/08/High-Contrast-LibreOffice-Theme.png +[8]: https://www.debugpoint.com/wp-content/uploads/2016/08/Elementary-LibreOffice-Theme.png +[9]: https://www.debugpoint.com/wp-content/uploads/2016/08/Change-default-LibreOffice-Look-using-Tabbed-interface.jpg +[10]: https://www.debugpoint.com/libreoffice-like-microsoft-office/