I made my own colorscheme based off the default Dark one.
I want to export it but can’t find it anywhere.
With the flatpak, all user created files are in ~/.var/app/org.libreoffice.LibreOffice/config/libreoffice/4/user
But I searched, and didn’t find a thing.
A file in ~/.var/app/org.libreoffice.LibreOffice/config/libreoffice/4/user/registrymodifications.xcu
references the theme to be in /org.openoffice.Office.UI/ColorScheme/ColorSchemes
but that directory does not even exist.
...
<item oor:path="/org.openoffice.Office.UI/ColorScheme/ColorSchemes"><node oor:name="Augenfreundlich" oor:op="replace"><node oor:name="Links"><prop oor:name="Dark"
...
I looked at that file and indeed it seems to contain not only one, but all my configured colorschemes!
The file is not linted, which makes it incredibly hard to read. And putting everything into a multi-thousand-lines config…
Also, every color has a setting, even though I only changed 8 or so.
In the comment below I explain the steps to make that config mess usable and export it into a theme. I made a repo for this project, but have not tested if the resulting extensions (which can be installed) actually add a theme, as that theme already existed on my side.