From eab0507af6367a9a75f40ac3dd92e5e42860c2dc Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 May 2023 11:28:29 +0300 Subject: Added icons and themes --- themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc') diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc new file mode 100644 index 00000000..73a3bf15 --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc @@ -0,0 +1,24 @@ +style "handlebox" +{ + engine "pixmap" + { + image + { + function = BOX + file = "images/other/null.png" + border = {4, 4, 4, 4} + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + image + { + function = BOX + file = "images/other/null.png" + border = {4, 4, 4, 4} + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} -- cgit v1.2.3