Hallo Regina!

DANKE - das klappt.
Jetzt muss das alte themes noch aus dem Dokument raus.
Ich habe es in styles.xml gefunden- da sieht es so aus- alle schwarz
        </style:default-page-layout>
                <loext:theme loext:name="Office Theme">
                        <loext:theme-colors loext:name="Fjallalopi">
                                <loext:color loext:name="dark1" 
loext:color="#000000"/>
                                <loext:color loext:name="light1" 
loext:color="#000000"/>
                                <loext:color loext:name="dark2" 
loext:color="#000000"/>
                                <loext:color loext:name="light2" 
loext:color="#000000"/>
                                <loext:color loext:name="accent1" 
loext:color="#000000"/>
                                <loext:color loext:name="accent2" 
loext:color="#000000"/>
                                <loext:color loext:name="accent3" 
loext:color="#000000"/>
                                <loext:color loext:name="accent4" 
loext:color="#000000"/>
                                <loext:color loext:name="accent5" 
loext:color="#000000"/>
                                <loext:color loext:name="accent6" 
loext:color="#000000"/>
                                <loext:color loext:name="hyperlink" 
loext:color="#0000ee"/>
                                <loext:color loext:name="followed-hyperlink" 
loext:color="#551a8b"/>
                        </loext:theme-colors>
                </loext:theme>
        </office:styles>
        <office:automatic-styles>


Den Teil habe ich gelöscht, 
alles wieder "eingepackt" in eine odt und schon sieht es nett aus. 

Ist nur für solche "Spielkinder" wie mich geeignet😊

Viele Grüße von der Ostsee
Susanne

-----Ursprüngliche Nachricht-----
Von: Regina Henschel <[email protected]> 
Gesendet: Mittwoch, 1. Juli 2026 14:28
An: Susanne Mohn (LibO) <[email protected]>; 
[email protected]
Betreff: Re: [de-users] Themenfarben bearbeiten & Speicherort

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: [email protected]
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


-- 
Liste abmelden mit E-Mail an: [email protected]
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

Antwort per Email an