diff options
| author | 2016-09-12 12:08:57 -0400 | |
|---|---|---|
| committer | 2023-02-04 00:48:58 -0500 | |
| commit | 405388b2ef74706886536ae70d2f9b315fe63af8 (patch) | |
| tree | 0d94170422c2bed6f7de1c7be45ff9644bd57bf9 /usr/share | |
Import Debian version 16.09debian/16.09
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.
.
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.
.
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
.
xebian-artwork (15.04) unstable; urgency=medium
.
* Fork package for Xebian.
Diffstat (limited to 'usr/share')
| -rw-r--r-- | usr/share/gtksourceview-2.0/styles/xebian-dark.xml | 82 | ||||
| -rw-r--r-- | usr/share/gtksourceview-2.0/styles/xebian-light.xml | 82 | ||||
| l--------- | usr/share/gtksourceview-3.0/styles/xebian-dark.xml | 1 | ||||
| l--------- | usr/share/gtksourceview-3.0/styles/xebian-light.xml | 1 | ||||
| -rw-r--r-- | usr/share/pixmaps/xebian-logo.png | bin | 0 -> 4121 bytes | |||
| -rw-r--r-- | usr/share/pixmaps/xebian-logo.svg | 119 | ||||
| -rw-r--r-- | usr/share/xfce4/backdrops/lamborghini-aventador.jpg | bin | 0 -> 452644 bytes | |||
| -rw-r--r-- | usr/share/xfce4/backdrops/xebian_16:10.png | bin | 0 -> 439116 bytes | |||
| -rw-r--r-- | usr/share/xfce4/backdrops/xebian_16:9.png | bin | 0 -> 399085 bytes | |||
| -rw-r--r-- | usr/share/xfce4/backdrops/xebian_4:3.png | bin | 0 -> 367713 bytes | |||
| -rw-r--r-- | usr/share/xfce4/terminal/colorschemes/xebian-dark.theme | 11 | ||||
| -rw-r--r-- | usr/share/xfce4/terminal/colorschemes/xebian-light.theme | 11 |
12 files changed, 307 insertions, 0 deletions
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 |
