[gtksourceview] Tweak kate style to make it look more like kate's one



commit dabdb98136d21191149579b8c51fc0bf743eeaa6
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date:   Sat Jan 26 10:06:46 2013 +0100

    Tweak kate style to make it look more like kate's one

 data/styles/kate.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/styles/kate.xml b/data/styles/kate.xml
index 110482b..32ca53e 100644
--- a/data/styles/kate.xml
+++ b/data/styles/kate.xml
@@ -35,10 +35,15 @@
   <color name="white"                       value="#FFFFFF"/>
   <color name="brown"                       value="#B07E00"/>
 
+  <!-- Global Settings -->
+  <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="right-margin"                background="#ADD4FF"/>
   <style name="bracket-match"               bold="true"/>
   <style name="bracket-mismatch"            background="red" bold="true"/>
+  <style name="draw-spaces"                 foreground="#d3d7cf"/>
 
   <!-- Search Matching -->
   <style name="search-match"                background="yellow"/>



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