aboutsummaryrefslogtreecommitdiffstats
path: root/Clearlooks
diff options
context:
space:
mode:
Diffstat (limited to 'Clearlooks')
-rw-r--r--Clearlooks/Makefile.am1
-rw-r--r--Clearlooks/background/Makefile.am6
-rw-r--r--Clearlooks/background/default.pngbin0 -> 80510 bytes
-rw-r--r--Clearlooks/icons/Makefile.am0
-rw-r--r--Clearlooks/matchbox/Makefile.am24
-rw-r--r--Clearlooks/matchbox/Notes16
-rw-r--r--Clearlooks/matchbox/bottom-left.pngbin0 -> 204 bytes
-rw-r--r--Clearlooks/matchbox/bottom-midtile.pngbin0 -> 171 bytes
-rw-r--r--Clearlooks/matchbox/bottom-right.pngbin0 -> 210 bytes
-rw-r--r--Clearlooks/matchbox/close-button-down.pngbin0 -> 455 bytes
-rw-r--r--Clearlooks/matchbox/close-button.pngbin0 -> 454 bytes
-rw-r--r--Clearlooks/matchbox/left.pngbin0 -> 241 bytes
-rw-r--r--Clearlooks/matchbox/midtile.pngbin0 -> 222 bytes
-rw-r--r--Clearlooks/matchbox/paneldiv.pngbin0 -> 235 bytes
-rw-r--r--Clearlooks/matchbox/panelleft.pngbin0 -> 282 bytes
-rw-r--r--Clearlooks/matchbox/panelright.pngbin0 -> 242 bytes
-rw-r--r--Clearlooks/matchbox/paneltile.pngbin0 -> 164 bytes
-rw-r--r--Clearlooks/matchbox/right.pngbin0 -> 258 bytes
-rw-r--r--Clearlooks/matchbox/theme.desktop.in16
-rw-r--r--Clearlooks/matchbox/theme.xml185
20 files changed, 248 insertions, 0 deletions
diff --git a/Clearlooks/Makefile.am b/Clearlooks/Makefile.am
new file mode 100644
index 0000000..7cde1a6
--- /dev/null
+++ b/Clearlooks/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = matchbox background icons \ No newline at end of file
diff --git a/Clearlooks/background/Makefile.am b/Clearlooks/background/Makefile.am
new file mode 100644
index 0000000..543243c
--- /dev/null
+++ b/Clearlooks/background/Makefile.am
@@ -0,0 +1,6 @@
+pngs = default.png
+
+themesdir = $(datadir)/themes/Clearlooks/background
+themes_DATA = $(pngs)
+
+EXTRA_DIST = $(pngs)
diff --git a/Clearlooks/background/default.png b/Clearlooks/background/default.png
new file mode 100644
index 0000000..655cc97
--- /dev/null
+++ b/Clearlooks/background/default.png
Binary files differ
diff --git a/Clearlooks/icons/Makefile.am b/Clearlooks/icons/Makefile.am
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Clearlooks/icons/Makefile.am
diff --git a/Clearlooks/matchbox/Makefile.am b/Clearlooks/matchbox/Makefile.am
new file mode 100644
index 0000000..83845ae
--- /dev/null
+++ b/Clearlooks/matchbox/Makefile.am
@@ -0,0 +1,24 @@
+pngs = \
+bottom-left.png \
+bottom-midtile.png \
+bottom-right.png \
+close-button-down.png \
+close-button.png \
+left.png \
+midtile.png \
+paneldiv.png \
+panelleft.png \
+panelright.png \
+paneltile.png \
+right.png
+
+themesdir = $(datadir)/themes/Clearlooks/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/Clearlooks/matchbox/Notes b/Clearlooks/matchbox/Notes
new file mode 100644
index 0000000..41ff1fa
--- /dev/null
+++ b/Clearlooks/matchbox/Notes
@@ -0,0 +1,16 @@
+
+text centered white with grey? shadow
+
+24 pix high
+
+midtile 32x24
+close-button 19x19
+corners top ( left+right ) 5x24
+
+dark panel edge b6af87 ( paneldiv is 6x24 )
+
+bottom is 5px high ( tile 5x7, corners 5x5 )
+1px dark border is 3d3c33
+
+gtk bg ece9d8 ( lighter one )
+shadow edge cfc9a8
diff --git a/Clearlooks/matchbox/bottom-left.png b/Clearlooks/matchbox/bottom-left.png
new file mode 100644
index 0000000..9d31e9d
--- /dev/null
+++ b/Clearlooks/matchbox/bottom-left.png
Binary files differ
diff --git a/Clearlooks/matchbox/bottom-midtile.png b/Clearlooks/matchbox/bottom-midtile.png
new file mode 100644
index 0000000..06b2208
--- /dev/null
+++ b/Clearlooks/matchbox/bottom-midtile.png
Binary files differ
diff --git a/Clearlooks/matchbox/bottom-right.png b/Clearlooks/matchbox/bottom-right.png
new file mode 100644
index 0000000..87feb10
--- /dev/null
+++ b/Clearlooks/matchbox/bottom-right.png
Binary files differ
diff --git a/Clearlooks/matchbox/close-button-down.png b/Clearlooks/matchbox/close-button-down.png
new file mode 100644
index 0000000..697ba37
--- /dev/null
+++ b/Clearlooks/matchbox/close-button-down.png
Binary files differ
diff --git a/Clearlooks/matchbox/close-button.png b/Clearlooks/matchbox/close-button.png
new file mode 100644
index 0000000..95cae0f
--- /dev/null
+++ b/Clearlooks/matchbox/close-button.png
Binary files differ
diff --git a/Clearlooks/matchbox/left.png b/Clearlooks/matchbox/left.png
new file mode 100644
index 0000000..f4d83a9
--- /dev/null
+++ b/Clearlooks/matchbox/left.png
Binary files differ
diff --git a/Clearlooks/matchbox/midtile.png b/Clearlooks/matchbox/midtile.png
new file mode 100644
index 0000000..6660a85
--- /dev/null
+++ b/Clearlooks/matchbox/midtile.png
Binary files differ
diff --git a/Clearlooks/matchbox/paneldiv.png b/Clearlooks/matchbox/paneldiv.png
new file mode 100644
index 0000000..92eb7cf
--- /dev/null
+++ b/Clearlooks/matchbox/paneldiv.png
Binary files differ
diff --git a/Clearlooks/matchbox/panelleft.png b/Clearlooks/matchbox/panelleft.png
new file mode 100644
index 0000000..3f71266
--- /dev/null
+++ b/Clearlooks/matchbox/panelleft.png
Binary files differ
diff --git a/Clearlooks/matchbox/panelright.png b/Clearlooks/matchbox/panelright.png
new file mode 100644
index 0000000..08a4fb7
--- /dev/null
+++ b/Clearlooks/matchbox/panelright.png
Binary files differ
diff --git a/Clearlooks/matchbox/paneltile.png b/Clearlooks/matchbox/paneltile.png
new file mode 100644
index 0000000..6d81602
--- /dev/null
+++ b/Clearlooks/matchbox/paneltile.png
Binary files differ
diff --git a/Clearlooks/matchbox/right.png b/Clearlooks/matchbox/right.png
new file mode 100644
index 0000000..09edd7a
--- /dev/null
+++ b/Clearlooks/matchbox/right.png
Binary files differ
diff --git a/Clearlooks/matchbox/theme.desktop.in b/Clearlooks/matchbox/theme.desktop.in
new file mode 100644
index 0000000..eb5bb3e
--- /dev/null
+++ b/Clearlooks/matchbox/theme.desktop.in
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Type=MBTheme
+Name=Clearlooks
+Comment=Clearlooks MB Theme
+
+TitlebarDockBgColor=#dcd7bc
+DockBgColor=#dcd7bc
+PanelFgColor=#222222
+PanelMsgBgCol=#e2dec6
+PanelMsgBgUrgentCol=#ffdec6
+PanelMsgFgCol=#000000
+MenuBgColor=#dcd7bc
+MenuFgColor=black
+MenuBdColor=#cccccc
+MenuFont=Sans-10
+DesktopBgSpec=img-stretched:PREFIX/share/themes/Clearlooks/background/default.png
diff --git a/Clearlooks/matchbox/theme.xml b/Clearlooks/matchbox/theme.xml
new file mode 100644
index 0000000..988ef9a
--- /dev/null
+++ b/Clearlooks/matchbox/theme.xml
@@ -0,0 +1,185 @@
+<?xml version="1.0"?>
+<theme name="Clearlooks" author="Matthew Allum - mallum@handhelds.org"
+ desc="A version of clearlooks for mb" version="1.0" engine_version="1" >
+
+
+<color id="white" def="#ffffff" />
+<color id="black" def="#000000" />
+
+<color id="bdrdark" def="#3d3c33" />
+<color id="gtklightbg" def="#ece9d8" />
+<color id="gtkshadow1" def="#cfc9a8" />
+<color id="paneledge" def="#b6af87" />
+
+<font id="titlefont" def="Sans bold shadow 18px" />
+<font id="menufont" def="Sans bold 24px" />
+
+<pixmap id="bottomleft" filename="bottom-left.png" />
+<pixmap id="bottommidtile" filename="bottom-midtile.png" />
+<pixmap id="bottomright" filename="bottom-right.png" />
+<pixmap id="closebuttondown" filename="close-button-down.png" />
+<pixmap id="closebutton" filename="close-button.png" />
+<pixmap id="left" filename="left.png" />
+<pixmap id="midtile" filename="midtile.png" />
+<pixmap id="right" filename="right.png" />
+<pixmap id="panelright" filename="panelright.png" />
+<pixmap id="panelleft" filename="panelleft.png" />
+<pixmap id="paneltile" filename="paneltile.png" />
+
+<frame id="main" height="24">
+
+ <layer x="0" y="0" w="100%" h="24"
+ type="pixmap" pixmap="midtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="left" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="right" />
+
+<!--
+ <layer x="0" y="0" w="128" h="100%-1"
+ type="plain" color="paneledge" />
+
+ <layer x="128" y="0" w="object" h="object"
+ type="pixmap" pixmap="paneldiv" />
+-->
+
+ <layer x="4" y="4" w="100%-100" h="20"
+ type="label" color="white" justify="center" font="titlefont" />
+
+ <button x="100%-28" y="3" w="19" h="19" action="close" >
+ <active pixmap="closebuttondown" />
+ <inactive pixmap="closebutton" />
+ </button>
+
+ <layer x="100%-100" y="0" w="object" h="object"
+ type="pixmap" pixmap="panelleft" />
+
+ <layer x="100%-94" y="0" w="54" h="100%"
+ type="pixmap" pixmap="paneltile" />
+
+ <layer x="100%-40" y="0" w="object" h="object"
+ type="pixmap" pixmap="panelright" />
+
+ <panel x="100%-94" y="1" w="54" h="20" />
+
+</frame>
+
+<frame id="main-west" width="5" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="gtklightbg" />
+
+ <layer x="0" y="0" w="1" h="100%"
+ type="plain" color="bdrdark" />
+
+ <layer x="1" y="0" w="1" h="100%"
+ type="plain" color="white" />
+
+</frame>
+
+<frame id="main-east" width="5" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="gtklightbg" />
+
+ <layer x="100%-1" y="0" w="1" h="100%"
+ type="plain" color="bdrdark" />
+
+ <layer x="100%-2" y="0" w="1" h="100%"
+ type="plain" color="gtkshadow1" />
+
+</frame>
+
+<frame id="main-south" height="5" >
+
+ <layer x="0" y="0" w="100%" h="5"
+ type="pixmap" pixmap="bottommidtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="bottomleft" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="bottomright" />
+
+</frame>
+
+
+<frame id="dialog" height="24" options="shaped">
+
+ <layer x="0" y="0" w="100%" h="24"
+ type="pixmap" pixmap="midtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="left" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="right" />
+
+ <layer x="14" y="4" w="100%-70" h="20"
+ type="label" color="white" justify="center" font="titlefont" />
+
+ <button x="100%-24" y="3" w="19" h="19" action="close" >
+ <active pixmap="closebuttondown" />
+ <inactive pixmap="closebutton" />
+ </button>
+
+</frame>
+
+
+<frame id="dialog-north" height="4" options="shaped">
+
+ <layer x="0" y="0" w="100%" h="24"
+ type="pixmap" pixmap="midtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="left" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="right" />
+
+</frame>
+
+<frame id="dialog-east" width="4" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="gtklightbg" />
+
+ <layer x="100%-1" y="0" w="1" h="100%"
+ type="plain" color="bdrdark" />
+
+ <layer x="100%-2" y="0" w="1" h="100%"
+ type="plain" color="gtkshadow1" />
+
+
+</frame>
+
+<frame id="dialog-west" width="5" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="gtklightbg" />
+
+ <layer x="0" y="0" w="1" h="100%"
+ type="plain" color="bdrdark" />
+
+ <layer x="1" y="0" w="1" h="100%"
+ type="plain" color="white" />
+
+</frame>
+
+<frame id="dialog-south" height="5" >
+
+ <layer x="0" y="0" w="100%" h="5"
+ type="pixmap" pixmap="bottommidtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="bottomleft" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="bottomright" />
+
+</frame>
+
+
+</theme> \ No newline at end of file