aboutsummaryrefslogtreecommitdiff
path: root/Src/resources/skins/Bento/skin.xml
diff options
context:
space:
mode:
authorJean-Francois Mauguit <jfmauguit@mac.com>2024-09-24 09:03:25 -0400
committerGitHub <noreply@github.com>2024-09-24 09:03:25 -0400
commitbab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch)
tree12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/resources/skins/Bento/skin.xml
parent4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff)
parent20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff)
downloadwinamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/resources/skins/Bento/skin.xml')
-rw-r--r--Src/resources/skins/Bento/skin.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/Src/resources/skins/Bento/skin.xml b/Src/resources/skins/Bento/skin.xml
new file mode 100644
index 00000000..cadb8cd0
--- /dev/null
+++ b/Src/resources/skins/Bento/skin.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+
+<WinampAbstractionLayer version="1.35">
+ <skininfo>
+ <version>1.2.4</version>
+ <name>Bento</name>
+ <author>Martin Pöhlmann, Taber Buhl</author>
+ <comment>Graphics by Taber Buhl - Wasabi Development by Ben Allison and Martin Poehlmann</comment>
+ <email>martin@skinconsortium.com</email>
+ <screenshot>screenshot.png</screenshot>
+ <homepage>http://www.skinconsortium.com/</homepage>
+ </skininfo>
+
+ <accelerators section="general">
+ <accelerator bind="Alt+F" action="MENUHOTKEY_FILE" />
+ <accelerator bind="Alt+P" action="MENUHOTKEY_PLAY" />
+ <accelerator bind="Alt+O" action="MENUHOTKEY_OPTIONS" />
+ <accelerator bind="Alt+I" action="MENUHOTKEY_VIEW" />
+ <accelerator bind="Alt+H" action="MENUHOTKEY_HELP" />
+ </accelerators>
+
+ <accelerators section="normal">
+ <accelerator bind="space" action="SHOW_CURRENT_TRACK" />
+ </accelerators>
+
+ <!-- This Skin uses shared Graphics, XML and Maki from 'Big Bento' -->
+
+ <scripts>
+ <script file="../Big Bento/scripts/loadattribs.maki" param="small"/> <!-- Must be loaded at first -->
+ </scripts>
+
+ <include file="../Big Bento/xml/color-presets.xml"/>
+ <include file="../Big Bento/xml/system-colors.xml"/>
+ <include file="../Big Bento/xml/system-elements.xml"/>
+ <include file="xml/standardframe.xml" />
+ <include file="../Big Bento/xml/window-overrides.xml"/>
+ <include file="xml/player.xml"/>
+ <include file="xml/notifier.xml"/>
+ <include file="../Big Bento/about/about.xml"/>
+
+ <scripts>
+ <script file="../Big Bento/scripts/maximize.maki" param="130,18"/>
+ </scripts>
+
+</WinampAbstractionLayer> \ No newline at end of file