[gtksourceview] Add current line, cursor and draw spaces colors in tango style



commit 94267bde75d65668c19675eeeb2476ad915827b8
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date:   Sat Jan 26 10:17:27 2013 +0100

    Add current line, cursor and draw spaces colors in tango style

 data/styles/tango.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/styles/tango.xml b/data/styles/tango.xml
index 6aa8912..d6260fd 100644
--- a/data/styles/tango.xml
+++ b/data/styles/tango.xml
@@ -54,10 +54,10 @@
   <color name="aluminium5"                  value="#555753"/>
   <color name="aluminium6"                  value="#2e3436"/>
 
-  <!-- legacy styles for old lang files: do NOT use them in lang files -->
-  <style name="Others"                      foreground="chameleon3" bold="true"/>
-  <style name="Others 2"                    foreground="chameleon3"/>
-  <style name="Others 3"                    foreground="plum3"/>
+  <!-- Global Settings -->
+  <style name="cursor"                      foreground="aluminium4"/>
+  <style name="current-line"                background="aluminium1"/>
+  <style name="draw-spaces"                 foreground="aluminium3"/>
 
   <!-- 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]