[gtksourceview] [oblivion] change the bracket-match style



commit fe9e206d8a55f8690efd30a51e85c160f2324c7a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Mar 6 13:09:23 2011 +0100

    [oblivion] change the bracket-match style
    
    Use a chocolate foreground color and remove the background color.

 data/styles/oblivion.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/styles/oblivion.xml b/data/styles/oblivion.xml
index 7034303..3ac0c3e 100644
--- a/data/styles/oblivion.xml
+++ b/data/styles/oblivion.xml
@@ -65,7 +65,7 @@
   <style name="draw-spaces"                 foreground="aluminium4"/>
 
   <!-- Bracket Matching -->
-  <style name="bracket-match"               foreground="aluminium1" background="aluminium3" bold="true"/>
+  <style name="bracket-match"               foreground="chocolate2" bold="true"/>
   <style name="bracket-mismatch"            foreground="aluminium1" background="scarletred2" bold="true"/>
 
   <!-- Right Margin -->



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