https://bugs.documentfoundation.org/show_bug.cgi?id=166657
Saburo <yosi3260+li...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|bibisectRequest |bibisected, bisected Regression By| |Michael Weghorn CC| |m.wegh...@posteo.de --- Comment #2 from Saburo <yosi3260+li...@gmail.com> --- I tried test with "Office 2003 Blue" theme and linux-64-25.8. Some items are applied without rebooting, but they don't seem to be rendered properly. author Michael Weghorn commit 295fee0f78c002ca20708fdfd57d52b0e4ce0d87 tdf#164969 tdf#165297 Disable theming by default commit 924c7de80afa47a93705e5d073c35f2d81f4ed5a Date: Wed Dec 25 23:13:47 2024 +0530 tdf#164393 [API CHANGE] Make the "Automatic" theme Customizable had - among others - enabled theming by default, which results in incorrect colors being used with at least GTK and Qt based VCL plugins on Linux in the default configuration, i.e. without any custom color having been set anywhere. As discussed in [1], disable theming again by default, by setting the default for `officecfg::Office::Common::Appearance::LibreOfficeTheme` to 0 again. This implies that custom colors for widgets cannot be set in "Tools" -> "Options" -> "Appearance" by default anymore. In order to set custom colors for those, the above-mentioned setting can still be set to 1 in the expert settings (in which case colors can be set for the "Automatic" theme also, which was implemented in the above-mentioned commit). A larger rework of the theming code is in progress, see Sahil's WIP Gerrit change at [2]. [1] https://gerrit.libreoffice.org/c/core/+/183490/comments/efc32644_52e556d5 [2] https://gerrit.libreoffice.org/c/core/+/183574 -- You are receiving this mail because: You are the assignee for the bug.