You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the icon styles for LibreOffice offer a dark and a light mode and look weird if not used with a correspondingly light or dark theme (examples: "Sifr" and "Sifr (dark)").
The following line: <item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>sifr_dark</value></prop></item>
in the following file: ~/.config/libreoffice/4/user/registrymodifications.xcu
changes the theme on my machine.
Annoying note: Any changes to the file that are made while LibreOffice is open will be overwritten.
The text was updated successfully, but these errors were encountered:
Some of the icon styles for LibreOffice offer a dark and a light mode and look weird if not used with a correspondingly light or dark theme (examples: "Sifr" and "Sifr (dark)").
The following line:
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>sifr_dark</value></prop></item>
in the following file:
~/.config/libreoffice/4/user/registrymodifications.xcu
changes the theme on my machine.
Annoying note: Any changes to the file that are made while LibreOffice is open will be overwritten.
The text was updated successfully, but these errors were encountered: