Date: prev next · Thread: first prev next last
2026 Archives by date, by thread · List index


Hallo Susanne,

Susanne Mohn (LibO) schrieb am 01.07.2026 um 13:38:
Hallo Liste,
hallo Regina,

leider klappt das mit den eigenen  Themenfarben noch nicht wirklich

In diesem Verzeichnis (das habe ich erstellt) 
C:\Users\Susanne\AppData\Roaming\LibreOfficeDev\4\user\themes
Habe ich eine Datei Fjallalopi.theme angelegt mit diesem Inhalt
<?xml version="1.0" encoding="UTF-8"?>

<theme name="Fjallalopi">
     <theme-colors name="Fjallalopi">
         <color name="Ginger" color="#912D0A" />
         <color name="GalcierSand" color="#728D86" />
         <color name="moorit" color="#7b4f32" />
         <color name="lightmoorit" color="#7b4f32" />
         <color name="glacierSand" color="#728d86" />
         <color name="mystiRose" color="#ba6b78" />
         <color name="mustard" color="#ba944f" />
         <color name="summer" color="#f4bd6a" />
         <color name="ginger" color="#912d0a" />
         <color name="moss" color="#4e4a2b" />
         <color name="hyperlink" color="#0000EE" />
         <color name="followed-hyperlink" color="#551A8B" />
     </theme-colors>
</theme> >
Nur leider werden mir das Thema schon angezeigt, aber alle Farben sind schwarz......
Wo ist der Fehler ?

Bei `name` kommen nicht die Farbnamen rein, sondern die festen Bezeichnungen der Farbkategorie. Du brauchst also

<?xml version="1.0" encoding="UTF-8"?>

<theme name="Fjallalopi">
     <theme-colors name="Fjallalopi">
         <color name="dark1" color="#912D0A" />
         <color name="light1" color="#728D86" />
         <color name="dark2" color="#7b4f32" />
         <color name="light2" color="#7b4f32" />
         <color name="accent1" color="#728d86" />
         <color name="accent2" color="#ba6b78" />
         <color name="accent3" color="#ba944f" />
         <color name="accent4" color="#f4bd6a" />
         <color name="accent5" color="#912d0a" />
         <color name="accent6" color="#4e4a2b" />
         <color name="hyperlink" color="#0000EE" />
         <color name="followed-hyperlink" color="#551A8B" />
     </theme-colors>
</theme>

Mit freundlichen Grüßen
Regina

--
Liste abmelden mit E-Mail an: users+unsubscribe@de.libreoffice.org
Probleme? https://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: https://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: https://listarchives.libreoffice.org/de/users/
Datenschutzerklärung: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.