Gradience/data/ui/shell_prefs_window.blp

16 lines
338 B
Text

using Gtk 4.0;
using Adw 1;
template $GradienceShellPrefsWindow : Adw.PreferencesWindow {
title: _("Shell Engine Preferences");
search-enabled: false;
default-height: 620;
default-width: 500;
modal: true;
Adw.PreferencesPage {
Adw.PreferencesGroup custom-colors-group {
title: _("Shell theme colors");
}
}
}