diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-X-Aqua/gtk-2.0/styles/buttons.rc | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-main.tar old-mint-y-main.tar.gz old-mint-y-main.zip | |
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/buttons.rc')
| -rw-r--r-- | themes/Mint-X-Aqua/gtk-2.0/styles/buttons.rc | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/buttons.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/buttons.rc new file mode 100644 index 00000000..95048078 --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/buttons.rc @@ -0,0 +1,153 @@ +style "spinbutton" +{ + bg[NORMAL] = @bg_color + bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons. + + engine "murrine" + { + arrowstyle = 1 + gradient_shades = {1.1, 1.1, 0.94, 0.94} + highlight_shade = 1.0 + lightborderstyle = 0 + } +} + +style "button" +{ + #GtkWidget::interior-focus = 1 + + xthickness = 3 + ythickness = 4 + + engine "pixmap" + { + image + { + function = BOX + detail = "buttondefault" + recolorable = TRUE + file = "images/button/button-default.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + shadow = OUT + recolorable = TRUE + file = "images/button/button-hover.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "images/button/button-active.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + shadow = IN + state = PRELIGHT + overlay_file = "images/button/button-active-hover.svg" + overlay_border = { 4, 4, 4, 4 } + overlay_stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "images/button/button-insensitive.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + file = "images/button/button.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + #image + #{ + # function = FOCUS + # file = "images/button/button-focus.svg" + # border = { 3, 3, 3, 3 } + # stretch = TRUE + #} + } +} + +style "tool-button" +{ + GtkWidget::interior-focus = 1 + + xthickness = 3 + ythickness = 4 + + engine "pixmap" + { + image + { + function = BOX + detail = "buttondefault" + recolorable = TRUE + file = "images/button/button-default.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + shadow = OUT + recolorable = TRUE + file = "images/button/button-hover.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "images/button/button-active.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + shadow = IN + state = PRELIGHT + overlay_file = "images/button/button-active-hover.svg" + overlay_border = { 4, 4, 4, 4 } + overlay_stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "images/button/button-insensitive.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + file = "images/button/button.svg" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = FOCUS + file = "images/other/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} |
