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

Commit

Permalink
preset_schema: update adw-gtk3 support info
Browse files Browse the repository at this point in the history
Updated information about adw-gtk3 support for headerbar_shade_color, card_shade_color, dialog_bg_color and dialog_fg_color variables.
  • Loading branch information
tfuxu committed May 4, 2023
1 parent 72f1751 commit 905b314
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradience/frontend/schemas/preset_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"for header bars and similar widgets that separates "
"them from the main window."
),
"adw_gtk3_support": "no",
"adw_gtk3_support": "yes",
},
],
},
Expand All @@ -295,7 +295,7 @@
"by cards to separate themselves from the window "
"background, as well as for row dividers in the cards."
),
"adw_gtk3_support": "no",
"adw_gtk3_support": "yes",
},
],
},
Expand All @@ -307,12 +307,12 @@
{
"name": "dialog_bg_color",
"title": _("Background Color"),
"adw_gtk3_support": "no",
"adw_gtk3_support": "yes",
},
{
"name": "dialog_fg_color",
"title": _("Foreground Color"),
"adw_gtk3_support": "no",
"adw_gtk3_support": "yes",
},
],
},
Expand Down

0 comments on commit 905b314

Please sign in to comment.