summaryrefslogtreecommitdiffstats
path: root/usr/share/gtksourceview-2.0/styles
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@xebian.org>2016-09-12 12:08:57 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-02-04 00:48:58 -0500
commit405388b2ef74706886536ae70d2f9b315fe63af8 (patch)
tree0d94170422c2bed6f7de1c7be45ff9644bd57bf9 /usr/share/gtksourceview-2.0/styles
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/gtksourceview-2.0/styles')
-rw-r--r--usr/share/gtksourceview-2.0/styles/xebian-dark.xml82
-rw-r--r--usr/share/gtksourceview-2.0/styles/xebian-light.xml82
2 files changed, 164 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>