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/scrolled-window.rc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 themes/Mint-X-Aqua/gtk-2.0/styles/scrolled-window.rc (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/scrolled-window.rc') diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/scrolled-window.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/scrolled-window.rc new file mode 100644 index 00000000..f45cf7b6 --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/scrolled-window.rc @@ -0,0 +1,16 @@ +style "scrolled-window" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = SHADOW + file = "images/frames/frame.svg" + border = {1, 1, 1, 1} + stretch = TRUE + } + } +} -- cgit v1.2.3