Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 905b314

Browse files
committed
preset_schema: update adw-gtk3 support info
Updated information about adw-gtk3 support for headerbar_shade_color, card_shade_color, dialog_bg_color and dialog_fg_color variables.
1 parent 72f1751 commit 905b314

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradience/frontend/schemas/preset_schema.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"for header bars and similar widgets that separates "
269269
"them from the main window."
270270
),
271-
"adw_gtk3_support": "no",
271+
"adw_gtk3_support": "yes",
272272
},
273273
],
274274
},
@@ -295,7 +295,7 @@
295295
"by cards to separate themselves from the window "
296296
"background, as well as for row dividers in the cards."
297297
),
298-
"adw_gtk3_support": "no",
298+
"adw_gtk3_support": "yes",
299299
},
300300
],
301301
},
@@ -307,12 +307,12 @@
307307
{
308308
"name": "dialog_bg_color",
309309
"title": _("Background Color"),
310-
"adw_gtk3_support": "no",
310+
"adw_gtk3_support": "yes",
311311
},
312312
{
313313
"name": "dialog_fg_color",
314314
"title": _("Foreground Color"),
315-
"adw_gtk3_support": "no",
315+
"adw_gtk3_support": "yes",
316316
},
317317
],
318318
},

0 commit comments

Comments
 (0)