Gradience/data/ui/shell_prefs_window.blp
tfuxu e412a2c537
GNOME Shell theming support (#679)
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: daudix-UFO <ddaudix@gmail.com>
2023-05-04 13:24:18 +00:00

18 lines
441 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: _("Custom Shell Colors");
description: _("This section allows you to customize colors that will be used in Shell theme.");
}
}
}