<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <pre>Hi,
Last few weeks I have been polishing the patches. Latest updates are

- we decided to keep the colors in a single dialog (the app color dialog).

- made some changes in qt related code to report the colors correctly. before this, 
  `StyleSettings::WindowColor()` was actually base color from the palette.

- there were quite some cases to consider, like what if the Desktop Env theme changes
  when the application is running. What if it changes when the application is not running,
  how about icon themes? will they follow window color or the Desktop Env's colors? Most
  of these have been addressed.

- [!TODO] the `QMenuBar` with qt6 was customizable a week or 2 ago, but then I reinstalled my
  system (Arch BTW), and now the menubar is not showing the cusotm palette colors. it is working
  fine with qt5, but not qt6 (vclplugin). Most probably it's either some change in the codebase
  that I am not aware of, or it's something from QT's side.

  <a class="moz-txt-link-freetext" href="https://gerrit.libreoffice.org/c/core/+/168016/33">https://gerrit.libreoffice.org/c/core/+/168016/33</a> (Part 1 of the patch series. all the others
  are in a relation chain).

Regards
Sahil Gautam
</pre>
  </body>
</html>