Skip to content

Draft: general: Add accent colors

Christopher Davis requested to merge wip/cdavis/accent-colors into main

Adds accent color API to AdwStyleManager. Also adds a few color utilities.

Includes !812 !810

There are a few major issues to sort out:

  • Accent colors (and follow-system-accent) don't seem to be propagating correctly
  • Even with follow-system-accent, for some reason the accent doesn't actually update when changing AdwSettings

Note that if you set follow-system-accent to TRUE in the constructor, ADW_DEBUG_ACCENT_COLOR works properly.

I've also not tested the portal impl yet.

Merge request reports