[gtksourceview] Improve tango style scheme



commit a313685c8dca48a71fce10cb5dd86dc56a6fa66d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Nov 28 23:46:21 2013 +0100

    Improve tango style scheme
    
    Some colors are hard to see.

 data/styles/tango.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/styles/tango.xml b/data/styles/tango.xml
index bd51498..391ffdb 100644
--- a/data/styles/tango.xml
+++ b/data/styles/tango.xml
@@ -79,7 +79,7 @@
   <style name="def:special-char"            foreground="plum3"/>
 
   <!-- Identifiers -->
-  <style name="def:identifier"              foreground="skyblue1"/>
+  <style name="def:identifier"              foreground="skyblue2"/>
 
   <!-- Statements -->
   <style name="def:statement"               foreground="scarletred3" bold="true"/>
@@ -111,6 +111,7 @@
   <style name="latex:display-math"          foreground="plum3"/>
   <style name="latex:command"               foreground="chameleon3" bold="true"/>
   <style name="latex:include"               use-style="def:preprocessor"/>
+  <style name="latex:special-char"          use-style="def:constant"/>
 
   <style name="sh:variable"                 foreground="plum3"/>
   <style name="sh:variable-definition"      foreground="chameleon3"/>


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