Where are the custom palettes created within Calc stored?

I’m on arch linux. Libreoffice 7.5.8.2

I see the built in palettes are located at: /usr/lib/libreoffice/share/palette/

I added a custom palette by creating a .soc file at: $HOME/.config/libreoffice/4/user/config/newpalette.soc

This showed up as expected in Libreoffice.

I created a custom palette from within Calc → Format Cells → Background → Custom Palette → Add

This is called, in the Calc → Format Cells → Background → Colors → Palette dropdown, “custom”.

I would like to edit this (reorder the colors), but I can’t for the life of me find its associated .soc file. (I tried locate -i libreoffice | grep -i \.soc and the built in as well as my newpalette.soc show up, but no “custom”)

Custom palette might be a reserved term and stored within LibreOffice program. An exporter for custom palette is available, see Create a new color palette - The Document Foundation Wiki

1 Like

I suppose that the name “Custom” is a reserved name. There is one pallette with that name by default. (sorry i was too slow…)

1 Like

The extension worked. It extracts the “custom” palette into an .oxt extension, but you can unzip the .oxt and the .soc is inside.

Thank you for the help.