diff options
23 files changed, 493 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6eb94f8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,37 @@ +xebian-artwork (16.09) unstable; urgency=medium + + * d/control: + - Drop shimmer-themes, elementary-xfce-icon-theme from depends. + - Downgrade xebian-wallpapers to recommends. + * usr/share/gtksourceview-2.0/styles/xebian-light.xml, + usr/share/xfce4/terminal/colorschemes/xebian-light.theme: + - Sync with upstream. + + Change the selection color background for a darker one in + the Xebian light themes. + + -- Unit 193 <unit193@xebian.org> Mon, 12 Sep 2016 12:08:57 -0400 + +xebian-artwork (16.04) unstable; urgency=medium + + * usr/share/pixmaps/xebian-logo.*: Add Xebian icons. + * usr/share/pixmaps/xubuntu-logo*: Drop, now that we have our own. + * d/copyright: Update to reflect above changes. + * Update standards-version to 3.9.8. + + -- Unit 193 <unit193@xebian.org> Sun, 17 Apr 2016 14:14:26 -0400 + +xebian-artwork (16.02) unstable; urgency=medium + + * d/control: Add dep on elementary-xfce-icon-theme. + * u/s/xfce4/backdrops: Drop old wallpapers, add Xebian ones and an extra. + * d/copyright: Update for new images. + * d/xebian-wallpapers.links: + - Set default to u/s/xfce4/backdrops/xebian_16:10.png + + -- Unit 193 <unit193@xebian.org> Mon, 01 Feb 2016 19:46:01 -0500 + +xebian-artwork (15.04) unstable; urgency=medium + + * Fork package for Xebian. + + -- Unit 193 <unit193@xebian.org> Sun, 10 May 2015 20:12:25 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e8d1343 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: xebian-artwork +Section: x11 +Priority: optional +Maintainer: Unit 193 <unit193@xebian.org> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.8 + +Package: xebian-artwork +Architecture: all +Depends: ${misc:Depends}, libnewt0.52 (>= 0.52.11-2) +Recommends: xebian-wallpapers +Description: Xebian themes and artwork + This package contains Xebian themes and artwork. + +Package: xebian-wallpapers +Architecture: all +Depends: ${misc:Depends} +Description: Xebian wallpapers + This package contains the default wallpapers for Xebian. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3155827 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,64 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Xebian Artwork +Upstream-Contact: Unit 193 <unit193@ubuntu.com> + +Files: usr/share/pixmaps/* +Copyright: 2016, Pasi Lallinaho <open@knome.fi> +License: CC0 + +Files: usr/share/xfce4/backdrops/* +Copyright: 2016, Christopher Bayliss <christopher.j.bayliss@gmail.com> +License: CC-BY-SA-3.0 + +Files: usr/share/xfce4/backdrops/lamborghini-aventador.jpg +Copyright: 2015, Ali Naqi <mail@alinaqi.com> +License: CC0 +Comment: https://www.pexels.com/photo/sports-car-wheels-lamborghini-aventador-16157/ + +Files: usr/share/gtksourceview-2.0/* usr/share/xfce4/terminal/* +Copyright: 2015, Pasi Lallinaho <open@knome.fi> +License: CC-BY-SA-3.0 + +Files: debian/* +Copyright: 2015-2016, Unit 193 <unit193@ubuntu.com> +License: BSD-3-Clause + +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: CC-BY-SA-3.0 + Unless otherwise indicated, artwork is available under the Creative Commons + Attribution Share-alike license v3.0 or any later version. To view a copy of + this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a + letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + +License: CC0 + To the extent possible under law, the author(s) have dedicated all copyright + and related and neighboring rights to this software to the public domain + worldwide. This software is distributed without any warranty. + . + You should have received a copy of the CC0 Public Domain Dedication along with + this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2b796a9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +override_dh_gconf: + dh_gconf --priority=20 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/debian/xebian-artwork.install b/debian/xebian-artwork.install new file mode 100644 index 0000000..ba86460 --- /dev/null +++ b/debian/xebian-artwork.install @@ -0,0 +1,4 @@ +usr/share/gtksourceview-2.0 +usr/share/gtksourceview-3.0 +usr/share/pixmaps +usr/share/xfce4/terminal diff --git a/debian/xebian-artwork.postinst b/debian/xebian-artwork.postinst new file mode 100755 index 0000000..cd780f5 --- /dev/null +++ b/debian/xebian-artwork.postinst @@ -0,0 +1,23 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + # Xebian prefers legacy newt colors over Aubergine by default + if update-alternatives --query newt-palette | grep -qs "Status: auto"; then + update-alternatives --set newt-palette /etc/newt/palette.original + fi + ;; + + abort-upgrade|abort-deconfigure|abort-remove) + ;; + + *) + echo "$0 called with unknown argument \`$1'" 1>&2 + exit 1 + ;; +esac + +#DEBHELPER# +exit 0 diff --git a/debian/xebian-artwork.postrm b/debian/xebian-artwork.postrm new file mode 100755 index 0000000..51d6717 --- /dev/null +++ b/debian/xebian-artwork.postrm @@ -0,0 +1,28 @@ +#!/bin/sh + +set -e + +case "$1" in + remove) + if update-alternatives --query newt-palette | grep -qs "Value: /etc/newt/palette.original"; then + update-alternatives --auto newt-palette + fi + ;; + + purge) + ;; + + upgrade|failed-upgrade|disappear) + ;; + + abort-install|abort-upgrade) + ;; + + *) + echo "$0 called with unknown argument \`$1'" 1>&2 + exit 1 + ;; +esac + +#DEBHELPER# +exit 0 diff --git a/debian/xebian-wallpapers.install b/debian/xebian-wallpapers.install new file mode 100644 index 0000000..3535415 --- /dev/null +++ b/debian/xebian-wallpapers.install @@ -0,0 +1 @@ +usr/share/xfce4/backdrops diff --git a/debian/xebian-wallpapers.links b/debian/xebian-wallpapers.links new file mode 100644 index 0000000..5afc9f9 --- /dev/null +++ b/debian/xebian-wallpapers.links @@ -0,0 +1 @@ +usr/share/xfce4/backdrops/xebian_16:10.png usr/share/xfce4/backdrops/xebian-wallpaper.png diff --git a/usr/share/gtksourceview-2.0/styles/xebian-dark.xml b/usr/share/gtksourceview-2.0/styles/xebian-dark.xml new file mode 100644 index 0000000..f270090 --- /dev/null +++ b/usr/share/gtksourceview-2.0/styles/xebian-dark.xml @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<style-scheme id="xebian_dark" _name="Xebian Dark" version="1.0"> + + <author>Pasi Lallinaho</author> + <_description>A dark colorful theme designed for Xebian.</_description> + + <!-- Color palette --> + <color name="bg" value="#131926" /> + <color name="bg_contrast_low" value="#163b59" /> + <color name="bg_contrast_high" value="#090c12" /> + <color name="text" value="#b7b7b7" /> + <color name="text_contrast_high" value="#ffffff" /> + <color name="text_contrast_low" value="#333333" /> + <color name="text_contrast_medium" value="#777777" /> + + <color name="black" value="#000000" /> + <color name="blue_light" value="#6688cc" /> + <color name="blue_medium" value="#295fcc" /> + <color name="blue_dark" value="#000033" /> + <color name="cyan" value="#1a92aa" /> + <color name="green" value="#44aa44" /> + <color name="pink" value="#aa22aa" /> + <color name="red_dark" value="#aa0000" /> + <color name="red_medium" value="#aa3333" /> + <color name="white" value="#ffffff" /> + <color name="yellow" value="#ded82c" /> + + <!-- Global Settings --> + <style name="text" foreground="text" background="bg" /> + <style name="selection" foreground="text_contrast_high" background="bg_contrast_low" /> + <style name="cursor" foreground="text_contrast_high" /> + <style name="current-line" background="bg_contrast_high" /> + <style name="line-numbers" foreground="text_contrast_medium" background="bg_contrast_high" /> + <style name="draw-spaces" foreground="text_contrast_low" /> + + <!-- Bracket Matching --> + <style name="bracket-match" foreground="white" background="blue_medium" bold="true" /> + <style name="bracket-mismatch" foreground="white" background="red_dark" bold="true" /> + + <!-- Right Margin --> + <style name="right-margin" foreground="white" background="blue_dark" /> + + <!-- Search Matching ?? --> + <style name="search-match" foreground="white" background="green" /> + + <!-- Comments --> + <style name="def:comment" foreground="text_contrast_medium" /> + <style name="def:shebang" foreground="pink" bold="true" /> + <style name="def:doc-comment-element" italic="true" /> + + <!-- Constants --> + <style name="def:constant" foreground="yellow" /> + <style name="def:string" foreground="yellow" /> + <style name="def:special-char" foreground="red_medium" /> + <style name="def:special-constant" foreground="red_medium" /> + <style name="def:floating-point" foreground="red_medium" /> + + <!-- Identifiers --> + <style name="def:identifier" foreground="cyan" /> + + <!-- Statements --> + <style name="def:statement" foreground="text_contrast_high" bold="true" /> + + <!-- Types --> + <style name="def:type" foreground="green" bold="true" /> + + <!-- Others --> + <style name="def:preprocessor" foreground="pink" /> + <style name="def:error" foreground="white" background="red_dark" bold="true" /> + <style name="def:note" foreground="black" background="yellow" bold="true" /> + <style name="def:underlined" italic="true" underline="true" /> + + <!-- Language specific --> + <style name="diff:added-line" foreground="green" /> + <style name="diff:removed-line" foreground="red_medium" /> + <style name="diff:changed-line" foreground="yellow" /> + <style name="diff:diff-file" foreground="blue_light" bold="true" /> + <style name="diff:location" foreground="blue_light" /> + <style name="diff:special-case" foreground="text_contrast_high" bold="true" /> + +</style-scheme> diff --git a/usr/share/gtksourceview-2.0/styles/xebian-light.xml b/usr/share/gtksourceview-2.0/styles/xebian-light.xml new file mode 100644 index 0000000..a8817a4 --- /dev/null +++ b/usr/share/gtksourceview-2.0/styles/xebian-light.xml @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<style-scheme id="xebian_light" _name="Xebian Light" version="1.0"> + + <author>Pasi Lallinaho</author> + <_description>A light colorful theme designed for Xebian.</_description> + + <!-- Color palette --> + <color name="bg" value="#f1f1f1" /> + <color name="bg_contrast_low" value="#bbbbbb" /> + <color name="bg_contrast_high" value="#ffffff" /> + <color name="text" value="#1f3566" /> + <color name="text_contrast_high" value="#1a2233" /> + <color name="text_contrast_low" value="#bbbbbb" /> + <color name="text_contrast_medium" value="#888888" /> + + <color name="black" value="#000000" /> + <color name="blue_light" value="#6688cc" /> + <color name="blue_medium" value="#295fcc" /> + <color name="blue_dark" value="#000033" /> + <color name="cyan" value="#1a92aa" /> + <color name="green" value="#228822" /> + <color name="pink" value="#cc66cc" /> + <color name="red_dark" value="#aa0000" /> + <color name="red_medium" value="#aa3333" /> + <color name="white" value="#ffffff" /> + <color name="yellow" value="#ab7922" /> + + <!-- Global Settings --> + <style name="text" foreground="text" background="bg" /> + <style name="selection" foreground="text_contrast_high" background="bg_contrast_low" /> + <style name="cursor" foreground="text_contrast_high" /> + <style name="current-line" background="bg_contrast_high" /> + <style name="line-numbers" foreground="text_contrast_medium" background="bg_contrast_high" /> + <style name="draw-spaces" foreground="text_contrast_low" /> + + <!-- Bracket Matching --> + <style name="bracket-match" foreground="white" background="blue_medium" bold="true" /> + <style name="bracket-mismatch" foreground="white" background="red_dark" bold="true" /> + + <!-- Right Margin --> + <style name="right-margin" foreground="white" background="blue_dark" /> + + <!-- Search Matching ?? --> + <style name="search-match" foreground="white" background="green" /> + + <!-- Comments --> + <style name="def:comment" foreground="text_contrast_medium" /> + <style name="def:shebang" foreground="pink" bold="true" /> + <style name="def:doc-comment-element" italic="true" /> + + <!-- Constants --> + <style name="def:constant" foreground="yellow" /> + <style name="def:string" foreground="yellow" /> + <style name="def:special-char" foreground="red_medium" /> + <style name="def:special-constant" foreground="red_medium" /> + <style name="def:floating-point" foreground="red_medium" /> + + <!-- Identifiers --> + <style name="def:identifier" foreground="cyan" /> + + <!-- Statements --> + <style name="def:statement" foreground="text_contrast_high" bold="true" /> + + <!-- Types --> + <style name="def:type" foreground="green" bold="true" /> + + <!-- Others --> + <style name="def:preprocessor" foreground="pink" /> + <style name="def:error" foreground="white" background="red_dark" bold="true" /> + <style name="def:note" foreground="black" background="yellow" bold="true" /> + <style name="def:underlined" italic="true" underline="true" /> + + <!-- Language specific --> + <style name="diff:added-line" foreground="green" /> + <style name="diff:removed-line" foreground="red_medium" /> + <style name="diff:changed-line" foreground="yellow" /> + <style name="diff:diff-file" foreground="blue_light" bold="true" /> + <style name="diff:location" foreground="blue_light" /> + <style name="diff:special-case" foreground="text_contrast_high" bold="true" /> + +</style-scheme> diff --git a/usr/share/gtksourceview-3.0/styles/xebian-dark.xml b/usr/share/gtksourceview-3.0/styles/xebian-dark.xml new file mode 120000 index 0000000..3d1f3b0 --- /dev/null +++ b/usr/share/gtksourceview-3.0/styles/xebian-dark.xml @@ -0,0 +1 @@ +../../gtksourceview-2.0/styles/xebian-dark.xml
\ No newline at end of file diff --git a/usr/share/gtksourceview-3.0/styles/xebian-light.xml b/usr/share/gtksourceview-3.0/styles/xebian-light.xml new file mode 120000 index 0000000..7ebadab --- /dev/null +++ b/usr/share/gtksourceview-3.0/styles/xebian-light.xml @@ -0,0 +1 @@ +../../gtksourceview-2.0/styles/xebian-light.xml
\ No newline at end of file diff --git a/usr/share/pixmaps/xebian-logo.png b/usr/share/pixmaps/xebian-logo.png Binary files differnew file mode 100644 index 0000000..9997d41 --- /dev/null +++ b/usr/share/pixmaps/xebian-logo.png diff --git a/usr/share/pixmaps/xebian-logo.svg b/usr/share/pixmaps/xebian-logo.svg new file mode 100644 index 0000000..92ad6c0 --- /dev/null +++ b/usr/share/pixmaps/xebian-logo.svg @@ -0,0 +1,119 @@ +<?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="16" + height="16" + viewBox="0 0 16 16" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="xebian-favicon-draft.svg" + inkscape:export-filename="/home/knome/xebian-favicon-draft.svg.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4177"> + <rect + y="1036.3622" + x="8" + height="16" + width="8" + id="rect4179" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4181"> + <rect + y="1036.3622" + x="0" + height="16" + width="8" + id="rect4183" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="9.0859011" + inkscape:cy="1.84089" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1366" + inkscape:window-height="719" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" /> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#282828;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4136" + width="16" + height="16" + x="0" + y="1036.3623" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:200;font-stretch:normal;font-size:23.85750008px;line-height:125%;font-family:'Encode Sans Wide';-inkscape-font-specification:'Encode Sans Wide, Ultra-Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#d64937;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="1.4153299" + y="1050.8037" + id="text4138" + sodipodi:linespacing="125%" + clip-path="url(#clipPath4181)"><tspan + sodipodi:role="line" + id="tspan4140" + x="1.4153299" + y="1050.8037" + style="font-style:normal;font-variant:normal;font-weight:200;font-stretch:normal;font-size:23.85750008px;line-height:125%;font-family:'Encode Sans Wide';-inkscape-font-specification:'Encode Sans Wide Ultra-Light';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#d64937;fill-opacity:1">x</tspan></text> + <text + sodipodi:linespacing="125%" + id="text4153" + y="1050.8037" + x="1.4153299" + style="font-style:normal;font-variant:normal;font-weight:200;font-stretch:normal;font-size:23.85750008px;line-height:125%;font-family:'Encode Sans Wide';-inkscape-font-specification:'Encode Sans Wide, Ultra-Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#dcdcdc;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve" + clip-path="url(#clipPath4177)"><tspan + style="font-style:normal;font-variant:normal;font-weight:200;font-stretch:normal;font-size:23.85750008px;line-height:125%;font-family:'Encode Sans Wide';-inkscape-font-specification:'Encode Sans Wide, Ultra-Light';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#dcdcdc;fill-opacity:1" + y="1050.8037" + x="1.4153299" + sodipodi:role="line" + id="tspan4161">x</tspan></text> + </g> +</svg> diff --git a/usr/share/xfce4/backdrops/lamborghini-aventador.jpg b/usr/share/xfce4/backdrops/lamborghini-aventador.jpg Binary files differnew file mode 100644 index 0000000..599bdd9 --- /dev/null +++ b/usr/share/xfce4/backdrops/lamborghini-aventador.jpg diff --git a/usr/share/xfce4/backdrops/xebian_16:10.png b/usr/share/xfce4/backdrops/xebian_16:10.png Binary files differnew file mode 100644 index 0000000..7b522db --- /dev/null +++ b/usr/share/xfce4/backdrops/xebian_16:10.png diff --git a/usr/share/xfce4/backdrops/xebian_16:9.png b/usr/share/xfce4/backdrops/xebian_16:9.png Binary files differnew file mode 100644 index 0000000..bc7b847 --- /dev/null +++ b/usr/share/xfce4/backdrops/xebian_16:9.png diff --git a/usr/share/xfce4/backdrops/xebian_4:3.png b/usr/share/xfce4/backdrops/xebian_4:3.png Binary files differnew file mode 100644 index 0000000..fb6b1d0 --- /dev/null +++ b/usr/share/xfce4/backdrops/xebian_4:3.png diff --git a/usr/share/xfce4/terminal/colorschemes/xebian-dark.theme b/usr/share/xfce4/terminal/colorschemes/xebian-dark.theme new file mode 100644 index 0000000..e2f3f39 --- /dev/null +++ b/usr/share/xfce4/terminal/colorschemes/xebian-dark.theme @@ -0,0 +1,11 @@ +[Scheme] +Name=Xebian Dark +ColorForeground=#b7b7b7 +ColorBackground=#131926 +ColorPalette=#000000;#aa0000;#44aa44;#aa5500;#0039aa;#aa22aa;#1a92aa;#aaaaaa;#777777;#ff8787;#4ce64c;#ded82c;#295fcc;#cc58cc;#4ccce6;#ffffff +ColorSelection=#163b59 +ColorSelectionUseDefault=FALSE +ColorCursor=#0f4999 +ColorBold=#ffffff +ColorBoldUseDefault=FALSE +TabActivityColor=#0f4999 diff --git a/usr/share/xfce4/terminal/colorschemes/xebian-light.theme b/usr/share/xfce4/terminal/colorschemes/xebian-light.theme new file mode 100644 index 0000000..afa55df --- /dev/null +++ b/usr/share/xfce4/terminal/colorschemes/xebian-light.theme @@ -0,0 +1,11 @@ +[Scheme] +Name=Xebian Light +ColorForeground=#1f3566 +ColorBackground=#f1f1f1 +ColorPalette=#000000;#aa0000;#44aa44;#aa5500;#0039aa;#aa22aa;#1a92aa;#aaaaaa;#888888;#ff8787;#4ce64c;#ded82c;#295fcc;#cc58cc;#4ccce6;#ffffff +ColorSelection=#bbbbbb +ColorSelectionUseDefault=FALSE +ColorCursor=#0f4999 +ColorBold=#000000 +ColorBoldUseDefault=FALSE +TabActivityColor=#0f4999 |
