diff options
553 files changed, 39795 insertions, 10794 deletions
diff --git a/configure.ac.in b/configure.ac.in index 716fdb9ba..aaf122a29 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -246,6 +246,8 @@ src/Makefile themes/Makefile themes/daloa/Makefile themes/default/Makefile +themes/default-hdpi/Makefile +themes/default-xhdpi/Makefile themes/kokodi/Makefile themes/moheli/Makefile ]) diff --git a/themes/Makefile.am b/themes/Makefile.am index 739b75ad8..a93344c7f 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -4,6 +4,8 @@ SUBDIRS = \ daloa \ default \ + default-hdpi \ + default-xhdpi \ kokodi \ moheli diff --git a/themes/daloa/Makefile.am b/themes/daloa/Makefile.am index 884b8c79b..a9494e77f 100644 --- a/themes/daloa/Makefile.am +++ b/themes/daloa/Makefile.am @@ -207,5 +207,5 @@ vacuum-defs: update-png: for svg_file in $(SVG_FILES); do \ image=$${svg_file%.svg}; \ - rsvg -f png $$svg_file $$image.png; \ + rsvg-convert -f png $$svg_file > $$image.png; \ done diff --git a/themes/default-hdpi/Makefile.am b/themes/default-hdpi/Makefile.am new file mode 100644 index 000000000..95e62d97f --- /dev/null +++ b/themes/default-hdpi/Makefile.am @@ -0,0 +1,211 @@ +themedir = $(datadir)/themes/Default-hdpi/xfwm4 + +PNG_FILES = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-prelight.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-prelight.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-prelight.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-prelight.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-prelight.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-prelight.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-prelight.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-prelight.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-prelight.png \ + stick-toggled-pressed.png \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +SVG_FILES = \ + bottom-active.svg \ + bottom-inactive.svg \ + bottom-left-active.svg \ + bottom-left-inactive.svg \ + bottom-right-active.svg \ + bottom-right-inactive.svg \ + close-active.svg \ + close-inactive.svg \ + close-prelight.svg \ + close-pressed.svg \ + hide-active.svg \ + hide-inactive.svg \ + hide-prelight.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-prelight.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-prelight.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-prelight.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-prelight.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-prelight.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-prelight.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-prelight.svg \ + stick-toggled-pressed.svg \ + title-1-active.svg \ + title-1-inactive.svg \ + title-2-active.svg \ + title-2-inactive.svg \ + title-3-active.svg \ + title-3-inactive.svg \ + title-4-active.svg \ + title-4-inactive.svg \ + title-5-active.svg \ + title-5-inactive.svg \ + top-left-active.svg \ + top-left-inactive.svg \ + top-right-active.svg \ + top-right-inactive.svg + +XPM_FILES = \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-prelight.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-prelight.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-prelight.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-prelight.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-prelight.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-prelight.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-prelight.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-prelight.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-prelight.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +theme_DATA = \ + README \ + themerc \ + $(XPM_FILES) \ + $(PNG_FILES) + +EXTRA_DIST = \ + $(theme_DATA) \ + $(SVG_FILES) + +noinst_DATA = \ + $(SVG_FILES) + +vacuum-defs: + for svg_file in $(SVG_FILES); do \ + inkscape --without-gui --vacuum-defs --file=$$svg_file; \ + done + +update-png: + for svg_file in $(SVG_FILES); do \ + image=$${svg_file%.svg}; \ + rsvg-convert -f png $$svg_file > $$image.png; \ + done diff --git a/themes/default-hdpi/README b/themes/default-hdpi/README new file mode 100644 index 000000000..80b8f6eed --- /dev/null +++ b/themes/default-hdpi/README @@ -0,0 +1,4 @@ +SVG based theme for xfwm4. +Created Sept. 2006 by Olivier Fourdan <fourdan@xfce.org> +Modified Oct. 2014 by Olivier Fourdan <fourdan@xfce.org> +Theme released under GNU GPL license. diff --git a/themes/default-hdpi/bottom-active.png b/themes/default-hdpi/bottom-active.png Binary files differnew file mode 100644 index 000000000..66e9751e4 --- /dev/null +++ b/themes/default-hdpi/bottom-active.png diff --git a/themes/default-hdpi/bottom-active.svg b/themes/default-hdpi/bottom-active.svg new file mode 100644 index 000000000..54d7f4067 --- /dev/null +++ b/themes/default-hdpi/bottom-active.svg @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="6" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-points="true" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0,3.5 L 24,3.5" + id="path1340" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/bottom-active.xpm b/themes/default-hdpi/bottom-active.xpm new file mode 100644 index 000000000..bcfac5e31 --- /dev/null +++ b/themes/default-hdpi/bottom-active.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"24 6 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"################################", +"################################", +"################################", +"################################", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-hdpi/bottom-inactive.png b/themes/default-hdpi/bottom-inactive.png Binary files differnew file mode 100644 index 000000000..66e9751e4 --- /dev/null +++ b/themes/default-hdpi/bottom-inactive.png diff --git a/themes/default-hdpi/bottom-inactive.svg b/themes/default-hdpi/bottom-inactive.svg new file mode 100644 index 000000000..b5ec0df81 --- /dev/null +++ b/themes/default-hdpi/bottom-inactive.svg @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="6" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-points="true" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0,3.5 L 24,3.5" + id="path1340" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/bottom-inactive.xpm b/themes/default-hdpi/bottom-inactive.xpm new file mode 100644 index 000000000..bae08b6d9 --- /dev/null +++ b/themes/default-hdpi/bottom-inactive.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"24 6 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"################################", +"################################", +"################################", +"################################", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-hdpi/bottom-left-active.png b/themes/default-hdpi/bottom-left-active.png Binary files differnew file mode 100644 index 000000000..660406b43 --- /dev/null +++ b/themes/default-hdpi/bottom-left-active.png diff --git a/themes/default-hdpi/bottom-left-active.svg b/themes/default-hdpi/bottom-left-active.svg new file mode 100644 index 000000000..b1a1f5b2d --- /dev/null +++ b/themes/default-hdpi/bottom-left-active.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-left-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 3,15 C 1,15 1,13 1,13 L 1,0 L 0,0 z " + id="rect1870" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/bottom-left-active.xpm b/themes/default-hdpi/bottom-left-active.xpm new file mode 100644 index 000000000..23b47cdf5 --- /dev/null +++ b/themes/default-hdpi/bottom-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"24 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@######################", +"@@######################", +"@@######################", +"@@######################", +" @@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-hdpi/bottom-left-inactive.png b/themes/default-hdpi/bottom-left-inactive.png Binary files differnew file mode 100644 index 000000000..660406b43 --- /dev/null +++ b/themes/default-hdpi/bottom-left-inactive.png diff --git a/themes/default-hdpi/bottom-left-inactive.svg b/themes/default-hdpi/bottom-left-inactive.svg new file mode 100644 index 000000000..b13a0e54f --- /dev/null +++ b/themes/default-hdpi/bottom-left-inactive.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-left-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 3,15 C 1,15 1,13 1,13 L 1,0 L 0,0 z " + id="rect1870" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/bottom-left-inactive.xpm b/themes/default-hdpi/bottom-left-inactive.xpm new file mode 100644 index 000000000..9ecee6e55 --- /dev/null +++ b/themes/default-hdpi/bottom-left-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"24 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@######################", +"@@######################", +"@@######################", +"@@######################", +" @@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-hdpi/bottom-right-active.png b/themes/default-hdpi/bottom-right-active.png Binary files differnew file mode 100644 index 000000000..63e1f738f --- /dev/null +++ b/themes/default-hdpi/bottom-right-active.png diff --git a/themes/default-hdpi/bottom-right-active.svg b/themes/default-hdpi/bottom-right-active.svg new file mode 100644 index 000000000..35479673d --- /dev/null +++ b/themes/default-hdpi/bottom-right-active.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-right-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 13,15 C 15,15 15,13 15,13 L 15,0 L 16,0 z " + id="rect1870" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/bottom-right-active.xpm b/themes/default-hdpi/bottom-right-active.xpm new file mode 100644 index 000000000..b9f6c169b --- /dev/null +++ b/themes/default-hdpi/bottom-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"24 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +"######################@@", +"######################@@", +"######################@@", +"######################@@", +"@@@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/default-hdpi/bottom-right-inactive.png b/themes/default-hdpi/bottom-right-inactive.png Binary files differnew file mode 100644 index 000000000..63e1f738f --- /dev/null +++ b/themes/default-hdpi/bottom-right-inactive.png diff --git a/themes/default-hdpi/bottom-right-inactive.svg b/themes/default-hdpi/bottom-right-inactive.svg new file mode 100644 index 000000000..d87e3a0a2 --- /dev/null +++ b/themes/default-hdpi/bottom-right-inactive.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-right-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 13,15 C 15,15 15,13 15,13 L 15,0 L 16,0 z " + id="rect1870" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/bottom-right-inactive.xpm b/themes/default-hdpi/bottom-right-inactive.xpm new file mode 100644 index 000000000..c6471dfda --- /dev/null +++ b/themes/default-hdpi/bottom-right-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"24 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +"######################@@", +"######################@@", +"######################@@", +"######################@@", +"@@@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/default-hdpi/close-active.png b/themes/default-hdpi/close-active.png Binary files differnew file mode 100644 index 000000000..3abc2e4db --- /dev/null +++ b/themes/default-hdpi/close-active.png diff --git a/themes/default-hdpi/close-active.svg b/themes/default-hdpi/close-active.svg new file mode 100644 index 000000000..d184331be --- /dev/null +++ b/themes/default-hdpi/close-active.svg @@ -0,0 +1,223 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="close-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(5,9)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/close-active.xpm b/themes/default-hdpi/close-active.xpm new file mode 100644 index 000000000..92d262bb6 --- /dev/null +++ b/themes/default-hdpi/close-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * close_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/close-inactive.png b/themes/default-hdpi/close-inactive.png Binary files differnew file mode 100644 index 000000000..58dfc86a0 --- /dev/null +++ b/themes/default-hdpi/close-inactive.png diff --git a/themes/default-hdpi/close-inactive.svg b/themes/default-hdpi/close-inactive.svg new file mode 100644 index 000000000..4298135a4 --- /dev/null +++ b/themes/default-hdpi/close-inactive.svg @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="close-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> + <defs + id="defs27" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview25" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(3,9)"> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/close-inactive.xpm b/themes/default-hdpi/close-inactive.xpm new file mode 100644 index 000000000..912db27fe --- /dev/null +++ b/themes/default-hdpi/close-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/close-prelight.png b/themes/default-hdpi/close-prelight.png Binary files differnew file mode 100644 index 000000000..c7fd79c82 --- /dev/null +++ b/themes/default-hdpi/close-prelight.png diff --git a/themes/default-hdpi/close-prelight.svg b/themes/default-hdpi/close-prelight.svg new file mode 100644 index 000000000..b6150f592 --- /dev/null +++ b/themes/default-hdpi/close-prelight.svg @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="close-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata41" /> + <defs + id="defs39" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview37" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ff6060;fill-rule:evenodd;stroke:#ff6060;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(5,9)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/close-prelight.xpm b/themes/default-hdpi/close-prelight.xpm new file mode 100644 index 000000000..92d262bb6 --- /dev/null +++ b/themes/default-hdpi/close-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * close_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/close-pressed.png b/themes/default-hdpi/close-pressed.png Binary files differnew file mode 100644 index 000000000..da872d478 --- /dev/null +++ b/themes/default-hdpi/close-pressed.png diff --git a/themes/default-hdpi/close-pressed.svg b/themes/default-hdpi/close-pressed.svg new file mode 100644 index 000000000..ca8dbf8b5 --- /dev/null +++ b/themes/default-hdpi/close-pressed.svg @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="close-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata41" /> + <defs + id="defs39" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview37" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#a02020;fill-rule:evenodd;stroke:#a02020;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.35;fill-opacity:0.35;opacity:0.60" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(5,10)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/close-pressed.xpm b/themes/default-hdpi/close-pressed.xpm new file mode 100644 index 000000000..f5cd2bba1 --- /dev/null +++ b/themes/default-hdpi/close-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/hide-active.png b/themes/default-hdpi/hide-active.png Binary files differnew file mode 100644 index 000000000..9a1c7c34f --- /dev/null +++ b/themes/default-hdpi/hide-active.png diff --git a/themes/default-hdpi/hide-active.svg b/themes/default-hdpi/hide-active.svg new file mode 100644 index 000000000..c1f1fec9e --- /dev/null +++ b/themes/default-hdpi/hide-active.svg @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="hide-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata35" /> + <defs + id="defs33" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview31" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/hide-active.xpm b/themes/default-hdpi/hide-active.xpm new file mode 100644 index 000000000..650bb4d7d --- /dev/null +++ b/themes/default-hdpi/hide-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/hide-inactive.png b/themes/default-hdpi/hide-inactive.png Binary files differnew file mode 100644 index 000000000..a30205e04 --- /dev/null +++ b/themes/default-hdpi/hide-inactive.png diff --git a/themes/default-hdpi/hide-inactive.svg b/themes/default-hdpi/hide-inactive.svg new file mode 100644 index 000000000..11d50988e --- /dev/null +++ b/themes/default-hdpi/hide-inactive.svg @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="hide-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata28" /> + <defs + id="defs26" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview24" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(3,9)"> + <rect + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/hide-inactive.xpm b/themes/default-hdpi/hide-inactive.xpm new file mode 100644 index 000000000..f5145eca4 --- /dev/null +++ b/themes/default-hdpi/hide-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/hide-prelight.png b/themes/default-hdpi/hide-prelight.png Binary files differnew file mode 100644 index 000000000..f6118b8ed --- /dev/null +++ b/themes/default-hdpi/hide-prelight.png diff --git a/themes/default-hdpi/hide-prelight.svg b/themes/default-hdpi/hide-prelight.svg new file mode 100644 index 000000000..07b3caed3 --- /dev/null +++ b/themes/default-hdpi/hide-prelight.svg @@ -0,0 +1,235 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="hide-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/hide-prelight.xpm b/themes/default-hdpi/hide-prelight.xpm new file mode 100644 index 000000000..650bb4d7d --- /dev/null +++ b/themes/default-hdpi/hide-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/hide-pressed.png b/themes/default-hdpi/hide-pressed.png Binary files differnew file mode 100644 index 000000000..41cc10aeb --- /dev/null +++ b/themes/default-hdpi/hide-pressed.png diff --git a/themes/default-hdpi/hide-pressed.svg b/themes/default-hdpi/hide-pressed.svg new file mode 100644 index 000000000..aec8417f7 --- /dev/null +++ b/themes/default-hdpi/hide-pressed.svg @@ -0,0 +1,235 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="hide-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,10)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/hide-pressed.xpm b/themes/default-hdpi/hide-pressed.xpm new file mode 100644 index 000000000..7784eeee6 --- /dev/null +++ b/themes/default-hdpi/hide-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/left-active.png b/themes/default-hdpi/left-active.png Binary files differnew file mode 100644 index 000000000..15434c07d --- /dev/null +++ b/themes/default-hdpi/left-active.png diff --git a/themes/default-hdpi/left-active.svg b/themes/default-hdpi/left-active.svg new file mode 100644 index 000000000..92b0c25f1 --- /dev/null +++ b/themes/default-hdpi/left-active.svg @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="6" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="left-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0 L 0.5,24" + id="path1340" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/left-active.xpm b/themes/default-hdpi/left-active.xpm new file mode 100644 index 000000000..0d44bb90d --- /dev/null +++ b/themes/default-hdpi/left-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * left_active_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####"}; diff --git a/themes/default-hdpi/left-inactive.png b/themes/default-hdpi/left-inactive.png Binary files differnew file mode 100644 index 000000000..15434c07d --- /dev/null +++ b/themes/default-hdpi/left-inactive.png diff --git a/themes/default-hdpi/left-inactive.svg b/themes/default-hdpi/left-inactive.svg new file mode 100644 index 000000000..6c641ff74 --- /dev/null +++ b/themes/default-hdpi/left-inactive.svg @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="6" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="left-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0 L 0.5,24" + id="path1340" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/left-inactive.xpm b/themes/default-hdpi/left-inactive.xpm new file mode 100644 index 000000000..766d4095d --- /dev/null +++ b/themes/default-hdpi/left-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####"}; diff --git a/themes/default-hdpi/maximize-active.png b/themes/default-hdpi/maximize-active.png Binary files differnew file mode 100644 index 000000000..c98294aac --- /dev/null +++ b/themes/default-hdpi/maximize-active.png diff --git a/themes/default-hdpi/maximize-active.svg b/themes/default-hdpi/maximize-active.svg new file mode 100644 index 000000000..1b0ef100c --- /dev/null +++ b/themes/default-hdpi/maximize-active.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata35" /> + <defs + id="defs33" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview31" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,9)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/maximize-active.xpm b/themes/default-hdpi/maximize-active.xpm new file mode 100644 index 000000000..a6ee3a3c7 --- /dev/null +++ b/themes/default-hdpi/maximize-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/maximize-inactive.png b/themes/default-hdpi/maximize-inactive.png Binary files differnew file mode 100644 index 000000000..8b8012c70 --- /dev/null +++ b/themes/default-hdpi/maximize-inactive.png diff --git a/themes/default-hdpi/maximize-inactive.svg b/themes/default-hdpi/maximize-inactive.svg new file mode 100644 index 000000000..4e6bab4c0 --- /dev/null +++ b/themes/default-hdpi/maximize-inactive.svg @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata28" /> + <defs + id="defs26" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview24" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(3,9)"> + <path + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + id="rect2275" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/maximize-inactive.xpm b/themes/default-hdpi/maximize-inactive.xpm new file mode 100644 index 000000000..020d06954 --- /dev/null +++ b/themes/default-hdpi/maximize-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/maximize-prelight.png b/themes/default-hdpi/maximize-prelight.png Binary files differnew file mode 100644 index 000000000..e899ebd2e --- /dev/null +++ b/themes/default-hdpi/maximize-prelight.png diff --git a/themes/default-hdpi/maximize-prelight.svg b/themes/default-hdpi/maximize-prelight.svg new file mode 100644 index 000000000..4e93c3722 --- /dev/null +++ b/themes/default-hdpi/maximize-prelight.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,9)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/maximize-prelight.xpm b/themes/default-hdpi/maximize-prelight.xpm new file mode 100644 index 000000000..a6ee3a3c7 --- /dev/null +++ b/themes/default-hdpi/maximize-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/maximize-pressed.png b/themes/default-hdpi/maximize-pressed.png Binary files differnew file mode 100644 index 000000000..433247e61 --- /dev/null +++ b/themes/default-hdpi/maximize-pressed.png diff --git a/themes/default-hdpi/maximize-pressed.svg b/themes/default-hdpi/maximize-pressed.svg new file mode 100644 index 000000000..ec18da45a --- /dev/null +++ b/themes/default-hdpi/maximize-pressed.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,10)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/maximize-pressed.xpm b/themes/default-hdpi/maximize-pressed.xpm new file mode 100644 index 000000000..7a60f671e --- /dev/null +++ b/themes/default-hdpi/maximize-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/maximize-toggled-active.png b/themes/default-hdpi/maximize-toggled-active.png Binary files differnew file mode 100644 index 000000000..d6fd1f3be --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-active.png diff --git a/themes/default-hdpi/maximize-toggled-active.svg b/themes/default-hdpi/maximize-toggled-active.svg new file mode 100644 index 000000000..5f9e0f293 --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-active.svg @@ -0,0 +1,215 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-toggled-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> + <defs + id="defs34" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview32" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,9)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/maximize-toggled-active.xpm b/themes/default-hdpi/maximize-toggled-active.xpm new file mode 100644 index 000000000..b63731a06 --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/maximize-toggled-inactive.png b/themes/default-hdpi/maximize-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..9ac44e250 --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-inactive.png diff --git a/themes/default-hdpi/maximize-toggled-inactive.svg b/themes/default-hdpi/maximize-toggled-inactive.svg new file mode 100644 index 000000000..de7db88dd --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-inactive.svg @@ -0,0 +1,182 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-toggled-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> + <defs + id="defs27" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview25" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1639" + transform="translate(3,9)"> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/maximize-toggled-inactive.xpm b/themes/default-hdpi/maximize-toggled-inactive.xpm new file mode 100644 index 000000000..676cfd6c0 --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/maximize-toggled-prelight.png b/themes/default-hdpi/maximize-toggled-prelight.png Binary files differnew file mode 100644 index 000000000..177753764 --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-prelight.png diff --git a/themes/default-hdpi/maximize-toggled-prelight.svg b/themes/default-hdpi/maximize-toggled-prelight.svg new file mode 100644 index 000000000..b25fc0559 --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-prelight.svg @@ -0,0 +1,233 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-toggled-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,9)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/maximize-toggled-prelight.xpm b/themes/default-hdpi/maximize-toggled-prelight.xpm new file mode 100644 index 000000000..b63731a06 --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/maximize-toggled-pressed.png b/themes/default-hdpi/maximize-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..34729c55a --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-pressed.png diff --git a/themes/default-hdpi/maximize-toggled-pressed.svg b/themes/default-hdpi/maximize-toggled-pressed.svg new file mode 100644 index 000000000..6ea8bd4a9 --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-pressed.svg @@ -0,0 +1,233 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-toggled-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,10)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/maximize-toggled-pressed.xpm b/themes/default-hdpi/maximize-toggled-pressed.xpm new file mode 100644 index 000000000..75b09906f --- /dev/null +++ b/themes/default-hdpi/maximize-toggled-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/menu-active.png b/themes/default-hdpi/menu-active.png Binary files differnew file mode 100644 index 000000000..c697caee4 --- /dev/null +++ b/themes/default-hdpi/menu-active.png diff --git a/themes/default-hdpi/menu-active.svg b/themes/default-hdpi/menu-active.svg new file mode 100644 index 000000000..2a3ec7ba1 --- /dev/null +++ b/themes/default-hdpi/menu-active.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="menu-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/menu-active.xpm b/themes/default-hdpi/menu-active.xpm new file mode 100644 index 000000000..281a00a80 --- /dev/null +++ b/themes/default-hdpi/menu-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/menu-inactive.png b/themes/default-hdpi/menu-inactive.png Binary files differnew file mode 100644 index 000000000..c697caee4 --- /dev/null +++ b/themes/default-hdpi/menu-inactive.png diff --git a/themes/default-hdpi/menu-inactive.svg b/themes/default-hdpi/menu-inactive.svg new file mode 100644 index 000000000..12138c474 --- /dev/null +++ b/themes/default-hdpi/menu-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="menu-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/menu-inactive.xpm b/themes/default-hdpi/menu-inactive.xpm new file mode 100644 index 000000000..79ca4b61e --- /dev/null +++ b/themes/default-hdpi/menu-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/menu-prelight.png b/themes/default-hdpi/menu-prelight.png Binary files differnew file mode 100644 index 000000000..c697caee4 --- /dev/null +++ b/themes/default-hdpi/menu-prelight.png diff --git a/themes/default-hdpi/menu-prelight.svg b/themes/default-hdpi/menu-prelight.svg new file mode 100644 index 000000000..5c35767b8 --- /dev/null +++ b/themes/default-hdpi/menu-prelight.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="menu-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/menu-prelight.xpm b/themes/default-hdpi/menu-prelight.xpm new file mode 100644 index 000000000..281a00a80 --- /dev/null +++ b/themes/default-hdpi/menu-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/menu-pressed.png b/themes/default-hdpi/menu-pressed.png Binary files differnew file mode 100644 index 000000000..c697caee4 --- /dev/null +++ b/themes/default-hdpi/menu-pressed.png diff --git a/themes/default-hdpi/menu-pressed.svg b/themes/default-hdpi/menu-pressed.svg new file mode 100644 index 000000000..fc71e49ef --- /dev/null +++ b/themes/default-hdpi/menu-pressed.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="menu-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/menu-pressed.xpm b/themes/default-hdpi/menu-pressed.xpm new file mode 100644 index 000000000..888a3c131 --- /dev/null +++ b/themes/default-hdpi/menu-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/right-active.png b/themes/default-hdpi/right-active.png Binary files differnew file mode 100644 index 000000000..767a52418 --- /dev/null +++ b/themes/default-hdpi/right-active.png diff --git a/themes/default-hdpi/right-active.svg b/themes/default-hdpi/right-active.svg new file mode 100644 index 000000000..a78c53aa5 --- /dev/null +++ b/themes/default-hdpi/right-active.svg @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="6" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="right-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 3.5,0 L 3.5,24" + id="path1340" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/right-active.xpm b/themes/default-hdpi/right-active.xpm new file mode 100644 index 000000000..1b90c1129 --- /dev/null +++ b/themes/default-hdpi/right-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * right_active_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@"}; diff --git a/themes/default-hdpi/right-inactive.png b/themes/default-hdpi/right-inactive.png Binary files differnew file mode 100644 index 000000000..767a52418 --- /dev/null +++ b/themes/default-hdpi/right-inactive.png diff --git a/themes/default-hdpi/right-inactive.svg b/themes/default-hdpi/right-inactive.svg new file mode 100644 index 000000000..59e50b5f1 --- /dev/null +++ b/themes/default-hdpi/right-inactive.svg @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="6" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="right-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata17" /> + <defs + id="defs15" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(1)" + id="g6"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 3.5,0 L 3.5,24" + id="path1340" /> + </g> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/right-inactive.xpm b/themes/default-hdpi/right-inactive.xpm new file mode 100644 index 000000000..723c203f5 --- /dev/null +++ b/themes/default-hdpi/right-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@"}; diff --git a/themes/default-hdpi/shade-active.png b/themes/default-hdpi/shade-active.png Binary files differnew file mode 100644 index 000000000..fd3681ba1 --- /dev/null +++ b/themes/default-hdpi/shade-active.png diff --git a/themes/default-hdpi/shade-active.svg b/themes/default-hdpi/shade-active.svg new file mode 100644 index 000000000..998937a6d --- /dev/null +++ b/themes/default-hdpi/shade-active.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata35" /> + <defs + id="defs33" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview31" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/shade-active.xpm b/themes/default-hdpi/shade-active.xpm new file mode 100644 index 000000000..355490ab4 --- /dev/null +++ b/themes/default-hdpi/shade-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/shade-inactive.png b/themes/default-hdpi/shade-inactive.png Binary files differnew file mode 100644 index 000000000..c2f8ffb1c --- /dev/null +++ b/themes/default-hdpi/shade-inactive.png diff --git a/themes/default-hdpi/shade-inactive.svg b/themes/default-hdpi/shade-inactive.svg new file mode 100644 index 000000000..02e604b2a --- /dev/null +++ b/themes/default-hdpi/shade-inactive.svg @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata28" /> + <defs + id="defs26" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview24" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(3,9)"> + <path + id="path2620" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/shade-inactive.xpm b/themes/default-hdpi/shade-inactive.xpm new file mode 100644 index 000000000..37ff26a46 --- /dev/null +++ b/themes/default-hdpi/shade-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/shade-prelight.png b/themes/default-hdpi/shade-prelight.png Binary files differnew file mode 100644 index 000000000..9d54d262e --- /dev/null +++ b/themes/default-hdpi/shade-prelight.png diff --git a/themes/default-hdpi/shade-prelight.svg b/themes/default-hdpi/shade-prelight.svg new file mode 100644 index 000000000..f1aba7077 --- /dev/null +++ b/themes/default-hdpi/shade-prelight.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/shade-prelight.xpm b/themes/default-hdpi/shade-prelight.xpm new file mode 100644 index 000000000..355490ab4 --- /dev/null +++ b/themes/default-hdpi/shade-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/shade-pressed.png b/themes/default-hdpi/shade-pressed.png Binary files differnew file mode 100644 index 000000000..81aca08ab --- /dev/null +++ b/themes/default-hdpi/shade-pressed.png diff --git a/themes/default-hdpi/shade-pressed.svg b/themes/default-hdpi/shade-pressed.svg new file mode 100644 index 000000000..9bec32a1a --- /dev/null +++ b/themes/default-hdpi/shade-pressed.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,10)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/shade-pressed.xpm b/themes/default-hdpi/shade-pressed.xpm new file mode 100644 index 000000000..0f6676316 --- /dev/null +++ b/themes/default-hdpi/shade-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/shade-toggled-active.png b/themes/default-hdpi/shade-toggled-active.png Binary files differnew file mode 100644 index 000000000..d5afc7e34 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-active.png diff --git a/themes/default-hdpi/shade-toggled-active.svg b/themes/default-hdpi/shade-toggled-active.svg new file mode 100644 index 000000000..b507d6bc4 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-active.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-toggled-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata35" /> + <defs + id="defs33" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview31" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,9)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/shade-toggled-active.xpm b/themes/default-hdpi/shade-toggled-active.xpm new file mode 100644 index 000000000..751b983a7 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/shade-toggled-inactive.png b/themes/default-hdpi/shade-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..a621a0664 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-inactive.png diff --git a/themes/default-hdpi/shade-toggled-inactive.svg b/themes/default-hdpi/shade-toggled-inactive.svg new file mode 100644 index 000000000..1b8e63124 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-inactive.svg @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-toggled-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata28" /> + <defs + id="defs26" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview24" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(3,9)"> + <path + id="path2620" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/shade-toggled-inactive.xpm b/themes/default-hdpi/shade-toggled-inactive.xpm new file mode 100644 index 000000000..eec52d9b2 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/shade-toggled-prelight.png b/themes/default-hdpi/shade-toggled-prelight.png Binary files differnew file mode 100644 index 000000000..c6f6becd8 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-prelight.png diff --git a/themes/default-hdpi/shade-toggled-prelight.svg b/themes/default-hdpi/shade-toggled-prelight.svg new file mode 100644 index 000000000..a1ab0166d --- /dev/null +++ b/themes/default-hdpi/shade-toggled-prelight.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-toggled-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,9)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/shade-toggled-prelight.xpm b/themes/default-hdpi/shade-toggled-prelight.xpm new file mode 100644 index 000000000..751b983a7 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/shade-toggled-pressed.png b/themes/default-hdpi/shade-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..f24215699 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-pressed.png diff --git a/themes/default-hdpi/shade-toggled-pressed.svg b/themes/default-hdpi/shade-toggled-pressed.svg new file mode 100644 index 000000000..43666bec2 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-pressed.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-toggled-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,10)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/shade-toggled-pressed.xpm b/themes/default-hdpi/shade-toggled-pressed.xpm new file mode 100644 index 000000000..4543247e6 --- /dev/null +++ b/themes/default-hdpi/shade-toggled-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/stick-active.png b/themes/default-hdpi/stick-active.png Binary files differnew file mode 100644 index 000000000..3b3dc66eb --- /dev/null +++ b/themes/default-hdpi/stick-active.png diff --git a/themes/default-hdpi/stick-active.svg b/themes/default-hdpi/stick-active.svg new file mode 100644 index 000000000..bc1c6e914 --- /dev/null +++ b/themes/default-hdpi/stick-active.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata35" /> + <defs + id="defs33" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview31" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/stick-active.xpm b/themes/default-hdpi/stick-active.xpm new file mode 100644 index 000000000..7608eb96c --- /dev/null +++ b/themes/default-hdpi/stick-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/stick-inactive.png b/themes/default-hdpi/stick-inactive.png Binary files differnew file mode 100644 index 000000000..9b62596f3 --- /dev/null +++ b/themes/default-hdpi/stick-inactive.png diff --git a/themes/default-hdpi/stick-inactive.svg b/themes/default-hdpi/stick-inactive.svg new file mode 100644 index 000000000..7780f51e4 --- /dev/null +++ b/themes/default-hdpi/stick-inactive.svg @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata28" /> + <defs + id="defs26" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview24" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(3,9)"> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/stick-inactive.xpm b/themes/default-hdpi/stick-inactive.xpm new file mode 100644 index 000000000..55506e681 --- /dev/null +++ b/themes/default-hdpi/stick-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/stick-prelight.png b/themes/default-hdpi/stick-prelight.png Binary files differnew file mode 100644 index 000000000..d7670a270 --- /dev/null +++ b/themes/default-hdpi/stick-prelight.png diff --git a/themes/default-hdpi/stick-prelight.svg b/themes/default-hdpi/stick-prelight.svg new file mode 100644 index 000000000..8227b054e --- /dev/null +++ b/themes/default-hdpi/stick-prelight.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/stick-prelight.xpm b/themes/default-hdpi/stick-prelight.xpm new file mode 100644 index 000000000..7608eb96c --- /dev/null +++ b/themes/default-hdpi/stick-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/stick-pressed.png b/themes/default-hdpi/stick-pressed.png Binary files differnew file mode 100644 index 000000000..144adcf90 --- /dev/null +++ b/themes/default-hdpi/stick-pressed.png diff --git a/themes/default-hdpi/stick-pressed.svg b/themes/default-hdpi/stick-pressed.svg new file mode 100644 index 000000000..51a8ce2a2 --- /dev/null +++ b/themes/default-hdpi/stick-pressed.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata38" /> + <defs + id="defs36" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview34" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,10)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/stick-pressed.xpm b/themes/default-hdpi/stick-pressed.xpm new file mode 100644 index 000000000..78f5cc711 --- /dev/null +++ b/themes/default-hdpi/stick-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/stick-toggled-active.png b/themes/default-hdpi/stick-toggled-active.png Binary files differnew file mode 100644 index 000000000..de8757a04 --- /dev/null +++ b/themes/default-hdpi/stick-toggled-active.png diff --git a/themes/default-hdpi/stick-toggled-active.svg b/themes/default-hdpi/stick-toggled-active.svg new file mode 100644 index 000000000..0a6e7facd --- /dev/null +++ b/themes/default-hdpi/stick-toggled-active.svg @@ -0,0 +1,220 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-toggled-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> + <defs + id="defs34" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview32" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="6" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/stick-toggled-active.xpm b/themes/default-hdpi/stick-toggled-active.xpm new file mode 100644 index 000000000..a8582a02f --- /dev/null +++ b/themes/default-hdpi/stick-toggled-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/stick-toggled-inactive.png b/themes/default-hdpi/stick-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..96e32d7c5 --- /dev/null +++ b/themes/default-hdpi/stick-toggled-inactive.png diff --git a/themes/default-hdpi/stick-toggled-inactive.svg b/themes/default-hdpi/stick-toggled-inactive.svg new file mode 100644 index 000000000..d0d9aee3f --- /dev/null +++ b/themes/default-hdpi/stick-toggled-inactive.svg @@ -0,0 +1,187 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-toggled-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> + <defs + id="defs27" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview25" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(3,9)"> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="6" + sodipodi:cx="6" + id="path2202" + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0.5;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/stick-toggled-inactive.xpm b/themes/default-hdpi/stick-toggled-inactive.xpm new file mode 100644 index 000000000..4f83d7325 --- /dev/null +++ b/themes/default-hdpi/stick-toggled-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/stick-toggled-prelight.png b/themes/default-hdpi/stick-toggled-prelight.png Binary files differnew file mode 100644 index 000000000..ba36054cc --- /dev/null +++ b/themes/default-hdpi/stick-toggled-prelight.png diff --git a/themes/default-hdpi/stick-toggled-prelight.svg b/themes/default-hdpi/stick-toggled-prelight.svg new file mode 100644 index 000000000..f812deec6 --- /dev/null +++ b/themes/default-hdpi/stick-toggled-prelight.svg @@ -0,0 +1,238 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-toggled-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="0" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/stick-toggled-prelight.xpm b/themes/default-hdpi/stick-toggled-prelight.xpm new file mode 100644 index 000000000..a8582a02f --- /dev/null +++ b/themes/default-hdpi/stick-toggled-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/stick-toggled-pressed.png b/themes/default-hdpi/stick-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..ad4801a2b --- /dev/null +++ b/themes/default-hdpi/stick-toggled-pressed.png diff --git a/themes/default-hdpi/stick-toggled-pressed.svg b/themes/default-hdpi/stick-toggled-pressed.svg new file mode 100644 index 000000000..d6c5d7ff3 --- /dev/null +++ b/themes/default-hdpi/stick-toggled-pressed.svg @@ -0,0 +1,238 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="33" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-toggled-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,10)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="0" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/stick-toggled-pressed.xpm b/themes/default-hdpi/stick-toggled-pressed.xpm new file mode 100644 index 000000000..3c8e57e55 --- /dev/null +++ b/themes/default-hdpi/stick-toggled-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"33 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +".................................", +"................................."}; diff --git a/themes/default-hdpi/themerc b/themes/default-hdpi/themerc new file mode 100644 index 000000000..061359f36 --- /dev/null +++ b/themes/default-hdpi/themerc @@ -0,0 +1,14 @@ +active_text_color=#0c0c0f +active_text_shadow_color=#fcfcff +inactive_text_color=#6c6c70 +inactive_text_shadow_color=#fcfcff +button_offset=2 +button_spacing=0 +full_width_title=true +maximized_offset=0 +show_app_icon=true +title_horizontal_offset=1 +title_shadow_active=under +title_shadow_inactive=under +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 diff --git a/themes/default-hdpi/title-1-active.png b/themes/default-hdpi/title-1-active.png Binary files differnew file mode 100644 index 000000000..bbf63598a --- /dev/null +++ b/themes/default-hdpi/title-1-active.png diff --git a/themes/default-hdpi/title-1-active.svg b/themes/default-hdpi/title-1-active.svg new file mode 100644 index 000000000..f8a50d277 --- /dev/null +++ b/themes/default-hdpi/title-1-active.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-1-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-1-active.xpm b/themes/default-hdpi/title-1-active.xpm new file mode 100644 index 000000000..bb54dcb99 --- /dev/null +++ b/themes/default-hdpi/title-1-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_active_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-1-inactive.png b/themes/default-hdpi/title-1-inactive.png Binary files differnew file mode 100644 index 000000000..bbf63598a --- /dev/null +++ b/themes/default-hdpi/title-1-inactive.png diff --git a/themes/default-hdpi/title-1-inactive.svg b/themes/default-hdpi/title-1-inactive.svg new file mode 100644 index 000000000..ac7f4dc05 --- /dev/null +++ b/themes/default-hdpi/title-1-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-1-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-1-inactive.xpm b/themes/default-hdpi/title-1-inactive.xpm new file mode 100644 index 000000000..78bc9e24c --- /dev/null +++ b/themes/default-hdpi/title-1-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-2-active.png b/themes/default-hdpi/title-2-active.png Binary files differnew file mode 100644 index 000000000..bbf63598a --- /dev/null +++ b/themes/default-hdpi/title-2-active.png diff --git a/themes/default-hdpi/title-2-active.svg b/themes/default-hdpi/title-2-active.svg new file mode 100644 index 000000000..ca0f40a35 --- /dev/null +++ b/themes/default-hdpi/title-2-active.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-2-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-2-active.xpm b/themes/default-hdpi/title-2-active.xpm new file mode 100644 index 000000000..bb54dcb99 --- /dev/null +++ b/themes/default-hdpi/title-2-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_active_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-2-inactive.png b/themes/default-hdpi/title-2-inactive.png Binary files differnew file mode 100644 index 000000000..bbf63598a --- /dev/null +++ b/themes/default-hdpi/title-2-inactive.png diff --git a/themes/default-hdpi/title-2-inactive.svg b/themes/default-hdpi/title-2-inactive.svg new file mode 100644 index 000000000..854b13bd4 --- /dev/null +++ b/themes/default-hdpi/title-2-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-2-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-2-inactive.xpm b/themes/default-hdpi/title-2-inactive.xpm new file mode 100644 index 000000000..78bc9e24c --- /dev/null +++ b/themes/default-hdpi/title-2-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-3-active.png b/themes/default-hdpi/title-3-active.png Binary files differnew file mode 100644 index 000000000..bbf63598a --- /dev/null +++ b/themes/default-hdpi/title-3-active.png diff --git a/themes/default-hdpi/title-3-active.svg b/themes/default-hdpi/title-3-active.svg new file mode 100644 index 000000000..be5c68708 --- /dev/null +++ b/themes/default-hdpi/title-3-active.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-3-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer2" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-3-active.xpm b/themes/default-hdpi/title-3-active.xpm new file mode 100644 index 000000000..bb54dcb99 --- /dev/null +++ b/themes/default-hdpi/title-3-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_active_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-3-inactive.png b/themes/default-hdpi/title-3-inactive.png Binary files differnew file mode 100644 index 000000000..bbf63598a --- /dev/null +++ b/themes/default-hdpi/title-3-inactive.png diff --git a/themes/default-hdpi/title-3-inactive.svg b/themes/default-hdpi/title-3-inactive.svg new file mode 100644 index 000000000..02d9cfbb0 --- /dev/null +++ b/themes/default-hdpi/title-3-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-3-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-3-inactive.xpm b/themes/default-hdpi/title-3-inactive.xpm new file mode 100644 index 000000000..78bc9e24c --- /dev/null +++ b/themes/default-hdpi/title-3-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-4-active.png b/themes/default-hdpi/title-4-active.png Binary files differnew file mode 100644 index 000000000..b966ef8b4 --- /dev/null +++ b/themes/default-hdpi/title-4-active.png diff --git a/themes/default-hdpi/title-4-active.svg b/themes/default-hdpi/title-4-active.svg new file mode 100644 index 000000000..f8a7a9cf2 --- /dev/null +++ b/themes/default-hdpi/title-4-active.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-4-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata31" /> + <defs + id="defs29" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview27" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 0,19 C 0,19 0,26 8,26 L 8,1 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M -0.5,1 L 0.5,19.5 C 0.5,19.5 0.5,26.5 7.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-4-active.xpm b/themes/default-hdpi/title-4-active.xpm new file mode 100644 index 000000000..bb54dcb99 --- /dev/null +++ b/themes/default-hdpi/title-4-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_active_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-4-inactive.png b/themes/default-hdpi/title-4-inactive.png Binary files differnew file mode 100644 index 000000000..bbf63598a --- /dev/null +++ b/themes/default-hdpi/title-4-inactive.png diff --git a/themes/default-hdpi/title-4-inactive.svg b/themes/default-hdpi/title-4-inactive.svg new file mode 100644 index 000000000..c39ce206d --- /dev/null +++ b/themes/default-hdpi/title-4-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-4-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-4-inactive.xpm b/themes/default-hdpi/title-4-inactive.xpm new file mode 100644 index 000000000..78bc9e24c --- /dev/null +++ b/themes/default-hdpi/title-4-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-5-active.png b/themes/default-hdpi/title-5-active.png Binary files differnew file mode 100644 index 000000000..7cf3ccf6d --- /dev/null +++ b/themes/default-hdpi/title-5-active.png diff --git a/themes/default-hdpi/title-5-active.svg b/themes/default-hdpi/title-5-active.svg new file mode 100644 index 000000000..41079093e --- /dev/null +++ b/themes/default-hdpi/title-5-active.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-5-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata31" /> + <defs + id="defs29" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview27" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-5-active.xpm b/themes/default-hdpi/title-5-active.xpm new file mode 100644 index 000000000..bb54dcb99 --- /dev/null +++ b/themes/default-hdpi/title-5-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_active_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/title-5-inactive.png b/themes/default-hdpi/title-5-inactive.png Binary files differnew file mode 100644 index 000000000..bbf63598a --- /dev/null +++ b/themes/default-hdpi/title-5-inactive.png diff --git a/themes/default-hdpi/title-5-inactive.svg b/themes/default-hdpi/title-5-inactive.svg new file mode 100644 index 000000000..4bd9d10c6 --- /dev/null +++ b/themes/default-hdpi/title-5-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-5-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/title-5-inactive.xpm b/themes/default-hdpi/title-5-inactive.xpm new file mode 100644 index 000000000..78bc9e24c --- /dev/null +++ b/themes/default-hdpi/title-5-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"6 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-hdpi/top-left-active.png b/themes/default-hdpi/top-left-active.png Binary files differnew file mode 100644 index 000000000..91b040487 --- /dev/null +++ b/themes/default-hdpi/top-left-active.png diff --git a/themes/default-hdpi/top-left-active.svg b/themes/default-hdpi/top-left-active.svg new file mode 100644 index 000000000..f094b7dfc --- /dev/null +++ b/themes/default-hdpi/top-left-active.svg @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="top-left-active.svg" + version="1.0" + inkscape:version="0.48.5 r10040" + sodipodi:version="0.32" + id="svg2" + width="12" + height="43" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:label="Grad" + id="layer2" + inkscape:groupmode="layer"> + <path + id="path6057" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,23 C 1,23 1,28 6,28 L 8,28 L 8,28 L 8,1 z " /> + </g> + <g + inkscape:label="hilight" + id="layer3" + inkscape:groupmode="layer"> + <path + id="path6061" + d="M 8,1 L 6.75,1 C 6.75,1 2,1 2,4 C 2,4 2.75,4 2.75,4 L 8,4 L 8,4 z " + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,14 C 1,14 1,19 6,19 L 8,19 L 8,19 L 8,1 z " + id="path1884" /> + </g> + <g + style="display:inline" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Border"> + <path + id="rect1319" + d="M 8,0 L 8,1 L 5,1 C 5,1 1.5,1.5 1,6 C 1,29 1,29 1,29 L 0,29 L 0,0 L 8,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:label="Shadow" + id="layer5" + inkscape:groupmode="layer"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 2.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/top-left-active.xpm b/themes/default-hdpi/top-left-active.xpm new file mode 100644 index 000000000..b5d91c987 --- /dev/null +++ b/themes/default-hdpi/top-left-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"12 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +" .....", +" .......", +" .........", +" ..........", +" ..........", +" ...........", +" ...........", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............"}; diff --git a/themes/default-hdpi/top-left-inactive.png b/themes/default-hdpi/top-left-inactive.png Binary files differnew file mode 100644 index 000000000..91b040487 --- /dev/null +++ b/themes/default-hdpi/top-left-inactive.png diff --git a/themes/default-hdpi/top-left-inactive.svg b/themes/default-hdpi/top-left-inactive.svg new file mode 100644 index 000000000..c0b026f97 --- /dev/null +++ b/themes/default-hdpi/top-left-inactive.svg @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="top-left-inactive.svg" + version="1.0" + inkscape:version="0.48.5 r10040" + sodipodi:version="0.32" + id="svg2" + width="12" + height="43" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:label="Grad" + id="layer2" + inkscape:groupmode="layer"> + <path + id="path6057" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,23 C 1,23 1,28 6,28 L 8,28 L 8,28 L 8,1 z " /> + </g> + <g + inkscape:label="hilight" + id="layer3" + inkscape:groupmode="layer"> + <path + id="path6061" + d="M 8,1 L 6.75,1 C 6.75,1 2,1 2,4 C 2,4 2.75,4 2.75,4 L 8,4 L 8,4 z " + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,14 C 1,14 1,19 6,19 L 8,19 L 8,19 L 8,1 z " + id="path1884" /> + </g> + <g + style="display:inline" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Border"> + <path + id="rect1319" + d="M 8,0 L 8,1 L 5,1 C 5,1 1.5,1.5 1,6 C 1,29 1,29 1,29 L 0,29 L 0,0 L 8,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:label="Shadow" + id="layer5" + inkscape:groupmode="layer"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 2.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/top-left-inactive.xpm b/themes/default-hdpi/top-left-inactive.xpm new file mode 100644 index 000000000..b74a4aab5 --- /dev/null +++ b/themes/default-hdpi/top-left-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"12 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +" .....", +" .......", +" .........", +" ..........", +" ..........", +" ...........", +" ...........", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............"}; diff --git a/themes/default-hdpi/top-right-active.png b/themes/default-hdpi/top-right-active.png Binary files differnew file mode 100644 index 000000000..d875983cd --- /dev/null +++ b/themes/default-hdpi/top-right-active.png diff --git a/themes/default-hdpi/top-right-active.svg b/themes/default-hdpi/top-right-active.svg new file mode 100644 index 000000000..48c9d9bbf --- /dev/null +++ b/themes/default-hdpi/top-right-active.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="top-right-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata31" /> + <defs + id="defs29" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview27" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 2,1 C 2,1 6.5,1.5 7,6 L 7,26 L 0,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 1.25,1 C 1.25,1 6,1 6,4 C 6,4 5.25,4 5.25,4 L 0,4 L 0,4 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + id="rect1319" + d="M 0,0 L 0,1 L 2,1 C 2,1 6.5,1.5 7,6 C 7,29 7,29 7,29 L 8,29 L 8,0 L 0,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 6.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/top-right-active.xpm b/themes/default-hdpi/top-right-active.xpm new file mode 100644 index 000000000..238605512 --- /dev/null +++ b/themes/default-hdpi/top-right-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"12 43 2 1", +" c None", +". c #C0C0FF s active_color_2", +"..... ", +"....... ", +"......... ", +".......... ", +".......... ", +"........... ", +"........... ", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............"}; diff --git a/themes/default-hdpi/top-right-inactive.png b/themes/default-hdpi/top-right-inactive.png Binary files differnew file mode 100644 index 000000000..c9cd58546 --- /dev/null +++ b/themes/default-hdpi/top-right-inactive.png diff --git a/themes/default-hdpi/top-right-inactive.svg b/themes/default-hdpi/top-right-inactive.svg new file mode 100644 index 000000000..7b10500f1 --- /dev/null +++ b/themes/default-hdpi/top-right-inactive.svg @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="43" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="top-right-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata25" /> + <defs + id="defs23" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" /> + <g + transform="scale(1.5)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 2,1 C 2,1 6.5,1.5 7,6 L 7,23 C 7,23 7,28 2,28 L 0,28 L 0,28 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 2.25,1 C 2.25,1 6,1 6,4 C 6,4 5.25,4 5.25,4 L 0,4 L 0,3 z " + id="path6061" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 5,1 C 5,1 7,1 7,4 L 7,10 C 7,10 7,17 2,17 L 0,17 L 0,17 L 0,1 z " + id="path1884" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + id="rect1319" + d="M 0,0 L 0,1 L 2,1 C 2,1 6.5,1.5 7,6 C 7,29 7,29 7,29 L 8,29 L 8,0 L 0,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 5.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-hdpi/top-right-inactive.xpm b/themes/default-hdpi/top-right-inactive.xpm new file mode 100644 index 000000000..e400265fd --- /dev/null +++ b/themes/default-hdpi/top-right-inactive.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"12 43 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"..... ", +"....... ", +"......... ", +".......... ", +".......... ", +"........... ", +"........... ", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............", +"............"}; diff --git a/themes/default-xhdpi/Makefile.am b/themes/default-xhdpi/Makefile.am new file mode 100644 index 000000000..5cd3e19e8 --- /dev/null +++ b/themes/default-xhdpi/Makefile.am @@ -0,0 +1,211 @@ +themedir = $(datadir)/themes/Default-xhdpi/xfwm4 + +PNG_FILES = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-prelight.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-prelight.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-prelight.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-prelight.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-prelight.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-prelight.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-prelight.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-prelight.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-prelight.png \ + stick-toggled-pressed.png \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +SVG_FILES = \ + bottom-active.svg \ + bottom-inactive.svg \ + bottom-left-active.svg \ + bottom-left-inactive.svg \ + bottom-right-active.svg \ + bottom-right-inactive.svg \ + close-active.svg \ + close-inactive.svg \ + close-prelight.svg \ + close-pressed.svg \ + hide-active.svg \ + hide-inactive.svg \ + hide-prelight.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-prelight.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-prelight.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-prelight.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-prelight.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-prelight.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-prelight.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-prelight.svg \ + stick-toggled-pressed.svg \ + title-1-active.svg \ + title-1-inactive.svg \ + title-2-active.svg \ + title-2-inactive.svg \ + title-3-active.svg \ + title-3-inactive.svg \ + title-4-active.svg \ + title-4-inactive.svg \ + title-5-active.svg \ + title-5-inactive.svg \ + top-left-active.svg \ + top-left-inactive.svg \ + top-right-active.svg \ + top-right-inactive.svg + +XPM_FILES = \ + bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-prelight.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-prelight.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-prelight.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-prelight.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-prelight.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-prelight.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-prelight.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-prelight.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-prelight.xpm \ + stick-toggled-pressed.xpm \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +theme_DATA = \ + README \ + themerc \ + $(XPM_FILES) \ + $(PNG_FILES) + +EXTRA_DIST = \ + $(theme_DATA) \ + $(SVG_FILES) + +noinst_DATA = \ + $(SVG_FILES) + +vacuum-defs: + for svg_file in $(SVG_FILES); do \ + inkscape --without-gui --vacuum-defs --file=$$svg_file; \ + done + +update-png: + for svg_file in $(SVG_FILES); do \ + image=$${svg_file%.svg}; \ + rsvg-convert -f png $$svg_file > $$image.png; \ + done diff --git a/themes/default-xhdpi/README b/themes/default-xhdpi/README new file mode 100644 index 000000000..80b8f6eed --- /dev/null +++ b/themes/default-xhdpi/README @@ -0,0 +1,4 @@ +SVG based theme for xfwm4. +Created Sept. 2006 by Olivier Fourdan <fourdan@xfce.org> +Modified Oct. 2014 by Olivier Fourdan <fourdan@xfce.org> +Theme released under GNU GPL license. diff --git a/themes/default-xhdpi/bottom-active.png b/themes/default-xhdpi/bottom-active.png Binary files differnew file mode 100644 index 000000000..55ff21b3a --- /dev/null +++ b/themes/default-xhdpi/bottom-active.png diff --git a/themes/default-xhdpi/bottom-active.svg b/themes/default-xhdpi/bottom-active.svg new file mode 100644 index 000000000..7c7face8d --- /dev/null +++ b/themes/default-xhdpi/bottom-active.svg @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="12" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-points="true" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0,5.5 L 24,5.5" + id="path1340" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/bottom-active.xpm b/themes/default-xhdpi/bottom-active.xpm new file mode 100644 index 000000000..e3441eb95 --- /dev/null +++ b/themes/default-xhdpi/bottom-active.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"48 12 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"################################################", +"################################################", +"################################################", +"################################################", +"################################################", +"################################################", +"################################################", +"################################################", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-xhdpi/bottom-inactive.png b/themes/default-xhdpi/bottom-inactive.png Binary files differnew file mode 100644 index 000000000..55ff21b3a --- /dev/null +++ b/themes/default-xhdpi/bottom-inactive.png diff --git a/themes/default-xhdpi/bottom-inactive.svg b/themes/default-xhdpi/bottom-inactive.svg new file mode 100644 index 000000000..5dfa6c208 --- /dev/null +++ b/themes/default-xhdpi/bottom-inactive.svg @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="12" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-points="true" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0,5.5 L 24,5.5" + id="path1340" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/bottom-inactive.xpm b/themes/default-xhdpi/bottom-inactive.xpm new file mode 100644 index 000000000..d34fa581a --- /dev/null +++ b/themes/default-xhdpi/bottom-inactive.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"48 12 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"################################################", +"################################################", +"################################################", +"################################################", +"################################################", +"################################################", +"################################################", +"################################################", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-xhdpi/bottom-left-active.png b/themes/default-xhdpi/bottom-left-active.png Binary files differnew file mode 100644 index 000000000..a56611895 --- /dev/null +++ b/themes/default-xhdpi/bottom-left-active.png diff --git a/themes/default-xhdpi/bottom-left-active.svg b/themes/default-xhdpi/bottom-left-active.svg new file mode 100644 index 000000000..0b34226ff --- /dev/null +++ b/themes/default-xhdpi/bottom-left-active.svg @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-left-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 3,15 C 1,15 1,13 1,13 L 1,0 L 0,0 z " + id="rect1870" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/bottom-left-active.xpm b/themes/default-xhdpi/bottom-left-active.xpm new file mode 100644 index 000000000..71a52deb2 --- /dev/null +++ b/themes/default-xhdpi/bottom-left-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"32 32 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-xhdpi/bottom-left-inactive.png b/themes/default-xhdpi/bottom-left-inactive.png Binary files differnew file mode 100644 index 000000000..a56611895 --- /dev/null +++ b/themes/default-xhdpi/bottom-left-inactive.png diff --git a/themes/default-xhdpi/bottom-left-inactive.svg b/themes/default-xhdpi/bottom-left-inactive.svg new file mode 100644 index 000000000..58c5c4a0f --- /dev/null +++ b/themes/default-xhdpi/bottom-left-inactive.svg @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-left-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 3,15 C 1,15 1,13 1,13 L 1,0 L 0,0 z " + id="rect1870" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/bottom-left-inactive.xpm b/themes/default-xhdpi/bottom-left-inactive.xpm new file mode 100644 index 000000000..c95f59c13 --- /dev/null +++ b/themes/default-xhdpi/bottom-left-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"32 32 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@######## ", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +"@@@@############################", +" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-xhdpi/bottom-right-active.png b/themes/default-xhdpi/bottom-right-active.png Binary files differnew file mode 100644 index 000000000..1aeef2bc0 --- /dev/null +++ b/themes/default-xhdpi/bottom-right-active.png diff --git a/themes/default-xhdpi/bottom-right-active.svg b/themes/default-xhdpi/bottom-right-active.svg new file mode 100644 index 000000000..cd40ab22a --- /dev/null +++ b/themes/default-xhdpi/bottom-right-active.svg @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-right-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 13,15 C 15,15 15,13 15,13 L 15,0 L 16,0 z " + id="rect1870" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/bottom-right-active.xpm b/themes/default-xhdpi/bottom-right-active.xpm new file mode 100644 index 000000000..d7ecf85fb --- /dev/null +++ b/themes/default-xhdpi/bottom-right-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"32 32 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/default-xhdpi/bottom-right-inactive.png b/themes/default-xhdpi/bottom-right-inactive.png Binary files differnew file mode 100644 index 000000000..1aeef2bc0 --- /dev/null +++ b/themes/default-xhdpi/bottom-right-inactive.png diff --git a/themes/default-xhdpi/bottom-right-inactive.svg b/themes/default-xhdpi/bottom-right-inactive.svg new file mode 100644 index 000000000..a89ad611a --- /dev/null +++ b/themes/default-xhdpi/bottom-right-inactive.svg @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="bottom-right-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 13,15 C 15,15 15,13 15,13 L 15,0 L 16,0 z " + id="rect1870" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/bottom-right-inactive.xpm b/themes/default-xhdpi/bottom-right-inactive.xpm new file mode 100644 index 000000000..ff6b4fc1f --- /dev/null +++ b/themes/default-xhdpi/bottom-right-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"32 32 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +" ########@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"############################@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/default-xhdpi/close-active.png b/themes/default-xhdpi/close-active.png Binary files differnew file mode 100644 index 000000000..a6953a287 --- /dev/null +++ b/themes/default-xhdpi/close-active.png diff --git a/themes/default-xhdpi/close-active.svg b/themes/default-xhdpi/close-active.svg new file mode 100644 index 000000000..308b4df8f --- /dev/null +++ b/themes/default-xhdpi/close-active.svg @@ -0,0 +1,223 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="close-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(5,9)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/close-active.xpm b/themes/default-xhdpi/close-active.xpm new file mode 100644 index 000000000..642809495 --- /dev/null +++ b/themes/default-xhdpi/close-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * close_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/close-inactive.png b/themes/default-xhdpi/close-inactive.png Binary files differnew file mode 100644 index 000000000..2af1e1c8d --- /dev/null +++ b/themes/default-xhdpi/close-inactive.png diff --git a/themes/default-xhdpi/close-inactive.svg b/themes/default-xhdpi/close-inactive.svg new file mode 100644 index 000000000..2b6beff5e --- /dev/null +++ b/themes/default-xhdpi/close-inactive.svg @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="close-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata30" /> + <defs + id="defs28" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview26" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(3,9)"> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/close-inactive.xpm b/themes/default-xhdpi/close-inactive.xpm new file mode 100644 index 000000000..56192f826 --- /dev/null +++ b/themes/default-xhdpi/close-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/close-prelight.png b/themes/default-xhdpi/close-prelight.png Binary files differnew file mode 100644 index 000000000..3845776e9 --- /dev/null +++ b/themes/default-xhdpi/close-prelight.png diff --git a/themes/default-xhdpi/close-prelight.svg b/themes/default-xhdpi/close-prelight.svg new file mode 100644 index 000000000..84067496c --- /dev/null +++ b/themes/default-xhdpi/close-prelight.svg @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="close-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata42" /> + <defs + id="defs40" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview38" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ff6060;fill-rule:evenodd;stroke:#ff6060;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(5,9)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/close-prelight.xpm b/themes/default-xhdpi/close-prelight.xpm new file mode 100644 index 000000000..642809495 --- /dev/null +++ b/themes/default-xhdpi/close-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * close_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/close-pressed.png b/themes/default-xhdpi/close-pressed.png Binary files differnew file mode 100644 index 000000000..ec600546a --- /dev/null +++ b/themes/default-xhdpi/close-pressed.png diff --git a/themes/default-xhdpi/close-pressed.svg b/themes/default-xhdpi/close-pressed.svg new file mode 100644 index 000000000..3f41b5367 --- /dev/null +++ b/themes/default-xhdpi/close-pressed.svg @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="close-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata42" /> + <defs + id="defs40" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview38" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#a02020;fill-rule:evenodd;stroke:#a02020;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.35;fill-opacity:0.35;opacity:0.60" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(5,10)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/close-pressed.xpm b/themes/default-xhdpi/close-pressed.xpm new file mode 100644 index 000000000..442257b23 --- /dev/null +++ b/themes/default-xhdpi/close-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/hide-active.png b/themes/default-xhdpi/hide-active.png Binary files differnew file mode 100644 index 000000000..76ec20f7f --- /dev/null +++ b/themes/default-xhdpi/hide-active.png diff --git a/themes/default-xhdpi/hide-active.svg b/themes/default-xhdpi/hide-active.svg new file mode 100644 index 000000000..feaefdaef --- /dev/null +++ b/themes/default-xhdpi/hide-active.svg @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="hide-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> + <defs + id="defs34" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview32" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/hide-active.xpm b/themes/default-xhdpi/hide-active.xpm new file mode 100644 index 000000000..90ce5a4a7 --- /dev/null +++ b/themes/default-xhdpi/hide-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/hide-inactive.png b/themes/default-xhdpi/hide-inactive.png Binary files differnew file mode 100644 index 000000000..e2d2d3f60 --- /dev/null +++ b/themes/default-xhdpi/hide-inactive.png diff --git a/themes/default-xhdpi/hide-inactive.svg b/themes/default-xhdpi/hide-inactive.svg new file mode 100644 index 000000000..f184cab43 --- /dev/null +++ b/themes/default-xhdpi/hide-inactive.svg @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="hide-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> + <defs + id="defs27" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview25" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(3,9)"> + <rect + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/hide-inactive.xpm b/themes/default-xhdpi/hide-inactive.xpm new file mode 100644 index 000000000..426b66d4d --- /dev/null +++ b/themes/default-xhdpi/hide-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/hide-prelight.png b/themes/default-xhdpi/hide-prelight.png Binary files differnew file mode 100644 index 000000000..792f83f91 --- /dev/null +++ b/themes/default-xhdpi/hide-prelight.png diff --git a/themes/default-xhdpi/hide-prelight.svg b/themes/default-xhdpi/hide-prelight.svg new file mode 100644 index 000000000..5790ab2e7 --- /dev/null +++ b/themes/default-xhdpi/hide-prelight.svg @@ -0,0 +1,235 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="hide-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/hide-prelight.xpm b/themes/default-xhdpi/hide-prelight.xpm new file mode 100644 index 000000000..90ce5a4a7 --- /dev/null +++ b/themes/default-xhdpi/hide-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/hide-pressed.png b/themes/default-xhdpi/hide-pressed.png Binary files differnew file mode 100644 index 000000000..e7436477b --- /dev/null +++ b/themes/default-xhdpi/hide-pressed.png diff --git a/themes/default-xhdpi/hide-pressed.svg b/themes/default-xhdpi/hide-pressed.svg new file mode 100644 index 000000000..58e93918d --- /dev/null +++ b/themes/default-xhdpi/hide-pressed.svg @@ -0,0 +1,235 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="hide-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,10)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/hide-pressed.xpm b/themes/default-xhdpi/hide-pressed.xpm new file mode 100644 index 000000000..0f9bd7800 --- /dev/null +++ b/themes/default-xhdpi/hide-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/left-active.png b/themes/default-xhdpi/left-active.png Binary files differnew file mode 100644 index 000000000..2bee22a16 --- /dev/null +++ b/themes/default-xhdpi/left-active.png diff --git a/themes/default-xhdpi/left-active.svg b/themes/default-xhdpi/left-active.svg new file mode 100644 index 000000000..2d7aeae35 --- /dev/null +++ b/themes/default-xhdpi/left-active.svg @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="left-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0 L 0.5,24" + id="path1340" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/left-active.xpm b/themes/default-xhdpi/left-active.xpm new file mode 100644 index 000000000..5c21fd237 --- /dev/null +++ b/themes/default-xhdpi/left-active.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * left_active_xpm[] = { +"12 48 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########"}; diff --git a/themes/default-xhdpi/left-inactive.png b/themes/default-xhdpi/left-inactive.png Binary files differnew file mode 100644 index 000000000..2bee22a16 --- /dev/null +++ b/themes/default-xhdpi/left-inactive.png diff --git a/themes/default-xhdpi/left-inactive.svg b/themes/default-xhdpi/left-inactive.svg new file mode 100644 index 000000000..7c9c8657f --- /dev/null +++ b/themes/default-xhdpi/left-inactive.svg @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="left-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0 L 0.5,24" + id="path1340" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/left-inactive.xpm b/themes/default-xhdpi/left-inactive.xpm new file mode 100644 index 000000000..fa1951c3f --- /dev/null +++ b/themes/default-xhdpi/left-inactive.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"12 48 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########", +"@@@@########"}; diff --git a/themes/default-xhdpi/maximize-active.png b/themes/default-xhdpi/maximize-active.png Binary files differnew file mode 100644 index 000000000..34a6bc7aa --- /dev/null +++ b/themes/default-xhdpi/maximize-active.png diff --git a/themes/default-xhdpi/maximize-active.svg b/themes/default-xhdpi/maximize-active.svg new file mode 100644 index 000000000..c9fbc3d74 --- /dev/null +++ b/themes/default-xhdpi/maximize-active.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> + <defs + id="defs34" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview32" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,9)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/maximize-active.xpm b/themes/default-xhdpi/maximize-active.xpm new file mode 100644 index 000000000..79de42362 --- /dev/null +++ b/themes/default-xhdpi/maximize-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/maximize-inactive.png b/themes/default-xhdpi/maximize-inactive.png Binary files differnew file mode 100644 index 000000000..a86c8afbb --- /dev/null +++ b/themes/default-xhdpi/maximize-inactive.png diff --git a/themes/default-xhdpi/maximize-inactive.svg b/themes/default-xhdpi/maximize-inactive.svg new file mode 100644 index 000000000..8e69f48b7 --- /dev/null +++ b/themes/default-xhdpi/maximize-inactive.svg @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> + <defs + id="defs27" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview25" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(3,9)"> + <path + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + id="rect2275" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/maximize-inactive.xpm b/themes/default-xhdpi/maximize-inactive.xpm new file mode 100644 index 000000000..2981e129b --- /dev/null +++ b/themes/default-xhdpi/maximize-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/maximize-prelight.png b/themes/default-xhdpi/maximize-prelight.png Binary files differnew file mode 100644 index 000000000..b9b6a6d00 --- /dev/null +++ b/themes/default-xhdpi/maximize-prelight.png diff --git a/themes/default-xhdpi/maximize-prelight.svg b/themes/default-xhdpi/maximize-prelight.svg new file mode 100644 index 000000000..d973db040 --- /dev/null +++ b/themes/default-xhdpi/maximize-prelight.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,9)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/maximize-prelight.xpm b/themes/default-xhdpi/maximize-prelight.xpm new file mode 100644 index 000000000..79de42362 --- /dev/null +++ b/themes/default-xhdpi/maximize-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/maximize-pressed.png b/themes/default-xhdpi/maximize-pressed.png Binary files differnew file mode 100644 index 000000000..206c9a6c8 --- /dev/null +++ b/themes/default-xhdpi/maximize-pressed.png diff --git a/themes/default-xhdpi/maximize-pressed.svg b/themes/default-xhdpi/maximize-pressed.svg new file mode 100644 index 000000000..0cfc4dc4f --- /dev/null +++ b/themes/default-xhdpi/maximize-pressed.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,10)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/maximize-pressed.xpm b/themes/default-xhdpi/maximize-pressed.xpm new file mode 100644 index 000000000..464c1e305 --- /dev/null +++ b/themes/default-xhdpi/maximize-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/maximize-toggled-active.png b/themes/default-xhdpi/maximize-toggled-active.png Binary files differnew file mode 100644 index 000000000..30fddf7b6 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-active.png diff --git a/themes/default-xhdpi/maximize-toggled-active.svg b/themes/default-xhdpi/maximize-toggled-active.svg new file mode 100644 index 000000000..2c4a4d61b --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-active.svg @@ -0,0 +1,215 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-toggled-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata37" /> + <defs + id="defs35" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview33" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,9)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/maximize-toggled-active.xpm b/themes/default-xhdpi/maximize-toggled-active.xpm new file mode 100644 index 000000000..59541ae68 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/maximize-toggled-inactive.png b/themes/default-xhdpi/maximize-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..7910ff132 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-inactive.png diff --git a/themes/default-xhdpi/maximize-toggled-inactive.svg b/themes/default-xhdpi/maximize-toggled-inactive.svg new file mode 100644 index 000000000..d54e6adf8 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-inactive.svg @@ -0,0 +1,182 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-toggled-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata30" /> + <defs + id="defs28" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview26" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1639" + transform="translate(3,9)"> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/maximize-toggled-inactive.xpm b/themes/default-xhdpi/maximize-toggled-inactive.xpm new file mode 100644 index 000000000..4cfc203a3 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/maximize-toggled-prelight.png b/themes/default-xhdpi/maximize-toggled-prelight.png Binary files differnew file mode 100644 index 000000000..edaab2540 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-prelight.png diff --git a/themes/default-xhdpi/maximize-toggled-prelight.svg b/themes/default-xhdpi/maximize-toggled-prelight.svg new file mode 100644 index 000000000..d38f8b824 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-prelight.svg @@ -0,0 +1,233 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-toggled-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata40" /> + <defs + id="defs38" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview36" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,9)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/maximize-toggled-prelight.xpm b/themes/default-xhdpi/maximize-toggled-prelight.xpm new file mode 100644 index 000000000..59541ae68 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/maximize-toggled-pressed.png b/themes/default-xhdpi/maximize-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..d6b96a21b --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-pressed.png diff --git a/themes/default-xhdpi/maximize-toggled-pressed.svg b/themes/default-xhdpi/maximize-toggled-pressed.svg new file mode 100644 index 000000000..f32f6d53b --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-pressed.svg @@ -0,0 +1,233 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="maximize-toggled-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata40" /> + <defs + id="defs38" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview36" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,10)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/maximize-toggled-pressed.xpm b/themes/default-xhdpi/maximize-toggled-pressed.xpm new file mode 100644 index 000000000..ee2e343f8 --- /dev/null +++ b/themes/default-xhdpi/maximize-toggled-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/menu-active.png b/themes/default-xhdpi/menu-active.png Binary files differnew file mode 100644 index 000000000..90ccbba2e --- /dev/null +++ b/themes/default-xhdpi/menu-active.png diff --git a/themes/default-xhdpi/menu-active.svg b/themes/default-xhdpi/menu-active.svg new file mode 100644 index 000000000..01d8fd7e8 --- /dev/null +++ b/themes/default-xhdpi/menu-active.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="menu-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/menu-active.xpm b/themes/default-xhdpi/menu-active.xpm new file mode 100644 index 000000000..5d923c80c --- /dev/null +++ b/themes/default-xhdpi/menu-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/menu-inactive.png b/themes/default-xhdpi/menu-inactive.png Binary files differnew file mode 100644 index 000000000..90ccbba2e --- /dev/null +++ b/themes/default-xhdpi/menu-inactive.png diff --git a/themes/default-xhdpi/menu-inactive.svg b/themes/default-xhdpi/menu-inactive.svg new file mode 100644 index 000000000..abeb3a62a --- /dev/null +++ b/themes/default-xhdpi/menu-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="menu-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/menu-inactive.xpm b/themes/default-xhdpi/menu-inactive.xpm new file mode 100644 index 000000000..b355e36bc --- /dev/null +++ b/themes/default-xhdpi/menu-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/menu-prelight.png b/themes/default-xhdpi/menu-prelight.png Binary files differnew file mode 100644 index 000000000..90ccbba2e --- /dev/null +++ b/themes/default-xhdpi/menu-prelight.png diff --git a/themes/default-xhdpi/menu-prelight.svg b/themes/default-xhdpi/menu-prelight.svg new file mode 100644 index 000000000..849cf13e2 --- /dev/null +++ b/themes/default-xhdpi/menu-prelight.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="menu-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/menu-prelight.xpm b/themes/default-xhdpi/menu-prelight.xpm new file mode 100644 index 000000000..5d923c80c --- /dev/null +++ b/themes/default-xhdpi/menu-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/menu-pressed.png b/themes/default-xhdpi/menu-pressed.png Binary files differnew file mode 100644 index 000000000..90ccbba2e --- /dev/null +++ b/themes/default-xhdpi/menu-pressed.png diff --git a/themes/default-xhdpi/menu-pressed.svg b/themes/default-xhdpi/menu-pressed.svg new file mode 100644 index 000000000..a6dc8e42f --- /dev/null +++ b/themes/default-xhdpi/menu-pressed.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="menu-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/menu-pressed.xpm b/themes/default-xhdpi/menu-pressed.xpm new file mode 100644 index 000000000..2642edf94 --- /dev/null +++ b/themes/default-xhdpi/menu-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/right-active.png b/themes/default-xhdpi/right-active.png Binary files differnew file mode 100644 index 000000000..0ec016a7f --- /dev/null +++ b/themes/default-xhdpi/right-active.png diff --git a/themes/default-xhdpi/right-active.svg b/themes/default-xhdpi/right-active.svg new file mode 100644 index 000000000..0bba2c508 --- /dev/null +++ b/themes/default-xhdpi/right-active.svg @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="right-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 5.5,0 L 5.5,24" + id="path1340" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/right-active.xpm b/themes/default-xhdpi/right-active.xpm new file mode 100644 index 000000000..926ca791b --- /dev/null +++ b/themes/default-xhdpi/right-active.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * right_active_xpm[] = { +"12 48 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@"}; diff --git a/themes/default-xhdpi/right-inactive.png b/themes/default-xhdpi/right-inactive.png Binary files differnew file mode 100644 index 000000000..0ec016a7f --- /dev/null +++ b/themes/default-xhdpi/right-inactive.png diff --git a/themes/default-xhdpi/right-inactive.svg b/themes/default-xhdpi/right-inactive.svg new file mode 100644 index 000000000..e2bcf1808 --- /dev/null +++ b/themes/default-xhdpi/right-inactive.svg @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="right-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> + <defs + id="defs12" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview10" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 5.5,0 L 5.5,24" + id="path1340" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/right-inactive.xpm b/themes/default-xhdpi/right-inactive.xpm new file mode 100644 index 000000000..faa6e99d7 --- /dev/null +++ b/themes/default-xhdpi/right-inactive.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"12 48 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@", +"########@@@@"}; diff --git a/themes/default-xhdpi/shade-active.png b/themes/default-xhdpi/shade-active.png Binary files differnew file mode 100644 index 000000000..6425b92b9 --- /dev/null +++ b/themes/default-xhdpi/shade-active.png diff --git a/themes/default-xhdpi/shade-active.svg b/themes/default-xhdpi/shade-active.svg new file mode 100644 index 000000000..287336d00 --- /dev/null +++ b/themes/default-xhdpi/shade-active.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> + <defs + id="defs34" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview32" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/shade-active.xpm b/themes/default-xhdpi/shade-active.xpm new file mode 100644 index 000000000..edc8ff140 --- /dev/null +++ b/themes/default-xhdpi/shade-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/shade-inactive.png b/themes/default-xhdpi/shade-inactive.png Binary files differnew file mode 100644 index 000000000..0b15c751d --- /dev/null +++ b/themes/default-xhdpi/shade-inactive.png diff --git a/themes/default-xhdpi/shade-inactive.svg b/themes/default-xhdpi/shade-inactive.svg new file mode 100644 index 000000000..868593c98 --- /dev/null +++ b/themes/default-xhdpi/shade-inactive.svg @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> + <defs + id="defs27" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview25" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(3,9)"> + <path + id="path2620" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/shade-inactive.xpm b/themes/default-xhdpi/shade-inactive.xpm new file mode 100644 index 000000000..2fa950091 --- /dev/null +++ b/themes/default-xhdpi/shade-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/shade-prelight.png b/themes/default-xhdpi/shade-prelight.png Binary files differnew file mode 100644 index 000000000..2b41e5ccd --- /dev/null +++ b/themes/default-xhdpi/shade-prelight.png diff --git a/themes/default-xhdpi/shade-prelight.svg b/themes/default-xhdpi/shade-prelight.svg new file mode 100644 index 000000000..ebd0107bf --- /dev/null +++ b/themes/default-xhdpi/shade-prelight.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/shade-prelight.xpm b/themes/default-xhdpi/shade-prelight.xpm new file mode 100644 index 000000000..edc8ff140 --- /dev/null +++ b/themes/default-xhdpi/shade-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/shade-pressed.png b/themes/default-xhdpi/shade-pressed.png Binary files differnew file mode 100644 index 000000000..27b20db2f --- /dev/null +++ b/themes/default-xhdpi/shade-pressed.png diff --git a/themes/default-xhdpi/shade-pressed.svg b/themes/default-xhdpi/shade-pressed.svg new file mode 100644 index 000000000..e158ec689 --- /dev/null +++ b/themes/default-xhdpi/shade-pressed.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,10)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/shade-pressed.xpm b/themes/default-xhdpi/shade-pressed.xpm new file mode 100644 index 000000000..ef6866a0c --- /dev/null +++ b/themes/default-xhdpi/shade-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/shade-toggled-active.png b/themes/default-xhdpi/shade-toggled-active.png Binary files differnew file mode 100644 index 000000000..e4f4988a2 --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-active.png diff --git a/themes/default-xhdpi/shade-toggled-active.svg b/themes/default-xhdpi/shade-toggled-active.svg new file mode 100644 index 000000000..88c9b88b2 --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-active.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-toggled-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> + <defs + id="defs34" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview32" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,9)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/shade-toggled-active.xpm b/themes/default-xhdpi/shade-toggled-active.xpm new file mode 100644 index 000000000..c35e22dad --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/shade-toggled-inactive.png b/themes/default-xhdpi/shade-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..81a17503b --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-inactive.png diff --git a/themes/default-xhdpi/shade-toggled-inactive.svg b/themes/default-xhdpi/shade-toggled-inactive.svg new file mode 100644 index 000000000..1bb2afec5 --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-inactive.svg @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-toggled-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> + <defs + id="defs27" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview25" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(3,9)"> + <path + id="path2620" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/shade-toggled-inactive.xpm b/themes/default-xhdpi/shade-toggled-inactive.xpm new file mode 100644 index 000000000..cd4f2c83f --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/shade-toggled-prelight.png b/themes/default-xhdpi/shade-toggled-prelight.png Binary files differnew file mode 100644 index 000000000..ad2de9a32 --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-prelight.png diff --git a/themes/default-xhdpi/shade-toggled-prelight.svg b/themes/default-xhdpi/shade-toggled-prelight.svg new file mode 100644 index 000000000..c5c46c01c --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-prelight.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-toggled-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,9)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/shade-toggled-prelight.xpm b/themes/default-xhdpi/shade-toggled-prelight.xpm new file mode 100644 index 000000000..c35e22dad --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/shade-toggled-pressed.png b/themes/default-xhdpi/shade-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..2eeeaac75 --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-pressed.png diff --git a/themes/default-xhdpi/shade-toggled-pressed.svg b/themes/default-xhdpi/shade-toggled-pressed.svg new file mode 100644 index 000000000..3786d7abc --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-pressed.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="shade-toggled-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,10)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/shade-toggled-pressed.xpm b/themes/default-xhdpi/shade-toggled-pressed.xpm new file mode 100644 index 000000000..b60fc23e6 --- /dev/null +++ b/themes/default-xhdpi/shade-toggled-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/stick-active.png b/themes/default-xhdpi/stick-active.png Binary files differnew file mode 100644 index 000000000..0a15dee6f --- /dev/null +++ b/themes/default-xhdpi/stick-active.png diff --git a/themes/default-xhdpi/stick-active.svg b/themes/default-xhdpi/stick-active.svg new file mode 100644 index 000000000..f718282ba --- /dev/null +++ b/themes/default-xhdpi/stick-active.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> + <defs + id="defs34" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview32" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/stick-active.xpm b/themes/default-xhdpi/stick-active.xpm new file mode 100644 index 000000000..681092c97 --- /dev/null +++ b/themes/default-xhdpi/stick-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/stick-inactive.png b/themes/default-xhdpi/stick-inactive.png Binary files differnew file mode 100644 index 000000000..0d1963ff1 --- /dev/null +++ b/themes/default-xhdpi/stick-inactive.png diff --git a/themes/default-xhdpi/stick-inactive.svg b/themes/default-xhdpi/stick-inactive.svg new file mode 100644 index 000000000..38e443dd8 --- /dev/null +++ b/themes/default-xhdpi/stick-inactive.svg @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> + <defs + id="defs27" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview25" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(3,9)"> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/stick-inactive.xpm b/themes/default-xhdpi/stick-inactive.xpm new file mode 100644 index 000000000..f8242120a --- /dev/null +++ b/themes/default-xhdpi/stick-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/stick-prelight.png b/themes/default-xhdpi/stick-prelight.png Binary files differnew file mode 100644 index 000000000..727f0d2e4 --- /dev/null +++ b/themes/default-xhdpi/stick-prelight.png diff --git a/themes/default-xhdpi/stick-prelight.svg b/themes/default-xhdpi/stick-prelight.svg new file mode 100644 index 000000000..24cbf3443 --- /dev/null +++ b/themes/default-xhdpi/stick-prelight.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/stick-prelight.xpm b/themes/default-xhdpi/stick-prelight.xpm new file mode 100644 index 000000000..681092c97 --- /dev/null +++ b/themes/default-xhdpi/stick-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/stick-pressed.png b/themes/default-xhdpi/stick-pressed.png Binary files differnew file mode 100644 index 000000000..acf730c3a --- /dev/null +++ b/themes/default-xhdpi/stick-pressed.png diff --git a/themes/default-xhdpi/stick-pressed.svg b/themes/default-xhdpi/stick-pressed.svg new file mode 100644 index 000000000..d31f9d679 --- /dev/null +++ b/themes/default-xhdpi/stick-pressed.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> + <defs + id="defs37" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview35" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,10)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/stick-pressed.xpm b/themes/default-xhdpi/stick-pressed.xpm new file mode 100644 index 000000000..225392fee --- /dev/null +++ b/themes/default-xhdpi/stick-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/stick-toggled-active.png b/themes/default-xhdpi/stick-toggled-active.png Binary files differnew file mode 100644 index 000000000..7ef6549ee --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-active.png diff --git a/themes/default-xhdpi/stick-toggled-active.svg b/themes/default-xhdpi/stick-toggled-active.svg new file mode 100644 index 000000000..d94adcfa5 --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-active.svg @@ -0,0 +1,220 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-toggled-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata37" /> + <defs + id="defs35" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview33" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="6" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/stick-toggled-active.xpm b/themes/default-xhdpi/stick-toggled-active.xpm new file mode 100644 index 000000000..a394d488b --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-active.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/stick-toggled-inactive.png b/themes/default-xhdpi/stick-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..2e33478d8 --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-inactive.png diff --git a/themes/default-xhdpi/stick-toggled-inactive.svg b/themes/default-xhdpi/stick-toggled-inactive.svg new file mode 100644 index 000000000..ac6c3e5bc --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-inactive.svg @@ -0,0 +1,187 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-toggled-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata30" /> + <defs + id="defs28" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview26" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(3,9)"> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="6" + sodipodi:cx="6" + id="path2202" + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0.5;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/stick-toggled-inactive.xpm b/themes/default-xhdpi/stick-toggled-inactive.xpm new file mode 100644 index 000000000..810d9bf41 --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-inactive.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/stick-toggled-prelight.png b/themes/default-xhdpi/stick-toggled-prelight.png Binary files differnew file mode 100644 index 000000000..171ff670d --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-prelight.png diff --git a/themes/default-xhdpi/stick-toggled-prelight.svg b/themes/default-xhdpi/stick-toggled-prelight.svg new file mode 100644 index 000000000..12b5a0b2c --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-prelight.svg @@ -0,0 +1,238 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-toggled-prelight.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata40" /> + <defs + id="defs38" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview36" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="0" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/stick-toggled-prelight.xpm b/themes/default-xhdpi/stick-toggled-prelight.xpm new file mode 100644 index 000000000..a394d488b --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/stick-toggled-pressed.png b/themes/default-xhdpi/stick-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..a814b307d --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-pressed.png diff --git a/themes/default-xhdpi/stick-toggled-pressed.svg b/themes/default-xhdpi/stick-toggled-pressed.svg new file mode 100644 index 000000000..6bd3529bf --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-pressed.svg @@ -0,0 +1,238 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="44" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="stick-toggled-pressed.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata40" /> + <defs + id="defs38" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview36" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,10)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="0" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/stick-toggled-pressed.xpm b/themes/default-xhdpi/stick-toggled-pressed.xpm new file mode 100644 index 000000000..a972c5d34 --- /dev/null +++ b/themes/default-xhdpi/stick-toggled-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"44 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................", +"............................................"}; diff --git a/themes/default-xhdpi/themerc b/themes/default-xhdpi/themerc new file mode 100644 index 000000000..26fcc4639 --- /dev/null +++ b/themes/default-xhdpi/themerc @@ -0,0 +1,14 @@ +active_text_color=#0c0c0f +active_text_shadow_color=#fcfcff +inactive_text_color=#6c6c70 +inactive_text_shadow_color=#fcfcff +button_offset=0 +button_spacing=0 +full_width_title=true +maximized_offset=0 +show_app_icon=true +title_horizontal_offset=2 +title_shadow_active=under +title_shadow_inactive=under +title_vertical_offset_active=2 +title_vertical_offset_inactive=2 diff --git a/themes/default-xhdpi/title-1-active.png b/themes/default-xhdpi/title-1-active.png Binary files differnew file mode 100644 index 000000000..7fa2e8b91 --- /dev/null +++ b/themes/default-xhdpi/title-1-active.png diff --git a/themes/default-xhdpi/title-1-active.svg b/themes/default-xhdpi/title-1-active.svg new file mode 100644 index 000000000..9f626efa7 --- /dev/null +++ b/themes/default-xhdpi/title-1-active.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-1-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-1-active.xpm b/themes/default-xhdpi/title-1-active.xpm new file mode 100644 index 000000000..9468f21f1 --- /dev/null +++ b/themes/default-xhdpi/title-1-active.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-1-inactive.png b/themes/default-xhdpi/title-1-inactive.png Binary files differnew file mode 100644 index 000000000..7fa2e8b91 --- /dev/null +++ b/themes/default-xhdpi/title-1-inactive.png diff --git a/themes/default-xhdpi/title-1-inactive.svg b/themes/default-xhdpi/title-1-inactive.svg new file mode 100644 index 000000000..01d62bd3a --- /dev/null +++ b/themes/default-xhdpi/title-1-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-1-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-1-inactive.xpm b/themes/default-xhdpi/title-1-inactive.xpm new file mode 100644 index 000000000..977205f59 --- /dev/null +++ b/themes/default-xhdpi/title-1-inactive.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-2-active.png b/themes/default-xhdpi/title-2-active.png Binary files differnew file mode 100644 index 000000000..7fa2e8b91 --- /dev/null +++ b/themes/default-xhdpi/title-2-active.png diff --git a/themes/default-xhdpi/title-2-active.svg b/themes/default-xhdpi/title-2-active.svg new file mode 100644 index 000000000..f3bbf08f0 --- /dev/null +++ b/themes/default-xhdpi/title-2-active.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-2-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-2-active.xpm b/themes/default-xhdpi/title-2-active.xpm new file mode 100644 index 000000000..9468f21f1 --- /dev/null +++ b/themes/default-xhdpi/title-2-active.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-2-inactive.png b/themes/default-xhdpi/title-2-inactive.png Binary files differnew file mode 100644 index 000000000..7fa2e8b91 --- /dev/null +++ b/themes/default-xhdpi/title-2-inactive.png diff --git a/themes/default-xhdpi/title-2-inactive.svg b/themes/default-xhdpi/title-2-inactive.svg new file mode 100644 index 000000000..726a98511 --- /dev/null +++ b/themes/default-xhdpi/title-2-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-2-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-2-inactive.xpm b/themes/default-xhdpi/title-2-inactive.xpm new file mode 100644 index 000000000..977205f59 --- /dev/null +++ b/themes/default-xhdpi/title-2-inactive.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-3-active.png b/themes/default-xhdpi/title-3-active.png Binary files differnew file mode 100644 index 000000000..7fa2e8b91 --- /dev/null +++ b/themes/default-xhdpi/title-3-active.png diff --git a/themes/default-xhdpi/title-3-active.svg b/themes/default-xhdpi/title-3-active.svg new file mode 100644 index 000000000..7584f8313 --- /dev/null +++ b/themes/default-xhdpi/title-3-active.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-3-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer2" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-3-active.xpm b/themes/default-xhdpi/title-3-active.xpm new file mode 100644 index 000000000..9468f21f1 --- /dev/null +++ b/themes/default-xhdpi/title-3-active.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-3-inactive.png b/themes/default-xhdpi/title-3-inactive.png Binary files differnew file mode 100644 index 000000000..7fa2e8b91 --- /dev/null +++ b/themes/default-xhdpi/title-3-inactive.png diff --git a/themes/default-xhdpi/title-3-inactive.svg b/themes/default-xhdpi/title-3-inactive.svg new file mode 100644 index 000000000..0eea5e11d --- /dev/null +++ b/themes/default-xhdpi/title-3-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-3-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-3-inactive.xpm b/themes/default-xhdpi/title-3-inactive.xpm new file mode 100644 index 000000000..977205f59 --- /dev/null +++ b/themes/default-xhdpi/title-3-inactive.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-4-active.png b/themes/default-xhdpi/title-4-active.png Binary files differnew file mode 100644 index 000000000..88109a71f --- /dev/null +++ b/themes/default-xhdpi/title-4-active.png diff --git a/themes/default-xhdpi/title-4-active.svg b/themes/default-xhdpi/title-4-active.svg new file mode 100644 index 000000000..6d7c2176f --- /dev/null +++ b/themes/default-xhdpi/title-4-active.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-4-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata32" /> + <defs + id="defs30" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview28" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 0,19 C 0,19 0,26 8,26 L 8,1 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M -0.5,1 L 0.5,19.5 C 0.5,19.5 0.5,26.5 7.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-4-active.xpm b/themes/default-xhdpi/title-4-active.xpm new file mode 100644 index 000000000..9468f21f1 --- /dev/null +++ b/themes/default-xhdpi/title-4-active.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-4-inactive.png b/themes/default-xhdpi/title-4-inactive.png Binary files differnew file mode 100644 index 000000000..7fa2e8b91 --- /dev/null +++ b/themes/default-xhdpi/title-4-inactive.png diff --git a/themes/default-xhdpi/title-4-inactive.svg b/themes/default-xhdpi/title-4-inactive.svg new file mode 100644 index 000000000..000733309 --- /dev/null +++ b/themes/default-xhdpi/title-4-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-4-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-4-inactive.xpm b/themes/default-xhdpi/title-4-inactive.xpm new file mode 100644 index 000000000..977205f59 --- /dev/null +++ b/themes/default-xhdpi/title-4-inactive.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-5-active.png b/themes/default-xhdpi/title-5-active.png Binary files differnew file mode 100644 index 000000000..2bad2f87e --- /dev/null +++ b/themes/default-xhdpi/title-5-active.png diff --git a/themes/default-xhdpi/title-5-active.svg b/themes/default-xhdpi/title-5-active.svg new file mode 100644 index 000000000..1038a35e0 --- /dev/null +++ b/themes/default-xhdpi/title-5-active.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-5-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata32" /> + <defs + id="defs30" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview28" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-5-active.xpm b/themes/default-xhdpi/title-5-active.xpm new file mode 100644 index 000000000..9468f21f1 --- /dev/null +++ b/themes/default-xhdpi/title-5-active.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/title-5-inactive.png b/themes/default-xhdpi/title-5-inactive.png Binary files differnew file mode 100644 index 000000000..7fa2e8b91 --- /dev/null +++ b/themes/default-xhdpi/title-5-inactive.png diff --git a/themes/default-xhdpi/title-5-inactive.svg b/themes/default-xhdpi/title-5-inactive.svg new file mode 100644 index 000000000..f2ec3d923 --- /dev/null +++ b/themes/default-xhdpi/title-5-inactive.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="title-5-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/title-5-inactive.xpm b/themes/default-xhdpi/title-5-inactive.xpm new file mode 100644 index 000000000..977205f59 --- /dev/null +++ b/themes/default-xhdpi/title-5-inactive.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-xhdpi/top-left-active.png b/themes/default-xhdpi/top-left-active.png Binary files differnew file mode 100644 index 000000000..72e85f8da --- /dev/null +++ b/themes/default-xhdpi/top-left-active.png diff --git a/themes/default-xhdpi/top-left-active.svg b/themes/default-xhdpi/top-left-active.svg new file mode 100644 index 000000000..c62c5a643 --- /dev/null +++ b/themes/default-xhdpi/top-left-active.svg @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="top-left-active.svg" + version="1.0" + inkscape:version="0.48.5 r10040" + sodipodi:version="0.32" + id="svg2" + width="16" + height="58" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:label="Grad" + id="layer2" + inkscape:groupmode="layer"> + <path + id="path6057" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,23 C 1,23 1,28 6,28 L 8,28 L 8,28 L 8,1 z " /> + </g> + <g + inkscape:label="hilight" + id="layer3" + inkscape:groupmode="layer"> + <path + id="path6061" + d="M 8,1 L 6.75,1 C 6.75,1 2,1 2,4 C 2,4 2.75,4 2.75,4 L 8,4 L 8,4 z " + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,14 C 1,14 1,19 6,19 L 8,19 L 8,19 L 8,1 z " + id="path1884" /> + </g> + <g + style="display:inline" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Border"> + <path + id="rect1319" + d="M 8,0 L 8,1 L 5,1 C 5,1 1.5,1.5 1,6 C 1,29 1,29 1,29 L 0,29 L 0,0 L 8,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:label="Shadow" + id="layer5" + inkscape:groupmode="layer"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 2.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/top-left-active.xpm b/themes/default-xhdpi/top-left-active.xpm new file mode 100644 index 000000000..21007d54f --- /dev/null +++ b/themes/default-xhdpi/top-left-active.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"16 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +" ........", +" ..........", +" ............", +" .............", +" ..............", +" ..............", +" ...............", +" ...............", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"} diff --git a/themes/default-xhdpi/top-left-inactive.png b/themes/default-xhdpi/top-left-inactive.png Binary files differnew file mode 100644 index 000000000..72e85f8da --- /dev/null +++ b/themes/default-xhdpi/top-left-inactive.png diff --git a/themes/default-xhdpi/top-left-inactive.svg b/themes/default-xhdpi/top-left-inactive.svg new file mode 100644 index 000000000..5e38b371d --- /dev/null +++ b/themes/default-xhdpi/top-left-inactive.svg @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="top-left-inactive.svg" + version="1.0" + inkscape:version="0.48.5 r10040" + sodipodi:version="0.32" + id="svg2" + width="16" + height="58" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:label="Grad" + id="layer2" + inkscape:groupmode="layer"> + <path + id="path6057" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,23 C 1,23 1,28 6,28 L 8,28 L 8,28 L 8,1 z " /> + </g> + <g + inkscape:label="hilight" + id="layer3" + inkscape:groupmode="layer"> + <path + id="path6061" + d="M 8,1 L 6.75,1 C 6.75,1 2,1 2,4 C 2,4 2.75,4 2.75,4 L 8,4 L 8,4 z " + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,14 C 1,14 1,19 6,19 L 8,19 L 8,19 L 8,1 z " + id="path1884" /> + </g> + <g + style="display:inline" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Border"> + <path + id="rect1319" + d="M 8,0 L 8,1 L 5,1 C 5,1 1.5,1.5 1,6 C 1,29 1,29 1,29 L 0,29 L 0,0 L 8,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:label="Shadow" + id="layer5" + inkscape:groupmode="layer"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 2.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/top-left-inactive.xpm b/themes/default-xhdpi/top-left-inactive.xpm new file mode 100644 index 000000000..0ea37211d --- /dev/null +++ b/themes/default-xhdpi/top-left-inactive.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"16 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +" ........", +" ..........", +" ............", +" .............", +" ..............", +" ..............", +" ...............", +" ...............", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"} diff --git a/themes/default-xhdpi/top-right-active.png b/themes/default-xhdpi/top-right-active.png Binary files differnew file mode 100644 index 000000000..833a6c750 --- /dev/null +++ b/themes/default-xhdpi/top-right-active.png diff --git a/themes/default-xhdpi/top-right-active.svg b/themes/default-xhdpi/top-right-active.svg new file mode 100644 index 000000000..23b70d18f --- /dev/null +++ b/themes/default-xhdpi/top-right-active.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="top-right-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata32" /> + <defs + id="defs30" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview28" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 2,1 C 2,1 6.5,1.5 7,6 L 7,26 L 0,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 1.25,1 C 1.25,1 6,1 6,4 C 6,4 5.25,4 5.25,4 L 0,4 L 0,4 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + id="rect1319" + d="M 0,0 L 0,1 L 2,1 C 2,1 6.5,1.5 7,6 C 7,29 7,29 7,29 L 8,29 L 8,0 L 0,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 6.5,26.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/top-right-active.xpm b/themes/default-xhdpi/top-right-active.xpm new file mode 100644 index 000000000..ba9800f19 --- /dev/null +++ b/themes/default-xhdpi/top-right-active.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"16 58 2 1", +" c None", +". c #C0C0FF s active_color_2", +"........ ", +".......... ", +"............ ", +"............. ", +".............. ", +".............. ", +"............... ", +"............... ", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"} diff --git a/themes/default-xhdpi/top-right-inactive.png b/themes/default-xhdpi/top-right-inactive.png Binary files differnew file mode 100644 index 000000000..843f1c6e7 --- /dev/null +++ b/themes/default-xhdpi/top-right-inactive.png diff --git a/themes/default-xhdpi/top-right-inactive.svg b/themes/default-xhdpi/top-right-inactive.svg new file mode 100644 index 000000000..3860fd542 --- /dev/null +++ b/themes/default-xhdpi/top-right-inactive.svg @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="58" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="top-right-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> + <defs + id="defs24" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" /> + <g + transform="scale(2)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 2,1 C 2,1 6.5,1.5 7,6 L 7,23 C 7,23 7,28 2,28 L 0,28 L 0,28 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 2.25,1 C 2.25,1 6,1 6,4 C 6,4 5.25,4 5.25,4 L 0,4 L 0,3 z " + id="path6061" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 5,1 C 5,1 7,1 7,4 L 7,10 C 7,10 7,17 2,17 L 0,17 L 0,17 L 0,1 z " + id="path1884" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + id="rect1319" + d="M 0,0 L 0,1 L 2,1 C 2,1 6.5,1.5 7,6 C 7,29 7,29 7,29 L 8,29 L 8,0 L 0,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 5.5,28.5" + id="path6989" /> + </g> + </g> +</svg> diff --git a/themes/default-xhdpi/top-right-inactive.xpm b/themes/default-xhdpi/top-right-inactive.xpm new file mode 100644 index 000000000..d092b96ce --- /dev/null +++ b/themes/default-xhdpi/top-right-inactive.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"16 58 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"........ ", +".......... ", +"............ ", +"............. ", +".............. ", +".............. ", +"............... ", +"............... ", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"} diff --git a/themes/default/Makefile.am b/themes/default/Makefile.am index 351946743..9394017a9 100644 --- a/themes/default/Makefile.am +++ b/themes/default/Makefile.am @@ -207,5 +207,5 @@ vacuum-defs: update-png: for svg_file in $(SVG_FILES); do \ image=$${svg_file%.svg}; \ - rsvg -f png $$svg_file $$image.png; \ + rsvg-convert -f png $$svg_file > $$image.png; \ done diff --git a/themes/default/README b/themes/default/README index ea23f10b7..80b8f6eed 100644 --- a/themes/default/README +++ b/themes/default/README @@ -1,3 +1,4 @@ -joy - SVG based theme for xfwm4. -(c) 2006, 2010 - Olivier Fourdan <fourdan@xfce.org> +SVG based theme for xfwm4. +Created Sept. 2006 by Olivier Fourdan <fourdan@xfce.org> +Modified Oct. 2014 by Olivier Fourdan <fourdan@xfce.org> Theme released under GNU GPL license. diff --git a/themes/default/bottom-active.png b/themes/default/bottom-active.png Binary files differindex 7b552a041..07a9e01f6 100644 --- a/themes/default/bottom-active.png +++ b/themes/default/bottom-active.png diff --git a/themes/default/bottom-active.svg b/themes/default/bottom-active.svg index 9fa12d298..7675176ff 100644 --- a/themes/default/bottom-active.svg +++ b/themes/default/bottom-active.svg @@ -10,59 +10,96 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="24" - height="4" + height="3" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="bottom-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-points="true" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="border"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,3.5 L 23.5,3.5" - id="path1340" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-points="true" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0,2.5 L 24,2.5" + id="path1340" /> + </g> </g> </svg> diff --git a/themes/default/bottom-active.xpm b/themes/default/bottom-active.xpm index bc12e652c..1dabfc939 100644 --- a/themes/default/bottom-active.xpm +++ b/themes/default/bottom-active.xpm @@ -1,10 +1,9 @@ /* XPM */ static char * bottom_active_xpm[] = { -"24 4 3 1", -" c None", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"########################", -"########################", -"########################", +"24 3 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default/bottom-inactive.png b/themes/default/bottom-inactive.png Binary files differindex 7b552a041..07a9e01f6 100644 --- a/themes/default/bottom-inactive.png +++ b/themes/default/bottom-inactive.png diff --git a/themes/default/bottom-inactive.svg b/themes/default/bottom-inactive.svg index b93e962ff..9a2b39bea 100644 --- a/themes/default/bottom-inactive.svg +++ b/themes/default/bottom-inactive.svg @@ -10,59 +10,96 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="24" - height="4" + height="3" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="bottom-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-points="true" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="border"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,3.5 L 23.5,3.5" - id="path1340" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-points="true" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0,2.5 L 24,2.5" + id="path1340" /> + </g> </g> </svg> diff --git a/themes/default/bottom-inactive.xpm b/themes/default/bottom-inactive.xpm index 60660379f..6e6ac7961 100644 --- a/themes/default/bottom-inactive.xpm +++ b/themes/default/bottom-inactive.xpm @@ -1,10 +1,9 @@ /* XPM */ static char * bottom_inactive_xpm[] = { -"24 4 3 1", -" c None", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"########################", -"########################", -"########################", +"24 3 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default/bottom-left-active.png b/themes/default/bottom-left-active.png Binary files differindex 3b2553247..c8422976f 100644 --- a/themes/default/bottom-left-active.png +++ b/themes/default/bottom-left-active.png diff --git a/themes/default/bottom-left-active.svg b/themes/default/bottom-left-active.svg index ab11400d5..950411c0b 100644 --- a/themes/default/bottom-left-active.svg +++ b/themes/default/bottom-left-active.svg @@ -13,55 +13,92 @@ height="16" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="bottom-left-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:#a0a0a0;fill-opacity:0.25" - d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 2,15 C 1,15 1,14 1,14 L 1,0 L 0,0 z " - id="rect1870" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 3,15 C 1,15 1,13 1,13 L 1,0 L 0,0 z " + id="rect1870" /> + </g> </g> </svg> diff --git a/themes/default/bottom-left-active.xpm b/themes/default/bottom-left-active.xpm index f5a0bf1a8..5840ca8a3 100644 --- a/themes/default/bottom-left-active.xpm +++ b/themes/default/bottom-left-active.xpm @@ -1,22 +1,22 @@ /* XPM */ static char * bottom_left_active_xpm[] = { "16 16 3 1", -" c None", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@###############", -"@###############", -"@###############", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", " @@@@@@@@@@@@@@@"}; diff --git a/themes/default/bottom-left-inactive.png b/themes/default/bottom-left-inactive.png Binary files differindex 3b2553247..c8422976f 100644 --- a/themes/default/bottom-left-inactive.png +++ b/themes/default/bottom-left-inactive.png diff --git a/themes/default/bottom-left-inactive.svg b/themes/default/bottom-left-inactive.svg index 58a8fe47f..82063ae3c 100644 --- a/themes/default/bottom-left-inactive.svg +++ b/themes/default/bottom-left-inactive.svg @@ -13,55 +13,92 @@ height="16" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="bottom-left-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:#a0a0a0;fill-opacity:0.25" - d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 2,15 C 1,15 1,14 1,14 L 1,0 L 0,0 z " - id="rect1870" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 3,15 C 1,15 1,13 1,13 L 1,0 L 0,0 z " + id="rect1870" /> + </g> </g> </svg> diff --git a/themes/default/bottom-left-inactive.xpm b/themes/default/bottom-left-inactive.xpm index 9c468d141..0c98e921c 100644 --- a/themes/default/bottom-left-inactive.xpm +++ b/themes/default/bottom-left-inactive.xpm @@ -1,22 +1,22 @@ /* XPM */ static char * bottom_left_inactive_xpm[] = { "16 16 3 1", -" c None", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@ ", -"@###############", -"@###############", -"@###############", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@ ", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", " @@@@@@@@@@@@@@@"}; diff --git a/themes/default/bottom-right-active.png b/themes/default/bottom-right-active.png Binary files differindex 0fd9ff2e9..de3ab3cc7 100644 --- a/themes/default/bottom-right-active.png +++ b/themes/default/bottom-right-active.png diff --git a/themes/default/bottom-right-active.svg b/themes/default/bottom-right-active.svg index 3899fd044..0a0ae1cdc 100644 --- a/themes/default/bottom-right-active.svg +++ b/themes/default/bottom-right-active.svg @@ -13,55 +13,92 @@ height="16" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="bottom-right-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:#a0a0a0;fill-opacity:0.25" - d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 14,15 C 15,15 15,14 15,14 L 15,0 L 16,0 z " - id="rect1870" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 13,15 C 15,15 15,13 15,13 L 15,0 L 16,0 z " + id="rect1870" /> + </g> </g> </svg> diff --git a/themes/default/bottom-right-active.xpm b/themes/default/bottom-right-active.xpm index 90b41d47a..8d21c544d 100644 --- a/themes/default/bottom-right-active.xpm +++ b/themes/default/bottom-right-active.xpm @@ -1,22 +1,22 @@ /* XPM */ static char * bottom_right_active_xpm[] = { "16 16 3 1", -" c None", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -"###############@", -"###############@", -"###############@", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_2", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@ "}; diff --git a/themes/default/bottom-right-inactive.png b/themes/default/bottom-right-inactive.png Binary files differindex 0fd9ff2e9..de3ab3cc7 100644 --- a/themes/default/bottom-right-inactive.png +++ b/themes/default/bottom-right-inactive.png diff --git a/themes/default/bottom-right-inactive.svg b/themes/default/bottom-right-inactive.svg index 7ea54d268..9e5b433ce 100644 --- a/themes/default/bottom-right-inactive.svg +++ b/themes/default/bottom-right-inactive.svg @@ -13,55 +13,92 @@ height="16" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="bottom-right-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:#a0a0a0;fill-opacity:0.25" - d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 14,15 C 15,15 15,14 15,14 L 15,0 L 16,0 z " - id="rect1870" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:black;fill-opacity:0.50" + d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 13,15 C 15,15 15,13 15,13 L 15,0 L 16,0 z " + id="rect1870" /> + </g> </g> </svg> diff --git a/themes/default/bottom-right-inactive.xpm b/themes/default/bottom-right-inactive.xpm index 7edfc3559..7936ff19f 100644 --- a/themes/default/bottom-right-inactive.xpm +++ b/themes/default/bottom-right-inactive.xpm @@ -1,22 +1,22 @@ /* XPM */ static char * bottom_right_inactive_xpm[] = { "16 16 3 1", -" c None", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -" @", -"###############@", -"###############@", -"###############@", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +" @@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@ "}; diff --git a/themes/default/close-active.png b/themes/default/close-active.png Binary files differindex fb7f6169d..b93c7d0e0 100644 --- a/themes/default/close-active.png +++ b/themes/default/close-active.png diff --git a/themes/default/close-active.svg b/themes/default/close-active.svg index fef64c478..9ecc7a300 100644 --- a/themes/default/close-active.svg +++ b/themes/default/close-active.svg @@ -10,212 +10,214 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="close-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> <g - id="g2328" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> <g - transform="matrix(0.875,0,0,0.875,0.75,0.75)" - style="opacity:0.33;stroke:#000000;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="g2217"> + id="g2327" + transform="translate(5,9)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,2 L 10,10" - id="path1340" /> + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,10 L 10,2" - id="path2215" /> + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2221" - d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2225" - d="M 2.5,9.5 L 9.5,2.5" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/close-active.xpm b/themes/default/close-active.xpm index 19692c199..939cfc23d 100644 --- a/themes/default/close-active.xpm +++ b/themes/default/close-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * close_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/close-inactive.png b/themes/default/close-inactive.png Binary files differindex a5870bd6f..eeb352e17 100644 --- a/themes/default/close-inactive.png +++ b/themes/default/close-inactive.png diff --git a/themes/default/close-inactive.svg b/themes/default/close-inactive.svg index b1acbf689..f008a8fa5 100644 --- a/themes/default/close-inactive.svg +++ b/themes/default/close-inactive.svg @@ -10,199 +10,172 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="close-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata30" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs28" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview26" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> <g - id="g2328" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> <path - id="path2221" - d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" - style="opacity:0.50;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(3,9)"> + <path + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2225" - d="M 2.5,9.5 L 9.5,2.5" - style="opacity:0.50;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/close-inactive.xpm b/themes/default/close-inactive.xpm index 829f6f611..c45a79458 100644 --- a/themes/default/close-inactive.xpm +++ b/themes/default/close-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * close_inactive_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/close-prelight.png b/themes/default/close-prelight.png Binary files differindex 02d0d06d1..24b986b98 100644 --- a/themes/default/close-prelight.png +++ b/themes/default/close-prelight.png diff --git a/themes/default/close-prelight.svg b/themes/default/close-prelight.svg index 4c5aca90d..a9812f440 100644 --- a/themes/default/close-prelight.svg +++ b/themes/default/close-prelight.svg @@ -10,226 +10,232 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="close-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata42" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs40" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> + inkscape:window-height="480" + id="namedview38" /> <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ff6060;fill-rule:evenodd;stroke:#ff6060;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> <g - id="g2328" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> <g - transform="matrix(0.875,0,0,0.875,0.75,0.75)" - style="opacity:0.33;stroke:#000000;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="g2217"> + id="g2327" + transform="translate(5,9)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,2 L 10,10" - id="path1340" /> + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,10 L 10,2" - id="path2215" /> + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2221" - d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2225" - d="M 2.5,9.5 L 9.5,2.5" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/close-prelight.xpm b/themes/default/close-prelight.xpm index 19692c199..939cfc23d 100644 --- a/themes/default/close-prelight.xpm +++ b/themes/default/close-prelight.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * close_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/close-pressed.png b/themes/default/close-pressed.png Binary files differindex 0ca6417e8..6b25ee4bc 100644 --- a/themes/default/close-pressed.png +++ b/themes/default/close-pressed.png diff --git a/themes/default/close-pressed.svg b/themes/default/close-pressed.svg index ae94b9b70..d9f29938c 100644 --- a/themes/default/close-pressed.svg +++ b/themes/default/close-pressed.svg @@ -10,226 +10,232 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="close-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata42" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs40" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g24" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> + inkscape:window-height="480" + id="namedview38" /> <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> <g - id="g2328" - transform="translate(3,7)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> <g - transform="matrix(0.875,0,0,0.875,0.75,0.75)" - style="opacity:0.33;stroke:#000000;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="g2217"> + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#a02020;fill-rule:evenodd;stroke:#a02020;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.35;fill-opacity:0.35;opacity:0.60" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + id="g2327" + transform="translate(5,10)"> + <g + transform="matrix(0.875,0,0,0.875,0.75,0.75)" + style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g2217"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,2 L 10,10" + id="path1340" /> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2,10 L 10,2" + id="path2215" /> + </g> <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,2 L 10,10" - id="path1340" /> + id="path2221" + d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,10 L 10,2" - id="path2215" /> + id="path2225" + d="M 2.5,9.5 L 9.5,2.5" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2221" - d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2225" - d="M 2.5,9.5 L 9.5,2.5" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/close-pressed.xpm b/themes/default/close-pressed.xpm index 19692c199..fb28512cc 100644 --- a/themes/default/close-pressed.xpm +++ b/themes/default/close-pressed.xpm @@ -1,27 +1,34 @@ /* XPM */ -static char * close_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +static char * close_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/hide-active.png b/themes/default/hide-active.png Binary files differindex ad7b41e45..a4112cc57 100644 --- a/themes/default/hide-active.png +++ b/themes/default/hide-active.png diff --git a/themes/default/hide-active.svg b/themes/default/hide-active.svg index 9fa9124c0..35de20a92 100644 --- a/themes/default/hide-active.svg +++ b/themes/default/hide-active.svg @@ -10,206 +10,208 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="hide-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs34" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview32" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1616" - transform="translate(3,6)"> - <rect - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2376" - width="8" - height="4" - x="2" - y="7" /> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> <rect - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2378" - width="6" - height="2" - x="3" - y="8" /> + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/hide-active.xpm b/themes/default/hide-active.xpm index 57cee057d..b5a87f2b9 100644 --- a/themes/default/hide-active.xpm +++ b/themes/default/hide-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * hide_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/hide-inactive.png b/themes/default/hide-inactive.png Binary files differindex 4077a7735..6f97c28e4 100644 --- a/themes/default/hide-inactive.png +++ b/themes/default/hide-inactive.png diff --git a/themes/default/hide-inactive.svg b/themes/default/hide-inactive.svg index 5dec6849e..b4f44a120 100644 --- a/themes/default/hide-inactive.svg +++ b/themes/default/hide-inactive.svg @@ -10,199 +10,172 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="hide-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs27" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> + inkscape:window-height="480" + id="namedview25" /> <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1616" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> <rect - style="opacity:0.50;fill:#a0a0a0;fill-opacity:1;stroke:#a0a0a0;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2378" - width="6" - height="2" - x="3" - y="8" /> + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(3,9)"> + <rect + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/hide-inactive.xpm b/themes/default/hide-inactive.xpm index 537ca5342..381d958f6 100644 --- a/themes/default/hide-inactive.xpm +++ b/themes/default/hide-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * hide_inactive_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/hide-prelight.png b/themes/default/hide-prelight.png Binary files differindex 9777afceb..147f23554 100644 --- a/themes/default/hide-prelight.png +++ b/themes/default/hide-prelight.png diff --git a/themes/default/hide-prelight.svg b/themes/default/hide-prelight.svg index 4a537a989..311ba13d5 100644 --- a/themes/default/hide-prelight.svg +++ b/themes/default/hide-prelight.svg @@ -10,220 +10,226 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="hide-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> <g - style="display:inline" - id="g1616" - transform="translate(3,6)"> - <rect - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2376" - width="8" - height="4" - x="2" - y="7" /> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> <rect - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2378" - width="6" - height="2" - x="3" - y="8" /> + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/hide-prelight.xpm b/themes/default/hide-prelight.xpm index 57cee057d..b5a87f2b9 100644 --- a/themes/default/hide-prelight.xpm +++ b/themes/default/hide-prelight.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * hide_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/hide-pressed.png b/themes/default/hide-pressed.png Binary files differindex 28d5d6758..2062b72f6 100644 --- a/themes/default/hide-pressed.png +++ b/themes/default/hide-pressed.png diff --git a/themes/default/hide-pressed.svg b/themes/default/hide-pressed.svg index 2a3421512..e29342af1 100644 --- a/themes/default/hide-pressed.svg +++ b/themes/default/hide-pressed.svg @@ -10,220 +10,226 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="hide-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g24" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> <g - style="display:inline" - id="g1616" - transform="translate(3,7)"> - <rect - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2376" - width="8" - height="4" - x="2" - y="7" /> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> <rect - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2378" - width="6" - height="2" - x="3" - y="8" /> + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,10)"> + <rect + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2376" + width="8" + height="4" + x="2" + y="7" /> + <rect + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2378" + width="6" + height="2" + x="3" + y="8" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/hide-pressed.xpm b/themes/default/hide-pressed.xpm index 57cee057d..b28a096c3 100644 --- a/themes/default/hide-pressed.xpm +++ b/themes/default/hide-pressed.xpm @@ -1,27 +1,34 @@ /* XPM */ -static char * hide_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +static char * hide_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/left-active.png b/themes/default/left-active.png Binary files differindex cd764b61f..240b49940 100644 --- a/themes/default/left-active.png +++ b/themes/default/left-active.png diff --git a/themes/default/left-active.svg b/themes/default/left-active.svg index 55ac0de6f..3956e5327 100644 --- a/themes/default/left-active.svg +++ b/themes/default/left-active.svg @@ -9,58 +9,95 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1" + width="3" height="24" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="left-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="border"> - <path - style="fill:none;stroke:#a0a0a0;stroke-width:1px;stroke-opacity:0.25" - d="M 0.5,0 L 0.5,24" - id="path1340" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0 L 0.5,24" + id="path1340" /> + </g> </g> </svg> diff --git a/themes/default/left-active.xpm b/themes/default/left-active.xpm index 144b45404..597a08367 100644 --- a/themes/default/left-active.xpm +++ b/themes/default/left-active.xpm @@ -1,30 +1,30 @@ /* XPM */ static char * left_active_xpm[] = { -"1 24 3 1", -" c None", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@"}; +"3 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@"}; diff --git a/themes/default/left-inactive.png b/themes/default/left-inactive.png Binary files differindex cd764b61f..240b49940 100644 --- a/themes/default/left-inactive.png +++ b/themes/default/left-inactive.png diff --git a/themes/default/left-inactive.svg b/themes/default/left-inactive.svg index 609bd77e6..7fb40082f 100644 --- a/themes/default/left-inactive.svg +++ b/themes/default/left-inactive.svg @@ -9,58 +9,95 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1" + width="3" height="24" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="left-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="border"> - <path - style="fill:none;stroke:#a0a0a0;stroke-width:1px;stroke-opacity:0.25" - d="M 0.5,0 L 0.5,24" - id="path1340" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0 L 0.5,24" + id="path1340" /> + </g> </g> </svg> diff --git a/themes/default/left-inactive.xpm b/themes/default/left-inactive.xpm index dc68e6089..ece3de252 100644 --- a/themes/default/left-inactive.xpm +++ b/themes/default/left-inactive.xpm @@ -1,30 +1,30 @@ /* XPM */ static char * left_inactive_xpm[] = { -"1 24 3 1", -" c None", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@"}; +"3 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@"}; diff --git a/themes/default/maximize-active.png b/themes/default/maximize-active.png Binary files differindex f728a76fc..2df894a8e 100644 --- a/themes/default/maximize-active.png +++ b/themes/default/maximize-active.png diff --git a/themes/default/maximize-active.svg b/themes/default/maximize-active.svg index ba88e3309..8cd5ea837 100644 --- a/themes/default/maximize-active.svg +++ b/themes/default/maximize-active.svg @@ -10,200 +10,202 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="maximize-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs34" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview32" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> <g - style="display:inline" - id="g1614" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> <path - id="rect2246" - d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,9)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="rect2285" - d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/maximize-active.xpm b/themes/default/maximize-active.xpm index 1869ca4b9..182099684 100644 --- a/themes/default/maximize-active.xpm +++ b/themes/default/maximize-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * maximize_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/maximize-inactive.png b/themes/default/maximize-inactive.png Binary files differindex eb721f02a..983629bb3 100644 --- a/themes/default/maximize-inactive.png +++ b/themes/default/maximize-inactive.png diff --git a/themes/default/maximize-inactive.svg b/themes/default/maximize-inactive.svg index 903714f27..8ce2b9732 100644 --- a/themes/default/maximize-inactive.svg +++ b/themes/default/maximize-inactive.svg @@ -10,196 +10,169 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="maximize-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs27" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> + inkscape:window-height="480" + id="namedview25" /> <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(3,9)"> + <path + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + id="rect2275" /> + </g> + </g> <g - style="display:inline" - id="g1624" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - style="opacity:0.50;fill:#a0a0a0;fill-opacity:1;stroke:#a0a0a0;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " - id="rect2285" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/maximize-inactive.xpm b/themes/default/maximize-inactive.xpm index 8af0abda0..c131926d5 100644 --- a/themes/default/maximize-inactive.xpm +++ b/themes/default/maximize-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * maximize_inactive_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/maximize-prelight.png b/themes/default/maximize-prelight.png Binary files differindex a11fc95b0..09a68132b 100644 --- a/themes/default/maximize-prelight.png +++ b/themes/default/maximize-prelight.png diff --git a/themes/default/maximize-prelight.svg b/themes/default/maximize-prelight.svg index ddb9fcf93..0c875fdbf 100644 --- a/themes/default/maximize-prelight.svg +++ b/themes/default/maximize-prelight.svg @@ -10,214 +10,220 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="maximize-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> <g - style="display:inline" - id="g1614" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> <path - id="rect2246" - d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,9)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="rect2285" - d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/maximize-prelight.xpm b/themes/default/maximize-prelight.xpm index 1869ca4b9..182099684 100644 --- a/themes/default/maximize-prelight.xpm +++ b/themes/default/maximize-prelight.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * maximize_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/maximize-pressed.png b/themes/default/maximize-pressed.png Binary files differindex c29fa58e3..d8c231902 100644 --- a/themes/default/maximize-pressed.png +++ b/themes/default/maximize-pressed.png diff --git a/themes/default/maximize-pressed.svg b/themes/default/maximize-pressed.svg index 9b8ab39c3..bd5073c19 100644 --- a/themes/default/maximize-pressed.svg +++ b/themes/default/maximize-pressed.svg @@ -10,214 +10,220 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="maximize-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g24" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> <g - style="display:inline" - id="g1614" - transform="translate(3,7)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> <path - id="rect2246" - d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1614" + transform="translate(5,10)"> + <path + id="rect2266" + d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2275" + d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="rect2285" - d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/maximize-pressed.xpm b/themes/default/maximize-pressed.xpm index 1869ca4b9..ebcd7131a 100644 --- a/themes/default/maximize-pressed.xpm +++ b/themes/default/maximize-pressed.xpm @@ -1,27 +1,34 @@ /* XPM */ -static char * maximize_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +static char * maximize_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/maximize-toggled-active.png b/themes/default/maximize-toggled-active.png Binary files differindex 674bc2f3e..98715d9e4 100644 --- a/themes/default/maximize-toggled-active.png +++ b/themes/default/maximize-toggled-active.png diff --git a/themes/default/maximize-toggled-active.svg b/themes/default/maximize-toggled-active.svg index c7ae783b1..3e890fd81 100644 --- a/themes/default/maximize-toggled-active.svg +++ b/themes/default/maximize-toggled-active.svg @@ -10,204 +10,206 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="maximize-toggled-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata37" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs35" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview33" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1624" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - id="rect2318" - d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> <path - id="rect2331" - d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,9)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="rect2371" - d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/maximize-toggled-active.xpm b/themes/default/maximize-toggled-active.xpm index 1627b260a..b5c219c0d 100644 --- a/themes/default/maximize-toggled-active.xpm +++ b/themes/default/maximize-toggled-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * maximize_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/maximize-toggled-inactive.png b/themes/default/maximize-toggled-inactive.png Binary files differindex 062297b93..6d5484da1 100644 --- a/themes/default/maximize-toggled-inactive.png +++ b/themes/default/maximize-toggled-inactive.png diff --git a/themes/default/maximize-toggled-inactive.svg b/themes/default/maximize-toggled-inactive.svg index ce55c3b89..9c5185c99 100644 --- a/themes/default/maximize-toggled-inactive.svg +++ b/themes/default/maximize-toggled-inactive.svg @@ -10,200 +10,173 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="maximize-toggled-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata30" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs28" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview26" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> <g - style="display:inline" - id="g1639" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> <path - id="rect2331" - d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " - style="opacity:0.50;fill:#a0a0a0;fill-opacity:1;stroke:#a0a0a0;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1639" + transform="translate(3,9)"> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="rect2371" - d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " - style="opacity:0.50;fill:#a0a0a0;fill-opacity:1;stroke:#a0a0a0;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/maximize-toggled-inactive.xpm b/themes/default/maximize-toggled-inactive.xpm index 4394a280a..58b29bd9e 100644 --- a/themes/default/maximize-toggled-inactive.xpm +++ b/themes/default/maximize-toggled-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * maximize_toggled_inactive_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/maximize-toggled-prelight.png b/themes/default/maximize-toggled-prelight.png Binary files differindex e6c0a90e1..ae53eae96 100644 --- a/themes/default/maximize-toggled-prelight.png +++ b/themes/default/maximize-toggled-prelight.png diff --git a/themes/default/maximize-toggled-prelight.svg b/themes/default/maximize-toggled-prelight.svg index 7219bcb86..7584df095 100644 --- a/themes/default/maximize-toggled-prelight.svg +++ b/themes/default/maximize-toggled-prelight.svg @@ -10,218 +10,224 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="maximize-toggled-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata40" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs38" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview36" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> <g - style="display:inline" - id="g1624" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> <path - id="rect2318" - d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> <path - id="rect2331" - d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,9)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="rect2371" - d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/maximize-toggled-prelight.xpm b/themes/default/maximize-toggled-prelight.xpm index 1627b260a..b5c219c0d 100644 --- a/themes/default/maximize-toggled-prelight.xpm +++ b/themes/default/maximize-toggled-prelight.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * maximize_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/maximize-toggled-pressed.png b/themes/default/maximize-toggled-pressed.png Binary files differindex e0e1869a4..116276501 100644 --- a/themes/default/maximize-toggled-pressed.png +++ b/themes/default/maximize-toggled-pressed.png diff --git a/themes/default/maximize-toggled-pressed.svg b/themes/default/maximize-toggled-pressed.svg index 69a21f5e0..c48cbd438 100644 --- a/themes/default/maximize-toggled-pressed.svg +++ b/themes/default/maximize-toggled-pressed.svg @@ -10,218 +10,224 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="maximize-toggled-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata40" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs38" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview36" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g24" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> <g - style="display:inline" - id="g1624" - transform="translate(3,7)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> <path - id="rect2318" - d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> <path - id="rect2331" - d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1626" + transform="translate(5,10)"> + <path + id="rect2318" + d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="rect2331" + d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="rect2371" + d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="rect2371" - d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/maximize-toggled-pressed.xpm b/themes/default/maximize-toggled-pressed.xpm index 1627b260a..5c5e581b3 100644 --- a/themes/default/maximize-toggled-pressed.xpm +++ b/themes/default/maximize-toggled-pressed.xpm @@ -1,27 +1,34 @@ /* XPM */ -static char * maximize_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +static char * maximize_toggled_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/menu-active.png b/themes/default/menu-active.png Binary files differindex 6fcad83b4..f23aadf71 100644 --- a/themes/default/menu-active.png +++ b/themes/default/menu-active.png diff --git a/themes/default/menu-active.svg b/themes/default/menu-active.svg index 17037af00..7a26606e0 100644 --- a/themes/default/menu-active.svg +++ b/themes/default/menu-active.svg @@ -10,182 +10,155 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="menu-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/menu-active.xpm b/themes/default/menu-active.xpm index 7c13c2b8e..e548be4c6 100644 --- a/themes/default/menu-active.xpm +++ b/themes/default/menu-active.xpm @@ -1,28 +1,34 @@ /* XPM */ static char * menu_active_xpm[] = { -"16 22 3 1", -" c None", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@"}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/menu-inactive.png b/themes/default/menu-inactive.png Binary files differindex b41f1a8b6..f23aadf71 100644 --- a/themes/default/menu-inactive.png +++ b/themes/default/menu-inactive.png diff --git a/themes/default/menu-inactive.svg b/themes/default/menu-inactive.svg index 5770e161c..c5356aa86 100644 --- a/themes/default/menu-inactive.svg +++ b/themes/default/menu-inactive.svg @@ -10,182 +10,155 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="menu-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/menu-inactive.xpm b/themes/default/menu-inactive.xpm index 929ff4a9e..2f713b9d0 100644 --- a/themes/default/menu-inactive.xpm +++ b/themes/default/menu-inactive.xpm @@ -1,28 +1,34 @@ /* XPM */ static char * menu_inactive_xpm[] = { -"16 22 3 1", -" c None", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@"}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/menu-prelight.png b/themes/default/menu-prelight.png Binary files differindex 6fcad83b4..f23aadf71 100644 --- a/themes/default/menu-prelight.png +++ b/themes/default/menu-prelight.png diff --git a/themes/default/menu-prelight.svg b/themes/default/menu-prelight.svg index 52e454cd7..c4ed469fc 100644 --- a/themes/default/menu-prelight.svg +++ b/themes/default/menu-prelight.svg @@ -10,182 +10,155 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="menu-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/menu-prelight.xpm b/themes/default/menu-prelight.xpm index 7c13c2b8e..e548be4c6 100644 --- a/themes/default/menu-prelight.xpm +++ b/themes/default/menu-prelight.xpm @@ -1,28 +1,34 @@ /* XPM */ static char * menu_active_xpm[] = { -"16 22 3 1", -" c None", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@"}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/menu-pressed.png b/themes/default/menu-pressed.png Binary files differindex 6fcad83b4..f23aadf71 100644 --- a/themes/default/menu-pressed.png +++ b/themes/default/menu-pressed.png diff --git a/themes/default/menu-pressed.svg b/themes/default/menu-pressed.svg index af601b440..9a7d0ffcb 100644 --- a/themes/default/menu-pressed.svg +++ b/themes/default/menu-pressed.svg @@ -10,182 +10,155 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="menu-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/menu-pressed.xpm b/themes/default/menu-pressed.xpm index 7c13c2b8e..09910bfda 100644 --- a/themes/default/menu-pressed.xpm +++ b/themes/default/menu-pressed.xpm @@ -1,28 +1,34 @@ /* XPM */ -static char * menu_active_xpm[] = { -"16 22 3 1", -" c None", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@"}; +static char * menu_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/right-active.png b/themes/default/right-active.png Binary files differindex cd764b61f..d34135b08 100644 --- a/themes/default/right-active.png +++ b/themes/default/right-active.png diff --git a/themes/default/right-active.svg b/themes/default/right-active.svg index 8e19f5720..8e1fe369d 100644 --- a/themes/default/right-active.svg +++ b/themes/default/right-active.svg @@ -9,58 +9,95 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1" + width="3" height="24" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="right-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="border"> - <path - style="fill:none;stroke:#a0a0a0;stroke-width:1px;stroke-opacity:0.25" - d="M 0.5,0 L 0.5,24" - id="path1340" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 2.5,0 L 2.5,24" + id="path1340" /> + </g> </g> </svg> diff --git a/themes/default/right-active.xpm b/themes/default/right-active.xpm index edb5260a7..aa8249bbf 100644 --- a/themes/default/right-active.xpm +++ b/themes/default/right-active.xpm @@ -1,30 +1,30 @@ /* XPM */ static char * right_active_xpm[] = { -"1 24 3 1", -" c None", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@"}; +"3 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@"}; diff --git a/themes/default/right-inactive.png b/themes/default/right-inactive.png Binary files differindex cd764b61f..d34135b08 100644 --- a/themes/default/right-inactive.png +++ b/themes/default/right-inactive.png diff --git a/themes/default/right-inactive.svg b/themes/default/right-inactive.svg index d6630db6d..a04171db9 100644 --- a/themes/default/right-inactive.svg +++ b/themes/default/right-inactive.svg @@ -9,58 +9,95 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1" + width="3" height="24" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="right-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata14" /> <defs - id="defs7" /> + id="defs12" /> <sodipodi:namedview - id="base" - pagecolor="white" + pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview10" /> <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="border"> - <path - style="fill:none;stroke:#a0a0a0;stroke-width:1px;stroke-opacity:0.25" - d="M 0.5,0 L 0.5,24" - id="path1340" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Border</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 2.5,0 L 2.5,24" + id="path1340" /> + </g> </g> </svg> diff --git a/themes/default/right-inactive.xpm b/themes/default/right-inactive.xpm index 7580bed91..52286a4b4 100644 --- a/themes/default/right-inactive.xpm +++ b/themes/default/right-inactive.xpm @@ -1,30 +1,30 @@ /* XPM */ static char * right_inactive_xpm[] = { -"1 24 3 1", -" c None", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@"}; +"3 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_2", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@", +"@@@"}; diff --git a/themes/default/shade-active.png b/themes/default/shade-active.png Binary files differindex d9500cd3e..8d314d1cd 100644 --- a/themes/default/shade-active.png +++ b/themes/default/shade-active.png diff --git a/themes/default/shade-active.svg b/themes/default/shade-active.svg index 103d3a7fe..9ee1c444f 100644 --- a/themes/default/shade-active.svg +++ b/themes/default/shade-active.svg @@ -10,200 +10,202 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="shade-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs34" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview32" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> <g - style="display:inline" - id="g1616" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> <path - d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2405" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2420" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/shade-active.xpm b/themes/default/shade-active.xpm index 053b6e2eb..0831e7466 100644 --- a/themes/default/shade-active.xpm +++ b/themes/default/shade-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * shade_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/shade-inactive.png b/themes/default/shade-inactive.png Binary files differindex 81f7aaf1e..b91770839 100644 --- a/themes/default/shade-inactive.png +++ b/themes/default/shade-inactive.png diff --git a/themes/default/shade-inactive.svg b/themes/default/shade-inactive.svg index decb8498a..977c31b90 100644 --- a/themes/default/shade-inactive.svg +++ b/themes/default/shade-inactive.svg @@ -10,196 +10,169 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="shade-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs27" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> + inkscape:window-height="480" + id="namedview25" /> <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(3,9)"> + <path + id="path2620" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" /> + </g> + </g> <g - style="display:inline" - id="g1616" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2420" - style="opacity:0.50;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/shade-inactive.xpm b/themes/default/shade-inactive.xpm index 39f913e62..6a1ca818e 100644 --- a/themes/default/shade-inactive.xpm +++ b/themes/default/shade-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * shade_inactive_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/shade-prelight.png b/themes/default/shade-prelight.png Binary files differindex 27df65f81..b14785fde 100644 --- a/themes/default/shade-prelight.png +++ b/themes/default/shade-prelight.png diff --git a/themes/default/shade-prelight.svg b/themes/default/shade-prelight.svg index ab3311432..fbf13a15a 100644 --- a/themes/default/shade-prelight.svg +++ b/themes/default/shade-prelight.svg @@ -10,214 +10,220 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="shade-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> <g - style="display:inline" - id="g1616" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> <path - d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2405" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,9)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2420" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/shade-prelight.xpm b/themes/default/shade-prelight.xpm index 053b6e2eb..0831e7466 100644 --- a/themes/default/shade-prelight.xpm +++ b/themes/default/shade-prelight.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * shade_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/shade-pressed.png b/themes/default/shade-pressed.png Binary files differindex 941dcfce5..a9e1aa477 100644 --- a/themes/default/shade-pressed.png +++ b/themes/default/shade-pressed.png diff --git a/themes/default/shade-pressed.svg b/themes/default/shade-pressed.svg index debe7a308..fb52bced3 100644 --- a/themes/default/shade-pressed.svg +++ b/themes/default/shade-pressed.svg @@ -10,214 +10,220 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="shade-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g24" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> <g - style="display:inline" - id="g1616" - transform="translate(3,7)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> <path - d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2405" /> + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1616" + transform="translate(5,10)"> + <path + d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2420" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/shade-pressed.xpm b/themes/default/shade-pressed.xpm index 053b6e2eb..7f129b0ad 100644 --- a/themes/default/shade-pressed.xpm +++ b/themes/default/shade-pressed.xpm @@ -1,27 +1,34 @@ /* XPM */ -static char * shade_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +static char * shade_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/shade-toggled-active.png b/themes/default/shade-toggled-active.png Binary files differindex c7834351d..f31b9fc85 100644 --- a/themes/default/shade-toggled-active.png +++ b/themes/default/shade-toggled-active.png diff --git a/themes/default/shade-toggled-active.svg b/themes/default/shade-toggled-active.svg index b3ff6e0e0..66ca84f8c 100644 --- a/themes/default/shade-toggled-active.svg +++ b/themes/default/shade-toggled-active.svg @@ -10,200 +10,202 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="shade-toggled-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs34" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview32" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> <g - style="display:inline" - id="g1624" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> <path - d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2405" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,9)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2420" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/shade-toggled-active.xpm b/themes/default/shade-toggled-active.xpm index 2f5bc425a..e6305571a 100644 --- a/themes/default/shade-toggled-active.xpm +++ b/themes/default/shade-toggled-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * shade_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/shade-toggled-inactive.png b/themes/default/shade-toggled-inactive.png Binary files differindex d4af7b935..f2a6a6f80 100644 --- a/themes/default/shade-toggled-inactive.png +++ b/themes/default/shade-toggled-inactive.png diff --git a/themes/default/shade-toggled-inactive.svg b/themes/default/shade-toggled-inactive.svg index cf124835d..2894cd54b 100644 --- a/themes/default/shade-toggled-inactive.svg +++ b/themes/default/shade-toggled-inactive.svg @@ -10,196 +10,169 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="shade-toggled-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs27" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> + inkscape:window-height="480" + id="namedview25" /> <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(3,9)"> + <path + id="path2620" + style="opacity:0.50;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" /> + </g> + </g> <g - style="display:inline" - id="g1624" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2420" - style="opacity:0.50;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/shade-toggled-inactive.xpm b/themes/default/shade-toggled-inactive.xpm index d0804ebd8..69c040306 100644 --- a/themes/default/shade-toggled-inactive.xpm +++ b/themes/default/shade-toggled-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * shade_toggled_inactive_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/shade-toggled-prelight.png b/themes/default/shade-toggled-prelight.png Binary files differindex 39301a028..dad76c29e 100644 --- a/themes/default/shade-toggled-prelight.png +++ b/themes/default/shade-toggled-prelight.png diff --git a/themes/default/shade-toggled-prelight.svg b/themes/default/shade-toggled-prelight.svg index 2f7471dd0..25264c856 100644 --- a/themes/default/shade-toggled-prelight.svg +++ b/themes/default/shade-toggled-prelight.svg @@ -10,214 +10,220 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="shade-toggled-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> <g - style="display:inline" - id="g1624" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> <path - d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2405" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,9)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2420" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/shade-toggled-prelight.xpm b/themes/default/shade-toggled-prelight.xpm index 2f5bc425a..e6305571a 100644 --- a/themes/default/shade-toggled-prelight.xpm +++ b/themes/default/shade-toggled-prelight.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * shade_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/shade-toggled-pressed.png b/themes/default/shade-toggled-pressed.png Binary files differindex 9846f0d8a..7421e11c2 100644 --- a/themes/default/shade-toggled-pressed.png +++ b/themes/default/shade-toggled-pressed.png diff --git a/themes/default/shade-toggled-pressed.svg b/themes/default/shade-toggled-pressed.svg index 68d9f234e..8b42b1b93 100644 --- a/themes/default/shade-toggled-pressed.svg +++ b/themes/default/shade-toggled-pressed.svg @@ -10,214 +10,220 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="shade-toggled-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g24" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> <g - style="display:inline" - id="g1624" - transform="translate(3,7)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> <path - d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2405" /> + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1628" + transform="translate(5,10)"> + <path + d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" + style="opacity:0.33;fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2605" /> + <path + d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2620" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2420" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/shade-toggled-pressed.xpm b/themes/default/shade-toggled-pressed.xpm index 2f5bc425a..e5df2c8a1 100644 --- a/themes/default/shade-toggled-pressed.xpm +++ b/themes/default/shade-toggled-pressed.xpm @@ -1,27 +1,34 @@ /* XPM */ -static char * shade_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +static char * shade_toggled_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/stick-active.png b/themes/default/stick-active.png Binary files differindex 783eb7269..d337eb506 100644 --- a/themes/default/stick-active.png +++ b/themes/default/stick-active.png diff --git a/themes/default/stick-active.svg b/themes/default/stick-active.svg index 3157b11f4..572f07388 100644 --- a/themes/default/stick-active.svg +++ b/themes/default/stick-active.svg @@ -10,200 +10,202 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="stick-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata36" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs34" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview32" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> <g - style="display:inline" - id="g1613" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2247" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/stick-active.xpm b/themes/default/stick-active.xpm index 0a4304340..da71c6eb1 100644 --- a/themes/default/stick-active.xpm +++ b/themes/default/stick-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * stick_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/stick-inactive.png b/themes/default/stick-inactive.png Binary files differindex 804430573..ab286bf33 100644 --- a/themes/default/stick-inactive.png +++ b/themes/default/stick-inactive.png diff --git a/themes/default/stick-inactive.svg b/themes/default/stick-inactive.svg index 7bdf31084..94f10902e 100644 --- a/themes/default/stick-inactive.svg +++ b/themes/default/stick-inactive.svg @@ -10,196 +10,169 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="stick-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata29" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs27" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> + inkscape:window-height="480" + id="namedview25" /> <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(3,9)"> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> <g - style="display:inline" - id="g1613" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2247" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.50;fill:#a0a0a0;fill-opacity:1;stroke:#a0a0a0;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/stick-inactive.xpm b/themes/default/stick-inactive.xpm index 99f9fc13e..1d7fa5256 100644 --- a/themes/default/stick-inactive.xpm +++ b/themes/default/stick-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * stick_inactive_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/stick-prelight.png b/themes/default/stick-prelight.png Binary files differindex 2fa164dc3..d824cd18d 100644 --- a/themes/default/stick-prelight.png +++ b/themes/default/stick-prelight.png diff --git a/themes/default/stick-prelight.svg b/themes/default/stick-prelight.svg index 732a590ee..1eb8e94f8 100644 --- a/themes/default/stick-prelight.svg +++ b/themes/default/stick-prelight.svg @@ -10,214 +10,220 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="stick-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> <g - style="display:inline" - id="g1613" - transform="translate(3,6)"> + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2247" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/stick-prelight.xpm b/themes/default/stick-prelight.xpm index 0a4304340..da71c6eb1 100644 --- a/themes/default/stick-prelight.xpm +++ b/themes/default/stick-prelight.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * stick_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/stick-pressed.png b/themes/default/stick-pressed.png Binary files differindex c8cb5b83e..2d7be54c5 100644 --- a/themes/default/stick-pressed.png +++ b/themes/default/stick-pressed.png diff --git a/themes/default/stick-pressed.svg b/themes/default/stick-pressed.svg index c6d56777b..2d3ff1d1c 100644 --- a/themes/default/stick-pressed.svg +++ b/themes/default/stick-pressed.svg @@ -10,214 +10,220 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="stick-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata39" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs37" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview35" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g24" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> <g - style="display:inline" - id="g1613" - transform="translate(3,7)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1613" + transform="translate(5,10)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2247" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/stick-pressed.xpm b/themes/default/stick-pressed.xpm index 0a4304340..bac54bf90 100644 --- a/themes/default/stick-pressed.xpm +++ b/themes/default/stick-pressed.xpm @@ -1,27 +1,34 @@ /* XPM */ -static char * stick_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +static char * stick_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/stick-toggled-active.png b/themes/default/stick-toggled-active.png Binary files differindex 813a72465..ba35fabf2 100644 --- a/themes/default/stick-toggled-active.png +++ b/themes/default/stick-toggled-active.png diff --git a/themes/default/stick-toggled-active.svg b/themes/default/stick-toggled-active.svg index 8eef8ae37..29b5892ba 100644 --- a/themes/default/stick-toggled-active.svg +++ b/themes/default/stick-toggled-active.svg @@ -10,205 +10,211 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="stick-toggled-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata37" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs35" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview33" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1625" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> <path - id="path2247" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="6" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" - id="path2282" - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:type="arc" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/stick-toggled-active.xpm b/themes/default/stick-toggled-active.xpm index 8edb6d8bc..e228f4230 100644 --- a/themes/default/stick-toggled-active.xpm +++ b/themes/default/stick-toggled-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * stick_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/stick-toggled-inactive.png b/themes/default/stick-toggled-inactive.png Binary files differindex 05e794496..a3f451025 100644 --- a/themes/default/stick-toggled-inactive.png +++ b/themes/default/stick-toggled-inactive.png diff --git a/themes/default/stick-toggled-inactive.svg b/themes/default/stick-toggled-inactive.svg index ddf55d063..c20db8706 100644 --- a/themes/default/stick-toggled-inactive.svg +++ b/themes/default/stick-toggled-inactive.svg @@ -10,210 +10,178 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="stick-toggled-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata30" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs28" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path29" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g22" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path24" /> - </g> + inkscape:window-height="480" + id="namedview26" /> <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1625" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - id="path2247" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.50;fill:#a0a0a0;fill-opacity:1;stroke:#a0a0a0;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 22,0.5 C 22,0.5 22,28 22,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g20" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(3,9)"> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="6" + sodipodi:cx="6" + id="path2202" + style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0.5;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" - id="path2202" - style="opacity:0.50;fill:#a0a0a0;fill-opacity:1;stroke:#a0a0a0;stroke-width:0.5;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 21.5,28.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/stick-toggled-inactive.xpm b/themes/default/stick-toggled-inactive.xpm index 988419543..06e3c3a6f 100644 --- a/themes/default/stick-toggled-inactive.xpm +++ b/themes/default/stick-toggled-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * stick_toggled_inactive_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/stick-toggled-prelight.png b/themes/default/stick-toggled-prelight.png Binary files differindex 8b4ab129f..f3c6fa1cd 100644 --- a/themes/default/stick-toggled-prelight.png +++ b/themes/default/stick-toggled-prelight.png diff --git a/themes/default/stick-toggled-prelight.svg b/themes/default/stick-toggled-prelight.svg index d83ad3bd2..6c45d0ef1 100644 --- a/themes/default/stick-toggled-prelight.svg +++ b/themes/default/stick-toggled-prelight.svg @@ -10,219 +10,229 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="stick-toggled-prelight.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata40" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs38" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview36" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer1" + inkscape:label="prelight"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.95;fill-opacity:0.75;opacity:1.00" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> <g - style="display:inline" - id="g1625" - transform="translate(3,6)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> <path - id="path2247" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,9)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="0" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" - id="path2282" - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:type="arc" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/stick-toggled-prelight.xpm b/themes/default/stick-toggled-prelight.xpm index 8edb6d8bc..e228f4230 100644 --- a/themes/default/stick-toggled-prelight.xpm +++ b/themes/default/stick-toggled-prelight.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * stick_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/stick-toggled-pressed.png b/themes/default/stick-toggled-pressed.png Binary files differindex 28eeb91bc..ba56c1a41 100644 --- a/themes/default/stick-toggled-pressed.png +++ b/themes/default/stick-toggled-pressed.png diff --git a/themes/default/stick-toggled-pressed.svg b/themes/default/stick-toggled-pressed.svg index bb783a450..a83a6a796 100644 --- a/themes/default/stick-toggled-pressed.svg +++ b/themes/default/stick-toggled-pressed.svg @@ -10,219 +10,229 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="22" + width="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="stick-toggled-pressed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata40" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs38" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> + inkscape:window-height="480" + id="namedview36" /> <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g24" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="frame"> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> <g - style="display:inline" - id="g1969" - transform="translate(0,4)"> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> <path - style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.5;fill-opacity:0.25;opacity:0.5" - d="M 5.5,0.5 L 14.5,0.5 C 14.5,0.5 17.5,0.5 17.5,3.5 C 17.5,6.5 17.5,12.5 17.5,12.5 C 17.5,12.5 17.5,15.5 14.5,15.5 C 11.5,15.5 3.5,15.5 3.5,15.5 C 3.5,15.5 0.5,15.5 0.5,12.5 C 0.5,11.5 0.5,3.5 0.5,3.5 C 0.5,3.5 0.5,0.5 3.5,0.5 C 6.5,0.5 6.5,0.5 6.5,0.5 L 6.5,0.5" - id="path4123" /> + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,26 22,26 L 0,26 L 0,1 z " + id="path6057" /> </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="18" - height="21" - x="0" - y="1" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="18" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 18,1.5" - id="path32" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> <g - style="display:inline" - id="g1625" - transform="translate(3,7)"> + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 22,1 C 22,1 22,4 22,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="22" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g31" + style="display:inline"> <path - id="path2247" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 21.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pressed"> + <g + id="g1789" + transform="translate(0,0)"> + <rect + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25;fill-opacity:0.25;opacity:0.5" + x="1" + y="4" + rx="2" + ry="2" + width="20" + height="21" + id="path4123" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g3722" + inkscape:label="Button"> + <g + style="display:inline" + id="g1625" + transform="translate(5,10)"> + <path + id="path1412" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2287" + d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" + sodipodi:ry="1" + sodipodi:rx="1" + sodipodi:cy="0" + sodipodi:cx="6" + id="path2292" + style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> <path - id="path2282" - d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:type="arc" /> + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 21.5,26.5" + id="path6989" /> </g> </g> </svg> diff --git a/themes/default/stick-toggled-pressed.xpm b/themes/default/stick-toggled-pressed.xpm index 8edb6d8bc..a470d7eb1 100644 --- a/themes/default/stick-toggled-pressed.xpm +++ b/themes/default/stick-toggled-pressed.xpm @@ -1,27 +1,34 @@ /* XPM */ -static char * stick_toggled_active_xpm[] = { -"18 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -" @@@@@@@@@@@@@@@@ ", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@ ", -" ", -" "}; +static char * stick_toggled_pressed_xpm[] = { +"22 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................", +"......................"}; diff --git a/themes/default/themerc b/themes/default/themerc index 800f0b007..061359f36 100644 --- a/themes/default/themerc +++ b/themes/default/themerc @@ -1,15 +1,14 @@ -active_text_color=#ffffff -button_offset=5 +active_text_color=#0c0c0f +active_text_shadow_color=#fcfcff +inactive_text_color=#6c6c70 +inactive_text_shadow_color=#fcfcff +button_offset=2 button_spacing=0 -full_width_title=false +full_width_title=true maximized_offset=0 -shadow_delta_height=4 -shadow_delta_width=1 -shadow_delta_x=1 -shadow_delta_y=1 show_app_icon=true -title_horizontal_offset=4 -title_shadow_active=frame -title_shadow_inactive=false -title_vertical_offset_active=2 -title_vertical_offset_inactive=2 +title_horizontal_offset=1 +title_shadow_active=under +title_shadow_inactive=under +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 diff --git a/themes/default/title-1-active.png b/themes/default/title-1-active.png Binary files differindex 304283f17..981b149e0 100644 --- a/themes/default/title-1-active.png +++ b/themes/default/title-1-active.png diff --git a/themes/default/title-1-active.svg b/themes/default/title-1-active.svg index 4b0305603..40fa25949 100644 --- a/themes/default/title-1-active.svg +++ b/themes/default/title-1-active.svg @@ -11,181 +11,154 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-1-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-1-active.xpm b/themes/default/title-1-active.xpm index aa27dea77..de1ca89e4 100644 --- a/themes/default/title-1-active.xpm +++ b/themes/default/title-1-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_active_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-1-inactive.png b/themes/default/title-1-inactive.png Binary files differindex 19235824a..981b149e0 100644 --- a/themes/default/title-1-inactive.png +++ b/themes/default/title-1-inactive.png diff --git a/themes/default/title-1-inactive.svg b/themes/default/title-1-inactive.svg index 0ecf0988a..6fb724b8d 100644 --- a/themes/default/title-1-inactive.svg +++ b/themes/default/title-1-inactive.svg @@ -11,181 +11,154 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-1-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-1-inactive.xpm b/themes/default/title-1-inactive.xpm index e1991bcfc..dd1cbdc47 100644 --- a/themes/default/title-1-inactive.xpm +++ b/themes/default/title-1-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_inactive_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-2-active.png b/themes/default/title-2-active.png Binary files differindex 304283f17..981b149e0 100644 --- a/themes/default/title-2-active.png +++ b/themes/default/title-2-active.png diff --git a/themes/default/title-2-active.svg b/themes/default/title-2-active.svg index f4ceeb76c..48c3d658f 100644 --- a/themes/default/title-2-active.svg +++ b/themes/default/title-2-active.svg @@ -11,181 +11,154 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-2-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-2-active.xpm b/themes/default/title-2-active.xpm index aa27dea77..de1ca89e4 100644 --- a/themes/default/title-2-active.xpm +++ b/themes/default/title-2-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_active_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-2-inactive.png b/themes/default/title-2-inactive.png Binary files differindex 19235824a..981b149e0 100644 --- a/themes/default/title-2-inactive.png +++ b/themes/default/title-2-inactive.png diff --git a/themes/default/title-2-inactive.svg b/themes/default/title-2-inactive.svg index 244dec109..8db3967f5 100644 --- a/themes/default/title-2-inactive.svg +++ b/themes/default/title-2-inactive.svg @@ -11,181 +11,154 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-2-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-2-inactive.xpm b/themes/default/title-2-inactive.xpm index e1991bcfc..dd1cbdc47 100644 --- a/themes/default/title-2-inactive.xpm +++ b/themes/default/title-2-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_inactive_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-3-active.png b/themes/default/title-3-active.png Binary files differindex 304283f17..981b149e0 100644 --- a/themes/default/title-3-active.png +++ b/themes/default/title-3-active.png diff --git a/themes/default/title-3-active.svg b/themes/default/title-3-active.svg index 57017aa61..caad8ec12 100644 --- a/themes/default/title-3-active.svg +++ b/themes/default/title-3-active.svg @@ -11,181 +11,154 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-3-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer2" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer2" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-3-active.xpm b/themes/default/title-3-active.xpm index aa27dea77..de1ca89e4 100644 --- a/themes/default/title-3-active.xpm +++ b/themes/default/title-3-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_active_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-3-inactive.png b/themes/default/title-3-inactive.png Binary files differindex 19235824a..981b149e0 100644 --- a/themes/default/title-3-inactive.png +++ b/themes/default/title-3-inactive.png diff --git a/themes/default/title-3-inactive.svg b/themes/default/title-3-inactive.svg index ea55fb151..fad4dcb2a 100644 --- a/themes/default/title-3-inactive.svg +++ b/themes/default/title-3-inactive.svg @@ -11,181 +11,154 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-3-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-3-inactive.xpm b/themes/default/title-3-inactive.xpm index e1991bcfc..dd1cbdc47 100644 --- a/themes/default/title-3-inactive.xpm +++ b/themes/default/title-3-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_inactive_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-4-active.png b/themes/default/title-4-active.png Binary files differindex 304283f17..eabcc4af0 100644 --- a/themes/default/title-4-active.png +++ b/themes/default/title-4-active.png diff --git a/themes/default/title-4-active.svg b/themes/default/title-4-active.svg index 5cdece4f8..c6a633347 100644 --- a/themes/default/title-4-active.svg +++ b/themes/default/title-4-active.svg @@ -11,181 +11,183 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-4-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata32" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs30" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview28" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 0,19 C 0,19 0,26 8,26 L 8,1 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M -0.5,1 L 0.5,19.5 C 0.5,19.5 0.5,26.5 7.5,26.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-4-active.xpm b/themes/default/title-4-active.xpm index aa27dea77..de1ca89e4 100644 --- a/themes/default/title-4-active.xpm +++ b/themes/default/title-4-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_active_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-4-inactive.png b/themes/default/title-4-inactive.png Binary files differindex 19235824a..981b149e0 100644 --- a/themes/default/title-4-inactive.png +++ b/themes/default/title-4-inactive.png diff --git a/themes/default/title-4-inactive.svg b/themes/default/title-4-inactive.svg index fbfb678f2..1b92807c9 100644 --- a/themes/default/title-4-inactive.svg +++ b/themes/default/title-4-inactive.svg @@ -11,181 +11,154 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-4-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-4-inactive.xpm b/themes/default/title-4-inactive.xpm index e1991bcfc..dd1cbdc47 100644 --- a/themes/default/title-4-inactive.xpm +++ b/themes/default/title-4-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_inactive_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-5-active.png b/themes/default/title-5-active.png Binary files differindex 304283f17..c6d028045 100644 --- a/themes/default/title-5-active.png +++ b/themes/default/title-5-active.png diff --git a/themes/default/title-5-active.svg b/themes/default/title-5-active.svg index 0d27d0b64..35259f2b9 100644 --- a/themes/default/title-5-active.svg +++ b/themes/default/title-5-active.svg @@ -11,181 +11,183 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-5-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata32" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs30" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview28" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-5-active.xpm b/themes/default/title-5-active.xpm index aa27dea77..de1ca89e4 100644 --- a/themes/default/title-5-active.xpm +++ b/themes/default/title-5-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_active_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/title-5-inactive.png b/themes/default/title-5-inactive.png Binary files differindex 19235824a..981b149e0 100644 --- a/themes/default/title-5-inactive.png +++ b/themes/default/title-5-inactive.png diff --git a/themes/default/title-5-inactive.svg b/themes/default/title-5-inactive.svg index b1262f020..dd103dee6 100644 --- a/themes/default/title-5-inactive.svg +++ b/themes/default/title-5-inactive.svg @@ -11,181 +11,154 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="title-5-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:#a0a0a0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <rect - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect6057" - width="8" - height="21" - x="0" - y="1" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - <rect - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3141" - width="8" - height="13" - x="0" - y="12" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="M 0,1.5 L 8,1.5" - id="path29" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="400" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Title</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0.5 L 8,0.5 C 8,0.5 8,28 8,28 L 0,28 L 0,0.5 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" + d="M 0.5,0.5 L 7.5,0.5" + id="path6059" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/title-5-inactive.xpm b/themes/default/title-5-inactive.xpm index e1991bcfc..dd1cbdc47 100644 --- a/themes/default/title-5-inactive.xpm +++ b/themes/default/title-5-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * title_inactive_xpm[] = { -"4 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; +"4 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default/top-left-active.png b/themes/default/top-left-active.png Binary files differindex 9bf1a39ae..35f65225b 100644 --- a/themes/default/top-left-active.png +++ b/themes/default/top-left-active.png diff --git a/themes/default/top-left-active.svg b/themes/default/top-left-active.svg index 8947216f5..d387eeac3 100644 --- a/themes/default/top-left-active.svg +++ b/themes/default/top-left-active.svg @@ -12,174 +12,150 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:docname="top-left-active.svg" version="1.0" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" sodipodi:version="0.32" id="svg2" - height="22" width="8" + height="29" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="733" - inkscape:window-x="187" - inkscape:window-y="724" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - style="display:inline" - id="layer1" - inkscape:groupmode="layer" - inkscape:label="Border"> - <path - id="rect1319" - d="M 8,0 8,1 5,1 C 5,1 1,2 1,7 1,23 1,22 1,22 L 0,22 0,0 z" - style="fill:#a0a0a0;fill-opacity:0.25" /> - </g> - <g - style="display:inline" - inkscape:label="Grad" - id="layer2" - inkscape:groupmode="layer"> - <path - id="path6057" - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" - d="M 8,1 7,1 C 6,1 1,1 1,7 c 0,3 0,5 0,15 l 7,0 0,0 z" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:label="hilight" - id="layer3" - inkscape:groupmode="layer"> - <path - id="path6061" - d="M 8,1 6,1 C 6,1 3,1 3,5 l 1,0 4,0 0,0 z" - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 2,12 6,0 0,10 -6,0 z" - id="path2396" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="m 8,1.5 -3,0 c 0,0 -3.5,0 -3.5,4.5 0,3 0,15.5 0,15.5 l 0,0 0,0" - id="path2170" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:label="Grad" + id="layer2" + inkscape:groupmode="layer"> + <path + id="path6057" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,23 C 1,23 1,28 6,28 L 8,28 L 8,28 L 8,1 z " /> + </g> + <g + inkscape:label="hilight" + id="layer3" + inkscape:groupmode="layer"> + <path + id="path6061" + d="M 8,1 L 6.75,1 C 6.75,1 2,1 2,4 C 2,4 2.75,4 2.75,4 L 8,4 L 8,4 z " + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,14 C 1,14 1,19 6,19 L 8,19 L 8,19 L 8,1 z " + id="path1884" /> + </g> + <g + style="display:inline" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Border"> + <path + id="rect1319" + d="M 8,0 L 8,1 L 5,1 C 5,1 1.5,1.5 1,6 C 1,29 1,29 1,29 L 0,29 L 0,0 L 8,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:label="Shadow" + id="layer5" + inkscape:groupmode="layer"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 2.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/top-left-active.xpm b/themes/default/top-left-active.xpm index c5cc6c41f..a0d9e090a 100644 --- a/themes/default/top-left-active.xpm +++ b/themes/default/top-left-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * top_left_active_xpm[] = { -"8 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -" @@@@", -" @@@@@@", -" @@@@@@@", -" @@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; +"8 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +" ....", +" ......", +" .......", +" .......", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default/top-left-inactive.png b/themes/default/top-left-inactive.png Binary files differindex 361d422cf..35f65225b 100644 --- a/themes/default/top-left-inactive.png +++ b/themes/default/top-left-inactive.png diff --git a/themes/default/top-left-inactive.svg b/themes/default/top-left-inactive.svg index aa64aea8d..4e8dd85b2 100644 --- a/themes/default/top-left-inactive.svg +++ b/themes/default/top-left-inactive.svg @@ -12,174 +12,150 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:docname="top-left-inactive.svg" version="1.0" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" sodipodi:version="0.32" id="svg2" - height="22" width="8" + height="29" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="733" - inkscape:window-x="187" - inkscape:window-y="724" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - style="display:inline" - id="layer1" - inkscape:groupmode="layer" - inkscape:label="Border"> - <path - id="rect1319" - d="M 8,0 8,1 5,1 C 5,1 1,2 1,7 1,23 1,22 1,22 L 0,22 0,0 z" - style="fill:#a0a0a0;fill-opacity:0.25" /> - </g> - <g - style="display:inline" - inkscape:label="Grad" - id="layer2" - inkscape:groupmode="layer"> - <path - id="path6057" - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" - d="M 8,1 7,1 C 6,1 1,1 1,7 c 0,3 0,5 0,15 l 7,0 0,0 z" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:label="hilight" - id="layer3" - inkscape:groupmode="layer"> - <path - id="path6061" - d="M 8,1 6,1 C 6,1 3,1 3,5 l 1,0 4,0 0,0 z" - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 2,12 6,0 0,10 -6,0 z" - id="path2396" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="m 8,1.5 -3,0 c 0,0 -3.5,0 -3.5,4.5 0,3 0,15.5 0,15.5 l 0,0 0,0" - id="path2170" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:label="Grad" + id="layer2" + inkscape:groupmode="layer"> + <path + id="path6057" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,23 C 1,23 1,28 6,28 L 8,28 L 8,28 L 8,1 z " /> + </g> + <g + inkscape:label="hilight" + id="layer3" + inkscape:groupmode="layer"> + <path + id="path6061" + d="M 8,1 L 6.75,1 C 6.75,1 2,1 2,4 C 2,4 2.75,4 2.75,4 L 8,4 L 8,4 z " + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8,1 L 5,1 C 5,1 1.5,1.5 1,6 L 1,14 C 1,14 1,19 6,19 L 8,19 L 8,19 L 8,1 z " + id="path1884" /> + </g> + <g + style="display:inline" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Border"> + <path + id="rect1319" + d="M 8,0 L 8,1 L 5,1 C 5,1 1.5,1.5 1,6 C 1,29 1,29 1,29 L 0,29 L 0,0 L 8,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:label="Shadow" + id="layer5" + inkscape:groupmode="layer"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 2.5,28.5 L 7.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/top-left-inactive.xpm b/themes/default/top-left-inactive.xpm index 57b823f7b..741b2cbc0 100644 --- a/themes/default/top-left-inactive.xpm +++ b/themes/default/top-left-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * top_left_inactive_xpm[] = { -"8 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -" @@@@", -" @@@@@@", -" @@@@@@@", -" @@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; +"8 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +" ....", +" ......", +" .......", +" .......", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default/top-right-active.png b/themes/default/top-right-active.png Binary files differindex 2e01e310e..e9904d482 100644 --- a/themes/default/top-right-active.png +++ b/themes/default/top-right-active.png diff --git a/themes/default/top-right-active.svg b/themes/default/top-right-active.svg index 43ac40c2b..4b7f8516a 100644 --- a/themes/default/top-right-active.svg +++ b/themes/default/top-right-active.svg @@ -11,175 +11,183 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="top-right-active.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata32" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs30" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="733" - inkscape:window-x="187" - inkscape:window-y="724" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - id="rect1319" - d="M 0,0 0,1 3,1 C 3,1 7,2 7,7 7,23 7,22 7,22 L 8,22 8,0 z" - style="fill:#a0a0a0;fill-opacity:0.25" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 0,1 1,0 c 1,0 6,0 6,6 0,3 0,5 0,15 l -7,0 0,0 z" - id="path6057" /> - </g> + inkscape:window-height="480" + id="namedview28" /> <g - inkscape:label="hilight" - id="layer3" - inkscape:groupmode="layer"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.15;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 2,1 C 2,1 5,1 5,5 L 4,5 0,5 0,5 z" - id="path6061" /> - <path - style="fill:url(#linearGradient3149);fill-opacity:0.05;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 6,12 -6,0 0,10 6,0 z" - id="path2396" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="m 0,1.5 3,0 c 0,0 3.5,0 3.5,4.5 0,3 0,15.5 0,15.5 l 0,0 0,0" - id="path2170" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.30;" /> + <stop + id="stop2776" + offset="0.4" + style="stop-color:black;stop-opacity:0.20;" /> + <stop + id="stop2779" + offset="0.6" + style="stop-color:black;stop-opacity:0.25;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:black;stop-opacity:0.10;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="28.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 2,1 C 2,1 6.5,1.5 7,6 L 7,26 L 0,26 L 0,26 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 1.25,1 C 1.25,1 6,1 6,4 C 6,4 5.25,4 5.25,4 L 0,4 L 0,4 z " + id="path6061" /> + <rect + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1884" + width="8" + height="18" + x="0" + y="1" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + id="rect1319" + d="M 0,0 L 0,1 L 2,1 C 2,1 6.5,1.5 7,6 C 7,29 7,29 7,29 L 8,29 L 8,0 L 0,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.25" + d="M 0.5,26.5 L 6.5,26.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/top-right-active.xpm b/themes/default/top-right-active.xpm index ca7e04bb1..1cb06087a 100644 --- a/themes/default/top-right-active.xpm +++ b/themes/default/top-right-active.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * top_right_active_xpm[] = { -"8 22 2 1", -" c None", -"@ c #C0C0FF s active_color_1", -"@@@@ ", -"@@@@@@ ", -"@@@@@@@ ", -"@@@@@@@ ", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; +"8 29 2 1", +" c None", +". c #C0C0FF s active_color_2", +".... ", +"...... ", +"....... ", +"....... ", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default/top-right-inactive.png b/themes/default/top-right-inactive.png Binary files differindex 86de64f0b..25f92a516 100644 --- a/themes/default/top-right-inactive.png +++ b/themes/default/top-right-inactive.png diff --git a/themes/default/top-right-inactive.svg b/themes/default/top-right-inactive.svg index 7ae27324e..fd39f28b6 100644 --- a/themes/default/top-right-inactive.svg +++ b/themes/default/top-right-inactive.svg @@ -11,175 +11,151 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="8" - height="22" + height="29" id="svg2" sodipodi:version="0.32" - inkscape:version="0.47 r22583" + inkscape:version="0.48.5 r10040" version="1.0" sodipodi:docname="top-right-inactive.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata26" /> <defs - id="defs4"> - <linearGradient - id="linearGradient3143"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0;" - offset="0" - id="stop3145" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.00;" - offset="1" - id="stop3147" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.75;" /> - <stop - id="stop5851" - offset="0.75" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop14" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient3148" - x1="0" - y1="0" - x2="0" - y2="15" - gradientUnits="userSpaceOnUse" - spreadMethod="none" /> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:#ffffff;stop-opacity:0.15;" /> - <stop - id="stop5877" - offset="0.5" - style="stop-color:#ffffff;stop-opacity:0.00;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="0" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3143" - id="linearGradient3149" - x1="0" - y1="13" - x2="0" - y2="22" - gradientUnits="userSpaceOnUse" /> - </defs> + id="defs24" /> <sodipodi:namedview - id="base" pagecolor="#ffffff" bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridtolerance="0.5px" - guidetolerance="1px" inkscape:window-width="640" - inkscape:window-height="733" - inkscape:window-x="187" - inkscape:window-y="724" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="0px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="5" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - id="rect1319" - d="M 0,0 0,1 3,1 C 3,1 7,2 7,7 7,23 7,22 7,22 L 8,22 8,0 z" - style="fill:#a0a0a0;fill-opacity:0.25" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient3148);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 0,1 1,0 c 1,0 6,0 6,6 0,3 0,5 0,15 l -7,0 0,0 z" - id="path6057" /> - </g> + inkscape:window-height="480" + id="namedview22" /> <g - inkscape:label="hilight" - id="layer3" - inkscape:groupmode="layer"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 2,1 C 2,1 5,1 5,5 L 4,5 0,5 0,5 z" - id="path6061" /> - <path - style="fill:url(#linearGradient3149);fill-opacity:0.00;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 6,12 -6,0 0,10 5,0 z" - id="path2396" /> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" - d="m 0,1.5 3,0 c 0,0 3.5,0 3.5,4.5 0,3 0,15.5 0,15.5 l 0,0 0,0" - id="path2170" /> + transform="scale(1)" + id="g3"> + <defs + id="defs4"> + <linearGradient + id="linearGradient1886"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop1888" /> + <stop + style="stop-color:white;stop-opacity:0.15;" + offset="1" + id="stop1890" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1886" + id="linearGradient1892" + x1="0" + y1="1" + x2="0" + y2="18" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1,0,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10" + inkscape:cx="0" + inkscape:cy="0" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.5px" + guidetolerance="1px" + inkscape:window-width="640" + inkscape:window-height="733" + inkscape:window-x="187" + inkscape:window-y="728" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + showguides="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#3f3fff" + empcolor="#3f3fff" + opacity="0.15" + empopacity="0.38" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Top Corner</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Olivier Fourdan</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 2,1 C 2,1 6.5,1.5 7,6 L 7,23 C 7,23 7,28 2,28 L 0,28 L 0,28 L 0,1 z " + id="path6057" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="hilight"> + <path + style="fill:none;fill-opacity:0.60;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,1 L 2.25,1 C 2.25,1 6,1 6,4 C 6,4 5.25,4 5.25,4 L 0,4 L 0,3 z " + id="path6061" /> + <path + style="opacity:0.5;fill:url(#linearGradient1892);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 0,1 L 5,1 C 5,1 7,1 7,4 L 7,10 C 7,10 7,17 2,17 L 0,17 L 0,17 L 0,1 z " + id="path1884" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + id="rect1319" + d="M 0,0 L 0,1 L 2,1 C 2,1 6.5,1.5 7,6 C 7,29 7,29 7,29 L 8,29 L 8,0 L 0,0 z " + style="fill:black;fill-opacity:0.50" /> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.0" + d="M 0.5,28.5 L 5.5,28.5" + id="path6989" /> + </g> </g> </svg> diff --git a/themes/default/top-right-inactive.xpm b/themes/default/top-right-inactive.xpm index 354772321..d2cdb294a 100644 --- a/themes/default/top-right-inactive.xpm +++ b/themes/default/top-right-inactive.xpm @@ -1,27 +1,34 @@ /* XPM */ static char * top_right_inactive_xpm[] = { -"8 22 2 1", -" c None", -"@ c #C0C0FF s inactive_color_1", -"@@@@ ", -"@@@@@@ ", -"@@@@@@@ ", -"@@@@@@@ ", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; +"8 29 2 1", +" c None", +". c #C0C0FF s inactive_color_2", +".... ", +"...... ", +"....... ", +"....... ", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/kokodi/Makefile.am b/themes/kokodi/Makefile.am index 808cbd29f..56c95aded 100644 --- a/themes/kokodi/Makefile.am +++ b/themes/kokodi/Makefile.am @@ -207,5 +207,5 @@ vacuum-defs: update-png: for svg_file in $(SVG_FILES); do \ image=$${svg_file%.svg}; \ - rsvg -f png $$svg_file $$image.png; \ + rsvg-convert -f png $$svg_file > $$image.png; \ done |