add debug

This commit is contained in:
0xMRTT 2022-08-11 14:25:48 +02:00
parent c98f8df610
commit 3ad2ebc258
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -216,6 +216,8 @@ class AdwcustomizerApplication(Adw.Application):
i += 1
palette[str(i)] = hexFromArgb(color.tone(int(tone.get_string())))
print(palette)
self.pref_palette_shades["monet"].update_shades(palette)
def generate_gtk_css(self, app_type):