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/frames.rc | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 themes/Mint-X-Aqua/gtk-2.0/styles/frames.rc (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/frames.rc') diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/frames.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/frames.rc new file mode 100644 index 00000000..bc759508 --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/frames.rc @@ -0,0 +1,30 @@ +style "frame" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = SHADOW + recolorable = TRUE + file = "images/frames/frame.svg" + border = {1, 1, 1, 1} + stretch = TRUE + shadow = IN + } + image + { + function = SHADOW_GAP + file = "images/frames/frame.svg" + border = {1, 1, 1, 1} + stretch = TRUE + gap_start_file = "images/frames/frame-gap-start.svg" + gap_start_border = {1, 0, 0, 0} + gap_end_file = "images/frames/frame-gap-end.svg" + gap_end_border = {0, 1, 0, 0} + shadow = IN + } + } +} -- cgit v1.2.3