[gtksourceview] Removed X11 color names.



commit f50fac5131234c92a6d0325f3e8262a1baf13f23
Author: Jono <jono foodnotblogs com>
Date:   Mon Apr 8 15:35:20 2013 -0400

    Removed X11 color names.

 data/styles/kate.xml     |    7 ++++---
 data/styles/oblivion.xml |    5 +++--
 data/styles/testdark.xml |   16 ++++++++--------
 3 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/data/styles/kate.xml b/data/styles/kate.xml
index 17e36e4..091821c 100644
--- a/data/styles/kate.xml
+++ b/data/styles/kate.xml
@@ -34,12 +34,13 @@
   <color name="yellow"                      value="#FFFF00"/>
   <color name="white"                       value="#FFFFFF"/>
   <color name="brown"                       value="#B07E00"/>
+  <color name="black"                       value="#000000"/>
 
   <!-- Global Settings -->
-  <style name="text"                        foreground="#black" background="#white"/>
-  <style name="selection"                   foreground="#white" background="#43ace8"/>
+  <style name="text"                        foreground="black" background="white"/>
+  <style name="selection"                   foreground="white" background="#43ace8"/>
   <style name="current-line"                background="#EEF6FF"/>
-  <style name="line-numbers"                foreground="#black" background="#d6d2d0"/>
+  <style name="line-numbers"                foreground="black" background="#d6d2d0"/>
   <style name="right-margin"                background="#ADD4FF"/>
   <style name="bracket-match"               bold="true"/>
   <style name="bracket-mismatch"            background="red" bold="true"/>
diff --git a/data/styles/oblivion.xml b/data/styles/oblivion.xml
index 0e0a008..a52bf23 100644
--- a/data/styles/oblivion.xml
+++ b/data/styles/oblivion.xml
@@ -55,6 +55,7 @@
   <color name="aluminium4"                  value="#888a85"/>
   <color name="aluminium5"                  value="#555753"/>
   <color name="aluminium6"                  value="#2e3436"/>
+  <color name="white"                       value="#ffffff"/>
 
   <!-- Global Settings -->
   <style name="text"                        foreground="aluminium2" background="aluminium6"/>
@@ -90,7 +91,7 @@
   <style name="def:identifier"              foreground="skyblue1"/>
 
   <!-- Statements -->
-  <style name="def:statement"               foreground="#white" bold="true"/>
+  <style name="def:statement"               foreground="white" bold="true"/>
 
   <!-- Types -->
   <style name="def:type"                    foreground="chameleon1" bold="true"/> 
@@ -108,7 +109,7 @@
   <style name="diff:changed-line"           foreground="plum1"/>
   <style name="diff:diff-file"              foreground="chameleon1" bold="true"/> 
   <style name="diff:location"               foreground="chameleon1"/> 
-  <style name="diff:special-case"           foreground="#white" bold="true"/>
+  <style name="diff:special-case"           foreground="white" bold="true"/>
 
   <style name="latex:display-math"          foreground="plum3"/>
   <style name="latex:command"               foreground="chameleon1" bold="true"/>
diff --git a/data/styles/testdark.xml b/data/styles/testdark.xml
index 8caa47d..2b97568 100644
--- a/data/styles/testdark.xml
+++ b/data/styles/testdark.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <style-scheme id="dark" _name="dark" parent-scheme="classic" version="1.0">
-  <style name="text"                foreground="#white" background="#black"/>
-  <style name="selection"           foreground="#magenta" background="#grey"/>
-  <style name="selection-unfocused" foreground="#magenta" background="#grey"/>
-  <style name="cursor"              foreground="#white"/>
-  <style name="secondary-cursor"    foreground="#grey"/>
-  <style name="current-line"        background="#grey"/>
-  <style name="line-numbers"        foreground="#yellow" background="#darkgreen"/>
-  <style name="current-line"        background="#lightgreen"/>
+  <style name="text"                foreground="white" background="#000000"/>
+  <style name="selection"           foreground="magenta" background="gray"/>
+  <style name="selection-unfocused" foreground="magenta" background="gray"/>
+  <style name="cursor"              foreground="white"/>
+  <style name="secondary-cursor"    foreground="gray"/>
+  <style name="current-line"        background="gray"/>
+  <style name="line-numbers"        foreground="#FFFF00" background="#006400"/>
+  <style name="current-line"        background="#90EE90"/>
 </style-scheme>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]