appearance: sync gtk4 dark themes using -Dark (fixes #495)
Adds a check to also process "-Dark" named themes when changing dark modes on GTK4 apps.
Merge request reports
Activity
Filter activity
changed milestone to %4.18.4
Yes, we discussed it in !90 (comment 60579). I think we could also add
g_strstr_len (str, -1, "-dark-")
, usingg_ascii_strdown()
onstr
beforehand. So as to also match Orchis-Dark-Compact, for example. I don't think there's too much risk of matching other things that shouldn't match...Edited by Gaël Bonithonadded 1 commit
- cfc57fde - Account for other Dark labelled themes as well
added 1 commit
- 40482c83 - Restrict matching to '-dark-' and fix memory leak
enabled an automatic merge when the pipeline for 40482c83 succeeds
Please register or sign in to reply