diff --git a/CMakeLists.txt b/CMakeLists.txt index e1b857c..b647309 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( client ) - +add_subdirectory( themes ) ##### write configure files diff --git a/extra/README b/extra/README new file mode 100644 index 0000000..6d065bf --- /dev/null +++ b/extra/README @@ -0,0 +1,17 @@ +This directory contains some extra files shipped with DeKorator 0.3 +and intended for theme creators. + +portDeK -- a script for porting older DeKorator themes (1.x-2.x) to + DeKorator 0.3 + +deKhelp -- DOxygen theme documentation + +template-theme.tar.gz -- this theme is meant to be a template theme + for other themes, this theme features all + possible buttons. + +ugly-theme.tar.gz -- the purpose of this theme is to help you + understand the way deKorator paints the + decorations. + +The contents of this directory are not installed. diff --git a/themesStuff/deKhelp.xhtml b/extra/deKhelp.xhtml similarity index 100% rename from themesStuff/deKhelp.xhtml rename to extra/deKhelp.xhtml diff --git a/themesStuff/portDeK b/extra/portDeK similarity index 100% rename from themesStuff/portDeK rename to extra/portDeK diff --git a/themesStuff/template-theme.tar.gz b/extra/template-theme.tar.gz similarity index 100% rename from themesStuff/template-theme.tar.gz rename to extra/template-theme.tar.gz diff --git a/themesStuff/ugly-theme.tar.gz b/extra/ugly-theme.tar.gz similarity index 100% rename from themesStuff/ugly-theme.tar.gz rename to extra/ugly-theme.tar.gz diff --git a/themes/Bushido-Yellow-theme/buttons/hover/buttonCloseHover.png b/themes/Bushido-Yellow-theme/buttons/hover/buttonCloseHover.png new file mode 100644 index 0000000..2aeffa3 Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/hover/buttonCloseHover.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/hover/buttonMaxHover.png b/themes/Bushido-Yellow-theme/buttons/hover/buttonMaxHover.png new file mode 100644 index 0000000..8b564eb Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/hover/buttonMaxHover.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/hover/buttonMinHover.png b/themes/Bushido-Yellow-theme/buttons/hover/buttonMinHover.png new file mode 100644 index 0000000..75a8bd4 Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/hover/buttonMinHover.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/hover/buttonRestoreHover.png b/themes/Bushido-Yellow-theme/buttons/hover/buttonRestoreHover.png new file mode 100644 index 0000000..8b564eb Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/hover/buttonRestoreHover.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeDownHover.png b/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeDownHover.png new file mode 100644 index 0000000..d7c842b Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeDownHover.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeHover.png b/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeHover.png new file mode 100644 index 0000000..d7c842b Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeHover.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/normal/buttonClose.png b/themes/Bushido-Yellow-theme/buttons/normal/buttonClose.png new file mode 100644 index 0000000..2aeffa3 Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/normal/buttonClose.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/normal/buttonMax.png b/themes/Bushido-Yellow-theme/buttons/normal/buttonMax.png new file mode 100644 index 0000000..8b564eb Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/normal/buttonMax.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/normal/buttonMin.png b/themes/Bushido-Yellow-theme/buttons/normal/buttonMin.png new file mode 100644 index 0000000..75a8bd4 Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/normal/buttonMin.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/normal/buttonRestore.png b/themes/Bushido-Yellow-theme/buttons/normal/buttonRestore.png new file mode 100644 index 0000000..8b564eb Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/normal/buttonRestore.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/normal/buttonShade.png b/themes/Bushido-Yellow-theme/buttons/normal/buttonShade.png new file mode 100644 index 0000000..d7c842b Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/normal/buttonShade.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/normal/buttonShadeDown.png b/themes/Bushido-Yellow-theme/buttons/normal/buttonShadeDown.png new file mode 100644 index 0000000..d7c842b Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/normal/buttonShadeDown.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/press/buttonClosePress.png b/themes/Bushido-Yellow-theme/buttons/press/buttonClosePress.png new file mode 100644 index 0000000..2aeffa3 Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/press/buttonClosePress.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/press/buttonMaxPress.png b/themes/Bushido-Yellow-theme/buttons/press/buttonMaxPress.png new file mode 100644 index 0000000..8b564eb Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/press/buttonMaxPress.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/press/buttonMinPress.png b/themes/Bushido-Yellow-theme/buttons/press/buttonMinPress.png new file mode 100644 index 0000000..75a8bd4 Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/press/buttonMinPress.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/press/buttonRestorePress.png b/themes/Bushido-Yellow-theme/buttons/press/buttonRestorePress.png new file mode 100644 index 0000000..8b564eb Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/press/buttonRestorePress.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/press/buttonShadeDownPress.png b/themes/Bushido-Yellow-theme/buttons/press/buttonShadeDownPress.png new file mode 100644 index 0000000..d7c842b Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/press/buttonShadeDownPress.png differ diff --git a/themes/Bushido-Yellow-theme/buttons/press/buttonShadePress.png b/themes/Bushido-Yellow-theme/buttons/press/buttonShadePress.png new file mode 100644 index 0000000..d7c842b Binary files /dev/null and b/themes/Bushido-Yellow-theme/buttons/press/buttonShadePress.png differ diff --git a/themes/Bushido-Yellow-theme/deco/bottomLeftFrameBg.png b/themes/Bushido-Yellow-theme/deco/bottomLeftFrameBg.png new file mode 100644 index 0000000..9fbd574 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/bottomLeftFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/bottomRightFrameBg.png b/themes/Bushido-Yellow-theme/deco/bottomRightFrameBg.png new file mode 100644 index 0000000..55b3f0d Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/bottomRightFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/leftBottomFrameBg.png b/themes/Bushido-Yellow-theme/deco/leftBottomFrameBg.png new file mode 100644 index 0000000..847bb07 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/leftBottomFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/leftButtonsBg.png b/themes/Bushido-Yellow-theme/deco/leftButtonsBg.png new file mode 100644 index 0000000..3df06da Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/leftButtonsBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/leftTitleBg.png b/themes/Bushido-Yellow-theme/deco/leftTitleBg.png new file mode 100644 index 0000000..744e9a0 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/leftTitleBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/midBottomFrameBg.png b/themes/Bushido-Yellow-theme/deco/midBottomFrameBg.png new file mode 100644 index 0000000..2c854c3 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/midBottomFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/midLeftFrameBg.png b/themes/Bushido-Yellow-theme/deco/midLeftFrameBg.png new file mode 100644 index 0000000..9fbd574 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/midLeftFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/midRightFrameBg.png b/themes/Bushido-Yellow-theme/deco/midRightFrameBg.png new file mode 100644 index 0000000..55b3f0d Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/midRightFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/midTitleBg.png b/themes/Bushido-Yellow-theme/deco/midTitleBg.png new file mode 100644 index 0000000..91e4fed Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/midTitleBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/rightBottomFrameBg.png b/themes/Bushido-Yellow-theme/deco/rightBottomFrameBg.png new file mode 100644 index 0000000..69cfbf3 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/rightBottomFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/rightButtonsBg.png b/themes/Bushido-Yellow-theme/deco/rightButtonsBg.png new file mode 100644 index 0000000..a5e54fa Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/rightButtonsBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/rightTitleBg.png b/themes/Bushido-Yellow-theme/deco/rightTitleBg.png new file mode 100644 index 0000000..9f03148 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/rightTitleBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/topLeftCornerBg.png b/themes/Bushido-Yellow-theme/deco/topLeftCornerBg.png new file mode 100644 index 0000000..f5ac15c Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/topLeftCornerBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/topLeftFrameBg.png b/themes/Bushido-Yellow-theme/deco/topLeftFrameBg.png new file mode 100644 index 0000000..9fbd574 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/topLeftFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/topRightCornerBg.png b/themes/Bushido-Yellow-theme/deco/topRightCornerBg.png new file mode 100644 index 0000000..5b4e404 Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/topRightCornerBg.png differ diff --git a/themes/Bushido-Yellow-theme/deco/topRightFrameBg.png b/themes/Bushido-Yellow-theme/deco/topRightFrameBg.png new file mode 100644 index 0000000..55b3f0d Binary files /dev/null and b/themes/Bushido-Yellow-theme/deco/topRightFrameBg.png differ diff --git a/themes/Bushido-Yellow-theme/masks/buttomLeftCornerBitmap.png b/themes/Bushido-Yellow-theme/masks/buttomLeftCornerBitmap.png new file mode 100644 index 0000000..f7f7e85 Binary files /dev/null and b/themes/Bushido-Yellow-theme/masks/buttomLeftCornerBitmap.png differ diff --git a/themes/Bushido-Yellow-theme/masks/buttomMidBitmap.png b/themes/Bushido-Yellow-theme/masks/buttomMidBitmap.png new file mode 100644 index 0000000..0effdb0 Binary files /dev/null and b/themes/Bushido-Yellow-theme/masks/buttomMidBitmap.png differ diff --git a/themes/Bushido-Yellow-theme/masks/buttomRightCornerBitmap.png b/themes/Bushido-Yellow-theme/masks/buttomRightCornerBitmap.png new file mode 100644 index 0000000..6fcc2c3 Binary files /dev/null and b/themes/Bushido-Yellow-theme/masks/buttomRightCornerBitmap.png differ diff --git a/themes/Bushido-Yellow-theme/masks/topLeftCornerBitmap.png b/themes/Bushido-Yellow-theme/masks/topLeftCornerBitmap.png new file mode 100644 index 0000000..efd60a2 Binary files /dev/null and b/themes/Bushido-Yellow-theme/masks/topLeftCornerBitmap.png differ diff --git a/themes/Bushido-Yellow-theme/masks/topMidBitmap.png b/themes/Bushido-Yellow-theme/masks/topMidBitmap.png new file mode 100644 index 0000000..65841fb Binary files /dev/null and b/themes/Bushido-Yellow-theme/masks/topMidBitmap.png differ diff --git a/themes/Bushido-Yellow-theme/masks/topRightCornerBitmap.png b/themes/Bushido-Yellow-theme/masks/topRightCornerBitmap.png new file mode 100644 index 0000000..8e4df6b Binary files /dev/null and b/themes/Bushido-Yellow-theme/masks/topRightCornerBitmap.png differ diff --git a/themes/CMakeLists.txt b/themes/CMakeLists.txt new file mode 100644 index 0000000..04e1eac --- /dev/null +++ b/themes/CMakeLists.txt @@ -0,0 +1,6 @@ +##### default themes ################################ + +install( + DIRECTORY Default-theme Bushido-Yellow-theme + DESTINATION ${DATA_INSTALL_DIR}/deKorator/themes/ +) diff --git a/themes/Default-theme/buttons/hover/buttonAboveDownHover.png b/themes/Default-theme/buttons/hover/buttonAboveDownHover.png new file mode 100644 index 0000000..f785c3c Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonAboveDownHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonAboveHover.png b/themes/Default-theme/buttons/hover/buttonAboveHover.png new file mode 100644 index 0000000..9d2fee1 Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonAboveHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonBelowDownHover.png b/themes/Default-theme/buttons/hover/buttonBelowDownHover.png new file mode 100644 index 0000000..7466959 Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonBelowDownHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonBelowHover.png b/themes/Default-theme/buttons/hover/buttonBelowHover.png new file mode 100644 index 0000000..f39bdcb Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonBelowHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonCloseHover.png b/themes/Default-theme/buttons/hover/buttonCloseHover.png new file mode 100644 index 0000000..992994e Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonCloseHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonHelpHover.png b/themes/Default-theme/buttons/hover/buttonHelpHover.png new file mode 100644 index 0000000..07868aa Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonHelpHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonMaxHover.png b/themes/Default-theme/buttons/hover/buttonMaxHover.png new file mode 100644 index 0000000..acead2f Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonMaxHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonMenuHover.png b/themes/Default-theme/buttons/hover/buttonMenuHover.png new file mode 100644 index 0000000..601c083 Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonMenuHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonMinHover.png b/themes/Default-theme/buttons/hover/buttonMinHover.png new file mode 100644 index 0000000..5e8954f Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonMinHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonRestoreHover.png b/themes/Default-theme/buttons/hover/buttonRestoreHover.png new file mode 100644 index 0000000..acead2f Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonRestoreHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonShadeDownHover.png b/themes/Default-theme/buttons/hover/buttonShadeDownHover.png new file mode 100644 index 0000000..a3ee164 Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonShadeDownHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonShadeHover.png b/themes/Default-theme/buttons/hover/buttonShadeHover.png new file mode 100644 index 0000000..0442520 Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonShadeHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonStickyDownHover.png b/themes/Default-theme/buttons/hover/buttonStickyDownHover.png new file mode 100644 index 0000000..0351ee1 Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonStickyDownHover.png differ diff --git a/themes/Default-theme/buttons/hover/buttonStickyHover.png b/themes/Default-theme/buttons/hover/buttonStickyHover.png new file mode 100644 index 0000000..bb4bb32 Binary files /dev/null and b/themes/Default-theme/buttons/hover/buttonStickyHover.png differ diff --git a/themes/Default-theme/buttons/normal/buttonAbove.png b/themes/Default-theme/buttons/normal/buttonAbove.png new file mode 100644 index 0000000..601c083 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonAbove.png differ diff --git a/themes/Default-theme/buttons/normal/buttonAboveDown.png b/themes/Default-theme/buttons/normal/buttonAboveDown.png new file mode 100644 index 0000000..e647f3c Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonAboveDown.png differ diff --git a/themes/Default-theme/buttons/normal/buttonBelow.png b/themes/Default-theme/buttons/normal/buttonBelow.png new file mode 100644 index 0000000..601c083 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonBelow.png differ diff --git a/themes/Default-theme/buttons/normal/buttonBelowDown.png b/themes/Default-theme/buttons/normal/buttonBelowDown.png new file mode 100644 index 0000000..132be89 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonBelowDown.png differ diff --git a/themes/Default-theme/buttons/normal/buttonClose.png b/themes/Default-theme/buttons/normal/buttonClose.png new file mode 100644 index 0000000..66a4316 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonClose.png differ diff --git a/themes/Default-theme/buttons/normal/buttonHelp.png b/themes/Default-theme/buttons/normal/buttonHelp.png new file mode 100644 index 0000000..601c083 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonHelp.png differ diff --git a/themes/Default-theme/buttons/normal/buttonMax.png b/themes/Default-theme/buttons/normal/buttonMax.png new file mode 100644 index 0000000..1768e5a Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonMax.png differ diff --git a/themes/Default-theme/buttons/normal/buttonMenu.png b/themes/Default-theme/buttons/normal/buttonMenu.png new file mode 100644 index 0000000..601c083 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonMenu.png differ diff --git a/themes/Default-theme/buttons/normal/buttonMin.png b/themes/Default-theme/buttons/normal/buttonMin.png new file mode 100644 index 0000000..1d01684 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonMin.png differ diff --git a/themes/Default-theme/buttons/normal/buttonRestore.png b/themes/Default-theme/buttons/normal/buttonRestore.png new file mode 100644 index 0000000..1768e5a Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonRestore.png differ diff --git a/themes/Default-theme/buttons/normal/buttonShade.png b/themes/Default-theme/buttons/normal/buttonShade.png new file mode 100644 index 0000000..edaaf89 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonShade.png differ diff --git a/themes/Default-theme/buttons/normal/buttonShadeDown.png b/themes/Default-theme/buttons/normal/buttonShadeDown.png new file mode 100644 index 0000000..0442520 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonShadeDown.png differ diff --git a/themes/Default-theme/buttons/normal/buttonSticky.png b/themes/Default-theme/buttons/normal/buttonSticky.png new file mode 100644 index 0000000..601c083 Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonSticky.png differ diff --git a/themes/Default-theme/buttons/normal/buttonStickyDown.png b/themes/Default-theme/buttons/normal/buttonStickyDown.png new file mode 100644 index 0000000..3f7ae8e Binary files /dev/null and b/themes/Default-theme/buttons/normal/buttonStickyDown.png differ diff --git a/themes/Default-theme/buttons/press/buttonAboveDownPress.png b/themes/Default-theme/buttons/press/buttonAboveDownPress.png new file mode 100644 index 0000000..c57c206 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonAboveDownPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonAbovePress.png b/themes/Default-theme/buttons/press/buttonAbovePress.png new file mode 100644 index 0000000..839388f Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonAbovePress.png differ diff --git a/themes/Default-theme/buttons/press/buttonBelowDownPress.png b/themes/Default-theme/buttons/press/buttonBelowDownPress.png new file mode 100644 index 0000000..cb7d5c2 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonBelowDownPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonBelowPress.png b/themes/Default-theme/buttons/press/buttonBelowPress.png new file mode 100644 index 0000000..83200a6 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonBelowPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonClosePress.png b/themes/Default-theme/buttons/press/buttonClosePress.png new file mode 100644 index 0000000..91214bb Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonClosePress.png differ diff --git a/themes/Default-theme/buttons/press/buttonHelpPress.png b/themes/Default-theme/buttons/press/buttonHelpPress.png new file mode 100644 index 0000000..7f04d1c Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonHelpPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonMaxPress.png b/themes/Default-theme/buttons/press/buttonMaxPress.png new file mode 100644 index 0000000..293d673 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonMaxPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonMenuPress.png b/themes/Default-theme/buttons/press/buttonMenuPress.png new file mode 100644 index 0000000..601c083 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonMenuPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonMinPress.png b/themes/Default-theme/buttons/press/buttonMinPress.png new file mode 100644 index 0000000..190a708 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonMinPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonRestorePress.png b/themes/Default-theme/buttons/press/buttonRestorePress.png new file mode 100644 index 0000000..e8682b7 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonRestorePress.png differ diff --git a/themes/Default-theme/buttons/press/buttonShadeDownPress.png b/themes/Default-theme/buttons/press/buttonShadeDownPress.png new file mode 100644 index 0000000..a3ee164 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonShadeDownPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonShadePress.png b/themes/Default-theme/buttons/press/buttonShadePress.png new file mode 100644 index 0000000..a3ee164 Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonShadePress.png differ diff --git a/themes/Default-theme/buttons/press/buttonStickyDownPress.png b/themes/Default-theme/buttons/press/buttonStickyDownPress.png new file mode 100644 index 0000000..167a50f Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonStickyDownPress.png differ diff --git a/themes/Default-theme/buttons/press/buttonStickyPress.png b/themes/Default-theme/buttons/press/buttonStickyPress.png new file mode 100644 index 0000000..8f04e0d Binary files /dev/null and b/themes/Default-theme/buttons/press/buttonStickyPress.png differ diff --git a/themes/Default-theme/deco/bottomLeftFrameBg.png b/themes/Default-theme/deco/bottomLeftFrameBg.png new file mode 100644 index 0000000..5385577 Binary files /dev/null and b/themes/Default-theme/deco/bottomLeftFrameBg.png differ diff --git a/themes/Default-theme/deco/bottomRightFrameBg.png b/themes/Default-theme/deco/bottomRightFrameBg.png new file mode 100644 index 0000000..6bbc6c2 Binary files /dev/null and b/themes/Default-theme/deco/bottomRightFrameBg.png differ diff --git a/themes/Default-theme/deco/leftBottomFrameBg.png b/themes/Default-theme/deco/leftBottomFrameBg.png new file mode 100644 index 0000000..9bd1a1b Binary files /dev/null and b/themes/Default-theme/deco/leftBottomFrameBg.png differ diff --git a/themes/Default-theme/deco/leftButtonsBg.png b/themes/Default-theme/deco/leftButtonsBg.png new file mode 100644 index 0000000..ff7804e Binary files /dev/null and b/themes/Default-theme/deco/leftButtonsBg.png differ diff --git a/themes/Default-theme/deco/leftTitleBg.png b/themes/Default-theme/deco/leftTitleBg.png new file mode 100644 index 0000000..6bdf84b Binary files /dev/null and b/themes/Default-theme/deco/leftTitleBg.png differ diff --git a/themes/Default-theme/deco/midBottomFrameBg.png b/themes/Default-theme/deco/midBottomFrameBg.png new file mode 100644 index 0000000..8122e3d Binary files /dev/null and b/themes/Default-theme/deco/midBottomFrameBg.png differ diff --git a/themes/Default-theme/deco/midLeftFrameBg.png b/themes/Default-theme/deco/midLeftFrameBg.png new file mode 100644 index 0000000..9f6eeef Binary files /dev/null and b/themes/Default-theme/deco/midLeftFrameBg.png differ diff --git a/themes/Default-theme/deco/midRightFrameBg.png b/themes/Default-theme/deco/midRightFrameBg.png new file mode 100644 index 0000000..fa31a17 Binary files /dev/null and b/themes/Default-theme/deco/midRightFrameBg.png differ diff --git a/themes/Default-theme/deco/midTitleBg.png b/themes/Default-theme/deco/midTitleBg.png new file mode 100644 index 0000000..a8b59b5 Binary files /dev/null and b/themes/Default-theme/deco/midTitleBg.png differ diff --git a/themes/Default-theme/deco/rightBottomFrameBg.png b/themes/Default-theme/deco/rightBottomFrameBg.png new file mode 100644 index 0000000..43f204a Binary files /dev/null and b/themes/Default-theme/deco/rightBottomFrameBg.png differ diff --git a/themes/Default-theme/deco/rightButtonsBg.png b/themes/Default-theme/deco/rightButtonsBg.png new file mode 100644 index 0000000..e6a1e41 Binary files /dev/null and b/themes/Default-theme/deco/rightButtonsBg.png differ diff --git a/themes/Default-theme/deco/rightTitleBg.png b/themes/Default-theme/deco/rightTitleBg.png new file mode 100644 index 0000000..471b4e5 Binary files /dev/null and b/themes/Default-theme/deco/rightTitleBg.png differ diff --git a/themes/Default-theme/deco/topLeftCornerBg.png b/themes/Default-theme/deco/topLeftCornerBg.png new file mode 100644 index 0000000..c3a51e4 Binary files /dev/null and b/themes/Default-theme/deco/topLeftCornerBg.png differ diff --git a/themes/Default-theme/deco/topLeftFrameBg.png b/themes/Default-theme/deco/topLeftFrameBg.png new file mode 100644 index 0000000..9f6eeef Binary files /dev/null and b/themes/Default-theme/deco/topLeftFrameBg.png differ diff --git a/themes/Default-theme/deco/topRightCornerBg.png b/themes/Default-theme/deco/topRightCornerBg.png new file mode 100644 index 0000000..e96a4ce Binary files /dev/null and b/themes/Default-theme/deco/topRightCornerBg.png differ diff --git a/themes/Default-theme/deco/topRightFrameBg.png b/themes/Default-theme/deco/topRightFrameBg.png new file mode 100644 index 0000000..fa31a17 Binary files /dev/null and b/themes/Default-theme/deco/topRightFrameBg.png differ diff --git a/themes/Default-theme/masks/buttomLeftCornerBitmap.png b/themes/Default-theme/masks/buttomLeftCornerBitmap.png new file mode 100644 index 0000000..304d530 Binary files /dev/null and b/themes/Default-theme/masks/buttomLeftCornerBitmap.png differ diff --git a/themes/Default-theme/masks/buttomRightCornerBitmap.png b/themes/Default-theme/masks/buttomRightCornerBitmap.png new file mode 100644 index 0000000..fc89dcc Binary files /dev/null and b/themes/Default-theme/masks/buttomRightCornerBitmap.png differ diff --git a/themes/Default-theme/masks/topLeftCornerBitmap.png b/themes/Default-theme/masks/topLeftCornerBitmap.png new file mode 100644 index 0000000..db1ae01 Binary files /dev/null and b/themes/Default-theme/masks/topLeftCornerBitmap.png differ diff --git a/themes/Default-theme/masks/topRightCornerBitmap.png b/themes/Default-theme/masks/topRightCornerBitmap.png new file mode 100644 index 0000000..73f5c4f Binary files /dev/null and b/themes/Default-theme/masks/topRightCornerBitmap.png differ diff --git a/themesStuff/Bushido-Yellow-theme.tar.gz b/themesStuff/Bushido-Yellow-theme.tar.gz deleted file mode 100644 index 53fa4c5..0000000 Binary files a/themesStuff/Bushido-Yellow-theme.tar.gz and /dev/null differ diff --git a/themesStuff/Default-theme.tar.bz2 b/themesStuff/Default-theme.tar.bz2 deleted file mode 100644 index d554f1d..0000000 Binary files a/themesStuff/Default-theme.tar.bz2 and /dev/null differ diff --git a/themesStuff/The K-style: Infinity-theme.tar.gz b/themesStuff/The K-style: Infinity-theme.tar.gz deleted file mode 100644 index b577e58..0000000 Binary files a/themesStuff/The K-style: Infinity-theme.tar.gz and /dev/null differ