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/separators.rc | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.tar old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.tar.gz old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.zip | |
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/separators.rc')
| -rw-r--r-- | themes/Mint-X-Aqua/gtk-2.0/styles/separators.rc | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/separators.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/separators.rc new file mode 100644 index 00000000..14c0a1fa --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/separators.rc @@ -0,0 +1,67 @@ +style "separator" +{ + GtkWidget::wide-separators = 1 + GtkWidget::separator-height = 2 + GtkWidget::separator-width = 2 + + xthickness = 0 + ythickness = 0 + + engine "pixmap" + { + image + { + function = BOX + file = "images/separators/separator-vertical.svg" + border = {0, 0, 1, 1} + stretch = TRUE + orientation = VERTICAL + } + image + { + function = BOX + file = "images/separators/separator.svg" + border = {1, 1, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + } +} + +style "combobox-separator" +{ + GtkWidget::wide-separators = 0 + + xthickness = 0 + ythickness = 0 +} + +style "toolbar-separator" +{ + GtkWidget::wide-separators = 1 + GtkWidget::separator-height = 2 + GtkWidget::separator-width = 2 + + xthickness = 0 + ythickness = 0 + + engine "pixmap" + { + image + { + function = BOX + file = "images/separators/toolbar-separator-vertical.svg" + border = {0, 0, 1, 1} + stretch = TRUE + orientation = VERTICAL + } + image + { + function = BOX + file = "images/separators/toolbar-separator.svg" + border = {1, 1, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + } +} |
