aboutsummaryrefslogtreecommitdiffstats
path: root/Industrial/matchbox
diff options
context:
space:
mode:
Diffstat (limited to 'Industrial/matchbox')
-rw-r--r--Industrial/matchbox/19x17-closebuttonup.pngbin0 -> 392 bytes
-rw-r--r--Industrial/matchbox/Makefile.am15
-rw-r--r--Industrial/matchbox/bgtile.pngbin0 -> 198 bytes
-rw-r--r--Industrial/matchbox/bottom-left-6x6.pngbin0 -> 172 bytes
-rw-r--r--Industrial/matchbox/bottom-right-6x6.pngbin0 -> 179 bytes
-rw-r--r--Industrial/matchbox/mbnoapp.pngbin0 -> 1795 bytes
-rw-r--r--Industrial/matchbox/theme.desktop.in21
-rw-r--r--Industrial/matchbox/theme.xml151
-rw-r--r--Industrial/matchbox/title-bg-tile-16x23.pngbin0 -> 184 bytes
-rw-r--r--Industrial/matchbox/title-left-6x23.pngbin0 -> 243 bytes
-rw-r--r--Industrial/matchbox/title-right-6x23.pngbin0 -> 258 bytes
11 files changed, 187 insertions, 0 deletions
diff --git a/Industrial/matchbox/19x17-closebuttonup.png b/Industrial/matchbox/19x17-closebuttonup.png
new file mode 100644
index 0000000..da7408b
--- /dev/null
+++ b/Industrial/matchbox/19x17-closebuttonup.png
Binary files differ
diff --git a/Industrial/matchbox/Makefile.am b/Industrial/matchbox/Makefile.am
new file mode 100644
index 0000000..2a269dc
--- /dev/null
+++ b/Industrial/matchbox/Makefile.am
@@ -0,0 +1,15 @@
+pngs = \
+ 19x17-closebuttonup.png bottom-right-6x6.png title-right-6x23.png \
+ bgtile.png title-bg-tile-16x23.png \
+ bottom-left-6x6.png title-left-6x23.png mbnoapp.png
+
+themesdir = $(datadir)/themes/Industrial/matchbox
+themes_DATA = theme.xml $(pngs) theme.desktop
+
+EXTRA_DIST = theme.xml $(pngs) theme.desktop.in
+
+theme.desktop: theme.desktop.in
+ sed -e "s,PREFIX,@prefix@," theme.desktop.in > theme.desktop
+
+clean:
+ rm -f theme.desktop
diff --git a/Industrial/matchbox/bgtile.png b/Industrial/matchbox/bgtile.png
new file mode 100644
index 0000000..4d14407
--- /dev/null
+++ b/Industrial/matchbox/bgtile.png
Binary files differ
diff --git a/Industrial/matchbox/bottom-left-6x6.png b/Industrial/matchbox/bottom-left-6x6.png
new file mode 100644
index 0000000..4618fdf
--- /dev/null
+++ b/Industrial/matchbox/bottom-left-6x6.png
Binary files differ
diff --git a/Industrial/matchbox/bottom-right-6x6.png b/Industrial/matchbox/bottom-right-6x6.png
new file mode 100644
index 0000000..f207191
--- /dev/null
+++ b/Industrial/matchbox/bottom-right-6x6.png
Binary files differ
diff --git a/Industrial/matchbox/mbnoapp.png b/Industrial/matchbox/mbnoapp.png
new file mode 100644
index 0000000..0f5019c
--- /dev/null
+++ b/Industrial/matchbox/mbnoapp.png
Binary files differ
diff --git a/Industrial/matchbox/theme.desktop.in b/Industrial/matchbox/theme.desktop.in
new file mode 100644
index 0000000..a5cd19b
--- /dev/null
+++ b/Industrial/matchbox/theme.desktop.in
@@ -0,0 +1,21 @@
+[Desktop Entry]
+Type=MBTheme
+Name=Not sure yet
+
+DockBgColor=#f6f6f6
+TitlebarDockBgColor=#f6f6f6
+PanelFgColor=#9e9e9e
+
+MenuBgColor=#f6f6f6
+MenuFgColor=black
+MenuHlColor=#3e71aa
+MenuBdColor=#9e9e9e
+
+DesktopBgSpec=img-tiled:PREFIX/share/themes/Industrial/matchbox/bgtile.png
+DesktopHlCol=#3e71aa
+
+PanelMsgBgCol=#f7be38
+PanelMsgBgUrgentCol=#d75910
+PanelMsgFgCol=black
+
+
diff --git a/Industrial/matchbox/theme.xml b/Industrial/matchbox/theme.xml
new file mode 100644
index 0000000..90f4d40
--- /dev/null
+++ b/Industrial/matchbox/theme.xml
@@ -0,0 +1,151 @@
+<?xml version="1.0"?>
+<theme name="pocketmb" author="Matthew Allum - mallum@handhelds.org"
+ desc="" version="1.0" engine_version="1" >
+
+<color id="black" def="#000000" />
+<color id="white" def="#ffffff" />
+<color id="gray" def="#000000" />
+<color id="grayblue" def="#bebec7" />
+
+<color id="dockcol" def="#f6f6f6" />
+<color id="darkbluebdr" def="#00178f" />
+<color id="lightblue" def="#0063ff" />
+<color id="lightbluebdr" def="#004bff" />
+
+<color id="gtkhlcol" def="#3e71aa" />
+
+<font id="titlefont" def="Bitstream Vera Sans-8:bold|verdana-7|fixed" />
+
+<pixmap id="closebutton" filename="19x17-closebuttonup.png" />
+<pixmap id="title-bg" filename="title-bg-tile-16x23.png" />
+<pixmap id="title-left" filename="title-left-6x23.png" />
+<pixmap id="title-right" filename="title-right-6x23.png" />
+<pixmap id="bottom-left" filename="bottom-left-6x6.png" />
+<pixmap id="bottom-right" filename="bottom-right-6x6.png" />
+<pixmap id="noappicon" filename="mbnoapp.png"/>
+
+<frame id="main" height="23">
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="dockcol" />
+
+ <layer x="0" y="22" w="100%" h="1"
+ type="plain" color="black" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="title-left" />
+
+ <layer x="6" y="0" w="60%" h="object"
+ type="pixmap" pixmap="title-bg" />
+
+ <layer x="60%+6" y="0" w="object" h="object"
+ type="pixmap" pixmap="title-right" />
+
+ <layer x="24" y="3" w="60%-16" h="20"
+ type="label" color="gray" justify="left" font="titlefont" />
+
+ <button x="21" y="0" w="60%-20" h="23" action="menu" options="inputonly" />
+
+ <button x="3" y="3" w="19" h="17" action="close" >
+ <active pixmap="closebutton" blend="-150"/>
+ <inactive pixmap="closebutton" />
+ </button>
+
+ <panel x="60%+15" y="2" w="40%-15" h="20" />
+
+</frame>
+
+<frame id="main-east" width="0" >
+
+</frame>
+
+<frame id="main-west" width="0" >
+
+</frame>
+
+<frame id="main-south" height="1" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="black" />
+
+</frame>
+
+<frame id="dialog" height="23" options="shaped">
+
+ <layer x="0" y="22" w="100%" h="1"
+ type="plain" color="black" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="title-left" />
+
+ <layer x="6" y="0" w="100%-12" h="object"
+ type="pixmap" pixmap="title-bg" />
+
+ <layer x="100%-6" y="0" w="object" h="object"
+ type="pixmap" pixmap="title-right" />
+
+ <layer x="24" y="3" w="100%-24" h="20"
+ type="label" color="gray" justify="left" font="titlefont" />
+
+ <button x="3" y="3" w="19" h="17" action="close" >
+ <active pixmap="closebutton" blend="-150"/>
+ <inactive pixmap="closebutton" />
+ </button>
+
+</frame>
+
+<frame id="dialog-east" width="1" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="black" />
+
+</frame>
+
+<frame id="dialog-west" width="1" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="black" />
+
+</frame>
+
+<frame id="dialog-south" height="1" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="black" />
+
+</frame>
+
+<frame id="menu" height="6"
+ font="titlefont"
+ highlight="gtkhlcol"
+ color="gray"
+ options="shaped"
+ border_north="3"
+ border_south="5"
+ border_east="2"
+ border_west="2"
+ >
+
+ <layer x="0" y="0" w="100%" h="100%-6"
+ type="plain" color="black" />
+
+ <layer x="1" y="1" w="100%-2" h="100%-7"
+ type="plain" color="dockcol" />
+
+ <layer x="6" y="100%-6" w="100%-12" h="6"
+ type="plain" color="black" />
+
+ <layer x="6" y="100%-6" w="100%-12" h="5"
+ type="plain" color="dockcol" />
+
+ <layer x="0" y="100%-7" w="object" h="object"
+ type="pixmap" pixmap="bottom-left" />
+
+ <layer x="100%-6" y="100%-7" w="object" h="object"
+ type="pixmap" pixmap="bottom-right" />
+
+</frame>
+
+<appicon pixmap="noappicon" />
+
+</theme>
diff --git a/Industrial/matchbox/title-bg-tile-16x23.png b/Industrial/matchbox/title-bg-tile-16x23.png
new file mode 100644
index 0000000..7651b24
--- /dev/null
+++ b/Industrial/matchbox/title-bg-tile-16x23.png
Binary files differ
diff --git a/Industrial/matchbox/title-left-6x23.png b/Industrial/matchbox/title-left-6x23.png
new file mode 100644
index 0000000..ad56458
--- /dev/null
+++ b/Industrial/matchbox/title-left-6x23.png
Binary files differ
diff --git a/Industrial/matchbox/title-right-6x23.png b/Industrial/matchbox/title-right-6x23.png
new file mode 100644
index 0000000..30474d0
--- /dev/null
+++ b/Industrial/matchbox/title-right-6x23.png
Binary files differ