From 12cc09c661a80d6948a8df308a35114325ff3004 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 9 Oct 2007 08:44:59 +0000 Subject: merged from trunk --- data/styles/carp/Makefile.am | 4 + data/styles/carp/pixmaps/blank.xpm | 19 ++++ data/styles/carp/pixmaps/close.xpm | 20 ++++ data/styles/carp/pixmaps/max.xpm | 20 ++++ data/styles/carp/pixmaps/min.xpm | 20 ++++ data/styles/carp/pixmaps/shade.xpm | 20 ++++ data/styles/carp/pixmaps/unshade.xpm | 20 ++++ data/styles/carp/theme.cfg | 202 +++++++++++++++++++++++++++++++++++ data/styles/green_tea/Makefile.am | 4 + data/styles/green_tea/theme.cfg | 174 ++++++++++++++++++++++++++++++ data/styles/ostrich/Makefile.am | 4 + data/styles/ostrich/theme.cfg | 178 ++++++++++++++++++++++++++++++ 12 files changed, 685 insertions(+) create mode 100644 data/styles/carp/Makefile.am create mode 100644 data/styles/carp/pixmaps/blank.xpm create mode 100644 data/styles/carp/pixmaps/close.xpm create mode 100644 data/styles/carp/pixmaps/max.xpm create mode 100644 data/styles/carp/pixmaps/min.xpm create mode 100644 data/styles/carp/pixmaps/shade.xpm create mode 100644 data/styles/carp/pixmaps/unshade.xpm create mode 100644 data/styles/carp/theme.cfg create mode 100644 data/styles/green_tea/Makefile.am create mode 100644 data/styles/green_tea/theme.cfg create mode 100644 data/styles/ostrich/Makefile.am create mode 100644 data/styles/ostrich/theme.cfg diff --git a/data/styles/carp/Makefile.am b/data/styles/carp/Makefile.am new file mode 100644 index 0000000..2982984 --- /dev/null +++ b/data/styles/carp/Makefile.am @@ -0,0 +1,4 @@ +styledir = $(pkgdatadir)/styles/carp + +style_DATA = theme.cfg +EXTRA_DIST=$(style_DATA) \ No newline at end of file diff --git a/data/styles/carp/pixmaps/blank.xpm b/data/styles/carp/pixmaps/blank.xpm new file mode 100644 index 0000000..6e9f173 --- /dev/null +++ b/data/styles/carp/pixmaps/blank.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char * blank_xpm[] = { +"15 15 1 1", +" c #313131", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/data/styles/carp/pixmaps/close.xpm b/data/styles/carp/pixmaps/close.xpm new file mode 100644 index 0000000..56a341c --- /dev/null +++ b/data/styles/carp/pixmaps/close.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * close_xpm[] = { +"15 15 2 1", +" c #313131", +". c #F1F1F1", +" ", +" ", +" ", +" ", +" .. .. ", +" ... ... ", +" ..... ", +" ... ", +" ..... ", +" ... ... ", +" .. .. ", +" ", +" ", +" ", +" "}; diff --git a/data/styles/carp/pixmaps/max.xpm b/data/styles/carp/pixmaps/max.xpm new file mode 100644 index 0000000..a21d50d --- /dev/null +++ b/data/styles/carp/pixmaps/max.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * max_xpm[] = { +"15 15 2 1", +" c #313131", +". c #F1F1F1", +" ", +" ", +" ", +" ", +" ....... ", +" ....... ", +" . . ", +" . . ", +" . . ", +" . . ", +" ....... ", +" ", +" ", +" ", +" "}; diff --git a/data/styles/carp/pixmaps/min.xpm b/data/styles/carp/pixmaps/min.xpm new file mode 100644 index 0000000..39ef4cf --- /dev/null +++ b/data/styles/carp/pixmaps/min.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * min_xpm[] = { +"15 15 2 1", +" c #313131", +". c #F1F1F1", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ....... ", +" ....... ", +" ", +" ", +" ", +" "}; diff --git a/data/styles/carp/pixmaps/shade.xpm b/data/styles/carp/pixmaps/shade.xpm new file mode 100644 index 0000000..0afdd2d --- /dev/null +++ b/data/styles/carp/pixmaps/shade.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * shade_xpm[] = { +"15 15 2 1", +" c #313131", +". c #F1F1F1", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/data/styles/carp/pixmaps/unshade.xpm b/data/styles/carp/pixmaps/unshade.xpm new file mode 100644 index 0000000..6cd4a8a --- /dev/null +++ b/data/styles/carp/pixmaps/unshade.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * unshade_xpm[] = { +"15 15 2 1", +" c #313131", +". c #F1F1F1", +" ", +" ", +" ", +" ", +" ", +" ", +" . ", +" ... ", +" . ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/data/styles/carp/theme.cfg b/data/styles/carp/theme.cfg new file mode 100644 index 0000000..01dbe22 --- /dev/null +++ b/data/styles/carp/theme.cfg @@ -0,0 +1,202 @@ +############################################################ +# This work is licensed under the Creative Commons # +# Attribution-NonCommercial-ShareAlike 2.5 License. # +# To view a copy of this license, visit # +# http://creativecommons.org/licenses/by-sa/2.5/ # +# or send a letter to Creative Commons, # +# 559 Nathan Abbott Way, Stanford, California 94305, USA. # +############################################################ + + + +############################################################################### +# +# name: carp +# made: tenner +# date: 20-09-2006 +# http://www.tenr.de +# +############################################################## BACKGROUND ##### + +background: flat gradient elliptic +background.color: #535353 +background.colorTo: #404040 + +############################################################## FONTS ########## + +menu.frame.font: sans-7:bold +menu.title.font: sans-7:bold +toolbar.clock.font: sans-7:bold +toolbar.workspace.font: tahoma-7:bold +toolbar.iconbar.focused.font: sans-7:bold +toolbar.iconbar.unfocused.font: sans-7 +window.font: sans-7 + +############################################################## MENU ########### + +menu.bevelWidth: 1 + +#menu.itemHeight: 35 +#menu.titleHeight: 21 +menu.borderColor: #000000 +menu.borderWidth: 1 + +menu.bullet: triangle +menu.bullet.position: Right + +menu.title: flat +menu.title.justify: center +menu.title.color: #313131 +menu.title.colorTo: #313131 +menu.title.textColor: #ffffff + +menu.frame: flat +menu.frame.justify: left +menu.frame.color: #ffffff +menu.frame.colorTo: #ffffff +menu.frame.textColor: #323232 +menu.frame.disableColor: #C1C1C1 + +menu.hilite: flat +menu.hilite.color: #868686 +menu.hilite.colorTo: #868686 +menu.hilite.textColor: #ffffff + +############################################################## TOOLBAR ######## + +toolbar.bevelWidth: 0 + +toolbar.borderWidth: 2 +toolbar.borderColor: #000000 + +toolbar.height: 15 + +toolbar.justify: center + +toolbar: flat +toolbar.pixmap: +toolbar.color: #313131 +toolbar.colorTo: #313131 + +toolbar.clock: flat +toolbar.clock.justify: center +toolbar.clock.color: #313131 +toolbar.clock.colorTo: #313131 +toolbar.clock.textColor: #F1F1F1 + +toolbar.workspace: flat +toolbar.workspace.justify: Center +toolbar.workspace.color: #313131 +toolbar.workspace.colorTo: #313131 +toolbar.workspace.textColor: #F1F1F1 + +toolbar.button: flat +toolbar.button.color: #313131 +toolbar.button.colorTo: #313131 +toolbar.button.picColor: #F1F1F1 +toolbar.button.pressed: sunken +toolbar.button.pressed.color: #313131 +toolbar.button.pressed.colorTo: #313131 +toolbar.button.pressed.picColor: #000000 + +toolbar.iconbar.empty: flat +toolbar.iconbar.empty.color: #313131 +toolbar.iconbar.empty.colorTo: #313131 + +toolbar.iconbar.focused.borderWidth: 0 +toolbar.iconbar.focused.borderColor: #000000 +toolbar.iconbar.focused: sunken bevel2 gradient vertical +toolbar.iconbar.focused.color: #ffffff +toolbar.iconbar.focused.colorTo: #ffffff +toolbar.iconbar.focused.textColor: #313131 +toolbar.iconbar.focused.justify: center + +toolbar.iconbar.unfocused.borderWidth: 0 +toolbar.iconbar.unfocused.borderColor: #000000 +toolbar.iconbar.unfocused: flat +toolbar.iconbar.unfocused.color: #313131 +toolbar.iconbar.unfocused.colorTo: #313131 +toolbar.iconbar.unfocused.textColor: #F1F1F1 +toolbar.iconbar.unfocused.justify: center + +############################################################## WINDOW ######### + +window.bevelWidth: 0 +window.shade: false +window.borderWidth: 2 +window.borderColor: #000000 + +window.justify: Center + +window.title.height: 15 + +window.title.focus: flat +window.title.focus.color: #313131 +window.title.focus.colorTo: #313131 +window.title.unfocus: flat +window.title.unfocus.color: #313131 +window.title.unfocus.colorTo: #313131 + +window.label.focus: sunken bevel2 gradient vertical +window.label.focus.color: #ffffff +window.label.focus.colorTo: #ffffff +window.label.focus.textColor: #313131 +window.label.unfocus: flat +window.label.unfocus.color: #313131 +window.label.unfocus.colorTo: #313131 +window.label.unfocus.textColor: #F1F1F1 + +window.button.focus: flat +window.button.focus.color: #313131 +window.button.focus.colorTo: #313131 +window.button.focus.picColor: #f1f1f1 +window.button.unfocus: flat +window.button.unfocus.Color: #313131 +window.button.unfocus.ColorTo: #3A3A35 +window.button.unfocus.picColor: #313131 +window.button.pressed: flat +window.button.pressed.color: #313131 +window.button.pressed.colorTo: #313131 +window.button.pressed.picColor: #313131 + +window.shade.pixmap: shade.xpm +window.shade.unfocus.pixmap: blank.xpm +window.shade.pressed.pixmap: blank.xpm + +window.unshade.pixmap: unshade.xpm +window.unshade.unfocus.pixmap: blank.xpm +window.unshade.pressed.pixmap: blank.xpm + +window.close.pixmap: close.xpm +window.close.unfocus.pixmap: blank.xpm +window.close.pressed.pixmap: blank.xpm + +window.iconify.pixmap: min.xpm +window.iconify.unfocus.pixmap: blank.xpm +window.iconify.pressed.pixmap: blank.xpm + +window.maximize.pixmap: max.xpm +window.maximize.unfocus.pixmap: blank.xpm +window.maximize.pressed.pixmap: blank.xpm + +window.menuicon.pixmap: blank.xpm +window.menuicon.unfocus.pixmap: blank.xpm +window.menuicon.pressed.pixmap: blank.xpm + +window.handle.focus: flat +window.handle.focus.color: #313131 +window.handle.focus.colorTo: #313131 +window.handle.unfocus: flat +window.handle.unfocus.color: #313131 +window.handle.unfocus.colorTo: #313131 +window.handleWidth: 2 + +window.grip.focus: flat +window.grip.focus.color: #ffffff +window.grip.focus.colorTo: #ffffff +window.grip.unfocus: flat +window.grip.unfocus.color: #313131 +window.grip.unfocus.colorTo: #313131 + +############################################################################### +# EOF diff --git a/data/styles/green_tea/Makefile.am b/data/styles/green_tea/Makefile.am new file mode 100644 index 0000000..95bf0f8 --- /dev/null +++ b/data/styles/green_tea/Makefile.am @@ -0,0 +1,4 @@ +styledir = $(pkgdatadir)/styles/green_tea + +style_DATA = theme.cfg +EXTRA_DIST=$(style_DATA) \ No newline at end of file diff --git a/data/styles/green_tea/theme.cfg b/data/styles/green_tea/theme.cfg new file mode 100644 index 0000000..c5da8ae --- /dev/null +++ b/data/styles/green_tea/theme.cfg @@ -0,0 +1,174 @@ +############################################################ +# This work is licensed under the Creative Commons # +# Attribution-NonCommercial-ShareAlike 2.5 License. # +# To view a copy of this license, visit # +# http://creativecommons.org/licenses/by-sa/2.5/ # +# or send a letter to Creative Commons, # +# 559 Nathan Abbott Way, Stanford, California 94305, USA. # +############################################################ + + + +############################################################################### +# +# name: green_tea +# made: tenner +# date: 19-09-2006 +# http://www.tenr.de +# +############################################################## BACKGROUND ##### + +background: flat gradient elliptic +background.color: #404040 +background.colorTo: #535353 + +############################################################## FONTS ########## + +menu.frame.font: sans-9:bold +menu.title.font: sans-10:bold +toolbar.clock.font: sans-9:bold +toolbar.workspace.font: tahoma-10:bold +toolbar.iconbar.focused.font: sans-8:bold +toolbar.iconbar.unfocused.font: sans-8 +window.font: sans-8 + +############################################################## MENU ########### + +menu.bevelWidth: 1 + +#menu.itemHeight: 35 +#menu.titleHeight: 21 +menu.borderColor: #4F6F55 +menu.borderWidth: 1 + +menu.bullet: triangle +menu.bullet.position: Right + +menu.title: flat +menu.title.justify: center +menu.title.color: #3F5F42 +menu.title.colorTo: #3F5F42 +menu.title.textColor: #e7e7e7 + +menu.frame: flat +menu.frame.justify: left +menu.frame.color: #212121 +menu.frame.colorTo: #212121 +menu.frame.textColor: #e7e7e7 +menu.frame.disableColor: #4F6F55 + +menu.hilite: flat +menu.hilite.color: #4C4C4C +menu.hilite.colorTo: #4C4C4C +menu.hilite.textColor: #ffffff + +############################################################## TOOLBAR ######## + +toolbar.bevelWidth: 1 + +toolbar.borderWidth: 1 +toolbar.borderColor: #4F6F55 + +toolbar.height: 16 + +toolbar.justify: center + +toolbar: flat +toolbar.pixmap: +toolbar.color: #212121 +toolbar.colorTo: #212121 + +toolbar.clock: flat +toolbar.clock.justify: center +toolbar.clock.color: #4C4C4C +toolbar.clock.colorTo: #4C4C4C +toolbar.clock.textColor: #e7e7e7 + +toolbar.workspace: flat +toolbar.workspace.justify: Center +toolbar.workspace.color: #4C4C4C +toolbar.workspace.colorTo: #4C4C4C +toolbar.workspace.textColor: #e7e7e7 + +toolbar.button: flat +toolbar.button.color: #4C4C4C +toolbar.button.colorTo: #4C4C4C +toolbar.button.picColor: #C5C5C5 +toolbar.button.pressed: flat +toolbar.button.pressed.color: #4C4C4C +toolbar.button.pressed.colorTo: #4C4C4C +toolbar.button.pressed.picColor: #000000 + +toolbar.iconbar.empty: flat +toolbar.iconbar.empty.color: #212121 +toolbar.iconbar.empty.colorTo: #212121 + +toolbar.iconbar.focused: flat +toolbar.iconbar.focused.color: #3F5F42 +toolbar.iconbar.focused.colorTo: #3F5F42 +toolbar.iconbar.focused.textColor: #e7e7e7 +toolbar.iconbar.focused.justify: center + +toolbar.iconbar.unfocused: flat +toolbar.iconbar.unfocused.color: #212121 +toolbar.iconbar.unfocused.colorTo: #212121 +toolbar.iconbar.unfocused.textColor: #6f6f6f +toolbar.iconbar.unfocused.justify: center + +############################################################## WINDOW ######### + +window.bevelWidth: 1 +window.shade: false +window.borderWidth: 1 +window.borderColor: #4F6F55 + +window.justify: Center + +window.title.height: 16 + +window.title.focus: flat +window.title.focus.color: #212121 +window.title.focus.colorTo: #212121 +window.title.unfocus: flat +window.title.unfocus.color: #212121 +window.title.unfocus.colorTo: #212121 + +window.label.focus: flat +window.label.focus.color: #3F5F42 +window.label.focus.colorTo: #3F5F42 +window.label.focus.textColor: #e7e7e7 +window.label.unfocus: flat +window.label.unfocus.color: #212121 +window.label.unfocus.colorTo: #212121 +window.label.unfocus.textColor: #6f6f6f + +window.button.focus: flat +window.button.focus.color: #4C4C4C +window.button.focus.colorTo: #4C4C4C +window.button.focus.picColor: #C5C5C5 +window.button.unfocus: flat +window.button.unfocus.Color: #4C4C4C +window.button.unfocus.ColorTo: #4C4C4C +window.button.unfocus.picColor: #797979 +window.button.pressed: flat +window.button.pressed.color: #4C4C4C +window.button.pressed.colorTo: #4C4C4C +window.button.pressed.picColor: #C5C5C5 + +window.handle.focus: flat +window.handle.focus.color: #212121 +window.handle.focus.colorTo: #212121 +window.handle.unfocus: flat +window.handle.unfocus.color: #212121 +window.handle.unfocus.colorTo: #212121 +window.handleWidth: 3 + +window.grip.focus: flat +window.grip.focus.color: #3F5F42 +window.grip.focus.colorTo: #3F5F42 +window.grip.unfocus: flat +window.grip.unfocus.color: #212121 +window.grip.unfocus.colorTo: #212121 + +############################################################################### +# EOF diff --git a/data/styles/ostrich/Makefile.am b/data/styles/ostrich/Makefile.am new file mode 100644 index 0000000..a143e2a --- /dev/null +++ b/data/styles/ostrich/Makefile.am @@ -0,0 +1,4 @@ +styledir = $(pkgdatadir)/styles/ostrich + +style_DATA = theme.cfg +EXTRA_DIST=$(style_DATA) \ No newline at end of file diff --git a/data/styles/ostrich/theme.cfg b/data/styles/ostrich/theme.cfg new file mode 100644 index 0000000..0aab16d --- /dev/null +++ b/data/styles/ostrich/theme.cfg @@ -0,0 +1,178 @@ +############################################################ +# This work is licensed under the Creative Commons # +# Attribution-NonCommercial-ShareAlike 2.5 License. # +# To view a copy of this license, visit # +# http://creativecommons.org/licenses/by-sa/2.5/ # +# or send a letter to Creative Commons, # +# 559 Nathan Abbott Way, Stanford, California 94305, USA. # +############################################################ + + + +############################################################################### +# +# name: ostrich +# made: tenner +# date: 12-12-2006 +# http://www.tenr.de +# +############################################################## BACKGROUND ##### + +background: flat gradient elliptic +background.color: #404040 +background.colorTo: #535353 + +############################################################## FONTS ########## + +menu.frame.font: sans-9:bold +menu.title.font: sans-10:bold +toolbar.clock.font: sans-9:bold +toolbar.workspace.font: tahoma-10:bold +toolbar.iconbar.focused.font: sans-8:bold +toolbar.iconbar.unfocused.font: sans-8 +window.font: sans-8 + +############################################################## MENU ########### + +menu.bevelWidth: 1 + +#menu.itemHeight: 35 +#menu.titleHeight: 21 +menu.borderColor: #895D52 +menu.borderWidth: 1 + +menu.bullet: triangle +menu.bullet.position: Right + +menu.title: flat +menu.title.justify: center +menu.title.color: #895D52 +menu.title.colorTo: #895D52 +menu.title.textColor: #e7e7e7 + +menu.frame: flat +menu.frame.justify: left +menu.frame.color: #171717 +menu.frame.colorTo: #171717 +menu.frame.textColor: #ffffff +menu.frame.disableColor: #895D52 + +menu.hilite: flat +menu.hilite.color: #895D52 +menu.hilite.colorTo: #895D52 +menu.hilite.textColor: #e7e7e7 + +############################################################## TOOLBAR ######## + +toolbar.bevelWidth: 1 + +toolbar.borderWidth: 1 +toolbar.borderColor: #895D52 + +toolbar.height: 15 + +toolbar.justify: center + +toolbar: flat +toolbar.pixmap: +toolbar.color: #171717 +toolbar.colorTo: #171717 + +toolbar.clock: flat +toolbar.clock.justify: center +toolbar.clock.color: #583b35 +toolbar.clock.colorTo: #583b35 +toolbar.clock.textColor: #e7e7e7 + +toolbar.workspace: flat +toolbar.workspace.justify: Center +toolbar.workspace.color: #583b35 +toolbar.workspace.colorTo: #583b35 +toolbar.workspace.textColor: #e7e7e7 + +toolbar.button: flat +toolbar.button.color: #5c5c5c +toolbar.button.colorTo: #5c5c5c +toolbar.button.picColor: #e7e7e7 +toolbar.button.pressed: sunken +toolbar.button.pressed.color: #5c5c5c +toolbar.button.pressed.colorTo: #5c5c5c +toolbar.button.pressed.picColor: #000000 + +toolbar.iconbar.empty: flat +toolbar.iconbar.empty.color: #583b35 +toolbar.iconbar.empty.colorTo: #583b35 + +!toolbar.iconbar.focused.borderWidth: 1 +!toolbar.iconbar.focused.borderColor: #aeaeae +toolbar.iconbar.focused: flat +toolbar.iconbar.focused.color: #895D52 +toolbar.iconbar.focused.colorTo: #895D52 +toolbar.iconbar.focused.textColor: #e7e7e7 +toolbar.iconbar.focused.justify: center + +!toolbar.iconbar.unfocused.borderWidth: 1 +!toolbar.iconbar.unfocused.borderColor: #aeaeae +toolbar.iconbar.unfocused: flat +toolbar.iconbar.unfocused.color: #583b35 +toolbar.iconbar.unfocused.colorTo: #583b35 +toolbar.iconbar.unfocused.textColor: #6f6f6f +toolbar.iconbar.unfocused.justify: center + +############################################################## WINDOW ######### + +window.bevelWidth: 1 +window.shade: false +window.borderWidth: 1 +window.borderColor: #895D52 + +window.justify: Center + +window.title.height: 15 + +window.title.focus: flat +window.title.focus.color: #171717 +window.title.focus.colorTo: #171717 +window.title.unfocus: flat +window.title.unfocus.color: #171717 +window.title.unfocus.colorTo: #171717 + +window.label.focus: flat +window.label.focus.color: #895D52 +window.label.focus.colorTo: #895D52 +window.label.focus.textColor: #e7e7e7 +window.label.unfocus: flat +window.label.unfocus.color: #583b35 +window.label.unfocus.colorTo: #583b35 +window.label.unfocus.textColor: #6f6f6f + +window.button.focus: flat +window.button.focus.color: #5c5c5c +window.button.focus.colorTo: #5c5c5c +window.button.focus.picColor: #f3f3f3 +window.button.unfocus: flat +window.button.unfocus.Color: #414141 +window.button.unfocus.ColorTo: #414141 +window.button.unfocus.picColor: #838383 +window.button.pressed: sunken +window.button.pressed.color: #5c5c5c +window.button.pressed.colorTo: #5c5c5c +window.button.pressed.picColor: #000000 + +window.handle.focus: flat +window.handle.focus.color: # +window.handle.focus.colorTo: # +window.handle.unfocus: flat +window.handle.unfocus.color: # +window.handle.unfocus.colorTo: # +window.handleWidth: 0 + +window.grip.focus: flat +window.grip.focus.color: # +window.grip.focus.colorTo: # +window.grip.unfocus: flat +window.grip.unfocus.color: # +window.grip.unfocus.colorTo: # + +############################################################################### +# EOF -- cgit v0.11.2