aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-X-Aqua/gtk-2.0/styles/bars.rc
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-05-20 11:28:29 +0300
committerSyndamia <kamen@syndamia.com>2023-05-20 11:28:29 +0300
commiteab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch)
tree71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-X-Aqua/gtk-2.0/styles/bars.rc
parent48de6d4af249f23b3a431d357236588208a9f419 (diff)
downloadold-mint-y-main.tar
old-mint-y-main.tar.gz
old-mint-y-main.zip
Added icons and themesHEADmain
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/bars.rc')
-rw-r--r--themes/Mint-X-Aqua/gtk-2.0/styles/bars.rc79
1 files changed, 79 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/bars.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/bars.rc
new file mode 100644
index 00000000..8e26628e
--- /dev/null
+++ b/themes/Mint-X-Aqua/gtk-2.0/styles/bars.rc
@@ -0,0 +1,79 @@
+style "statusbar"
+{
+ xthickness = 4
+ ythickness = 4
+}
+
+style "statusbar-frame-fix"
+{
+ engine "pixmap"
+ {
+ image
+ {
+ function = SHADOW
+ }
+ }
+}
+
+style "toolbar"
+{
+ xthickness = 3
+ ythickness = 3
+
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ file = "images/toolbars/toolbar.svg"
+ border = {0, 0, 0, 1}
+ stretch = TRUE
+ detail = "toolbar"
+ orientation = HORIZONTAL
+ }
+ image
+ {
+ function = BOX
+ file = "images/toolbars/toolbar-vertical.svg"
+ border = {0, 0, 0, 0}
+ stretch = TRUE
+ detail = "toolbar"
+ orientation = VERTICAL
+ }
+ }
+}
+
+style "notebook-toolbar"
+{
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ file = "images/other/null.png"
+ border = {0, 0, 0, 0}
+ stretch = TRUE
+ detail = "toolbar"
+ orientation = HORIZONTAL
+ }
+ }
+}
+
+style "inline-toolbar"
+{
+ GtkToolbar::button-relief = GTK_RELIEF_NORMAL
+
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ file = "images/toolbars/inline-toolbar.svg"
+ border = {2, 2, 1, 4}
+ stretch = TRUE
+ detail = "toolbar"
+ orientation = HORIZONTAL
+ }
+ }
+}
+