[gtksourceview] Add colors for the background patterns
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Add colors for the background patterns
- Date: Sat, 24 Jan 2015 17:05:46 +0000 (UTC)
commit 1a13e66e092bb3fcabb07340d41ec1e3bdd9a78c
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Jan 24 18:05:08 2015 +0100
Add colors for the background patterns
data/styles/classic.xml | 1 +
data/styles/cobalt.xml | 3 +++
data/styles/kate.xml | 1 +
data/styles/oblivion.xml | 3 +++
data/styles/solarized-dark.xml | 4 +++-
data/styles/solarized-light.xml | 4 +++-
data/styles/tango.xml | 1 +
7 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index 8cf25c0..b1be2a4 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -46,6 +46,7 @@
<style name="current-line" background="#eeeeec"/>
<style name="current-line-number" background="#eeeeec"/>
<style name="draw-spaces" foreground="#babdb6"/>
+ <style name="background-pattern" background="#f3f3f3"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="white" background="gray" bold="true"/>
diff --git a/data/styles/cobalt.xml b/data/styles/cobalt.xml
index 3aa1c56..a03c5a7 100644
--- a/data/styles/cobalt.xml
+++ b/data/styles/cobalt.xml
@@ -49,6 +49,8 @@
<color name="bluish_grey" value="#777777"/>
<color name="steelblue3" value="#4f94cd"/>
+ <color name="dark_medium_blue_blend" value="#00213F"/>
+
<!-- Global Settings -->
<style name="text" foreground="white" background="dark_blue"/>
@@ -58,6 +60,7 @@
<style name="line-numbers" foreground="light_blue" background="black_blue"/>
<style name="draw-spaces" foreground="bluish_grey"/>
<style name="right-margin" foreground="light_grey" background="light_grey"/>
+ <style name="background-pattern" background="dark_medium_blue_blend"/>
<!-- Bracket Matching -->
<style name="bracket-match" background="steelblue3"/>
diff --git a/data/styles/kate.xml b/data/styles/kate.xml
index ca209b8..6af229a 100644
--- a/data/styles/kate.xml
+++ b/data/styles/kate.xml
@@ -45,6 +45,7 @@
<style name="bracket-match" bold="true"/>
<style name="bracket-mismatch" background="red" bold="true"/>
<style name="draw-spaces" foreground="#d3d7cf"/>
+ <style name="background-pattern" background="#f3f3f3"/>
<!-- Search Matching -->
<style name="search-match" background="yellow"/>
diff --git a/data/styles/oblivion.xml b/data/styles/oblivion.xml
index 974784a..7d0bb16 100644
--- a/data/styles/oblivion.xml
+++ b/data/styles/oblivion.xml
@@ -57,6 +57,8 @@
<color name="aluminium6" value="#2e3436"/>
<color name="white" value="#ffffff"/>
+ <color name="aluminium6-5-blend" value="#383D3D"/>
+
<!-- Global Settings -->
<style name="text" foreground="aluminium2" background="aluminium6"/>
<style name="selection" foreground="aluminium1" background="aluminium4"/>
@@ -64,6 +66,7 @@
<style name="current-line" background="aluminium5"/>
<style name="line-numbers" foreground="aluminium5" background="#black"/>
<style name="draw-spaces" foreground="aluminium4"/>
+ <style name="background-pattern" background="aluminium6-5-blend"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="chocolate2" bold="true"/>
diff --git a/data/styles/solarized-dark.xml b/data/styles/solarized-dark.xml
index 1abe28f..bcabb46 100644
--- a/data/styles/solarized-dark.xml
+++ b/data/styles/solarized-dark.xml
@@ -43,13 +43,15 @@
<color name="cyan" value="#2AA198"/>
<color name="green" value="#859900"/>
+ <color name="base03-02-blend" value="#032F3B"/>
+
<!-- Global Settings -->
<style name="text" foreground="base1" background="base03"/>
<style name="selection" foreground="base03" background="base00"/>
<style name="cursor" foreground="base1"/>
<style name="current-line" background="base02"/>
<style name="line-numbers" foreground="base01" background="base02"/>
-
+ <style name="background-pattern" background="base03-02-blend"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01"/>
diff --git a/data/styles/solarized-light.xml b/data/styles/solarized-light.xml
index 4d84d23..9c9667e 100644
--- a/data/styles/solarized-light.xml
+++ b/data/styles/solarized-light.xml
@@ -43,13 +43,15 @@
<color name="cyan" value="#2AA198"/>
<color name="green" value="#859900"/>
+ <color name="base3-2-blend" value="#F6EFDC"/>
+
<!-- Global Settings -->
<style name="text" foreground="base01" background="base3"/>
<style name="selection" foreground="base3" background="base1"/>
<style name="cursor" foreground="base01"/>
<style name="current-line" background="base2"/>
<style name="line-numbers" foreground="base1" background="base2"/>
-
+ <style name="background-pattern" background="base3-2-blend"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="base3" background="base1"/>
diff --git a/data/styles/tango.xml b/data/styles/tango.xml
index f2f9c92..cd76e14 100644
--- a/data/styles/tango.xml
+++ b/data/styles/tango.xml
@@ -59,6 +59,7 @@
<style name="current-line" background="aluminium1"/>
<style name="current-line-number" background="aluminium1"/>
<style name="draw-spaces" foreground="aluminium3"/>
+ <style name="background-pattern" background="#f3f3f3"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="aluminium1" background="aluminium3" bold="true"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]