diff options
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/frames.rc')
| -rw-r--r-- | themes/Mint-X-Aqua/gtk-2.0/styles/frames.rc | 30 |
1 files changed, 30 insertions, 0 deletions
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 + } + } +} |
