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

Commit

Permalink
fix: specify that Monet color palettes are MD3
Browse files Browse the repository at this point in the history
  • Loading branch information
salarua committed Jun 20, 2023
1 parent addecd5 commit 3fa6124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/ui/monet_theming_group.blp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Adw 1;

template GradienceMonetThemingGroup : Adw.PreferencesGroup {
title: _("Monet Engine");
description: _("Monet Engine generates a color palette from an image.");
description: _("Monet Engine generates a Material You color palette from an image.");

Adw.ExpanderRow monet-theming-expander {
title: _("Monet Engine Options");
Expand Down Expand Up @@ -42,3 +42,4 @@ Gtk.FileChooserNative monet-file-chooser {
modal: true;
//response => on_monet_file_chooser_response();
}

0 comments on commit 3fa6124

Please sign in to comment.