I like Linux based distros and dark themes. For some reason default icon style results in icons barely recognizable. In options I’ve found Breeze (dark) makes them recognizable. I’d like colored, but from available - Calibre - some icons are hardly recognizable.
After I’ve change style in options I’ve found internal style name in registrymodifications.xcu via search by contents for breeze in home and by grep found it in only one place: <item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>breeze_dark</value></prop></item>.
Then I’ve found SymbolStyle in /usr/lib/libreoffice/share/.registry in main.xcd only. I’ve used vim to edit <value>auto</value> of the line next to SymbolStyle to <value>breeze_dark</value>, i.e. in
<prop oor:name="SymbolStyle" oor:type="xs:string" oor:nillable="false"> <value>auto</value>
I can rename ~/.config/libreoffice folder, but upon next start of e.g. Calc icons still look as default and auto in options (and new ~/.config/libreoffice is created).
How to change icon style system wide?
P.S. I’ve confirmed vim edit by grep and created new user and run Calc in X session of that account to confirm my findings.
Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.3
Calc: threaded