[gnome-builder] editor: set the selection background color



commit 9deaa1ebd2f27bab081857e7a1fb9064b39b8aa1
Author: Christian Hergert <christian hergert me>
Date:   Wed Nov 12 22:21:19 2014 -0800

    editor: set the selection background color

 data/styles/builder.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/styles/builder.xml b/data/styles/builder.xml
index 05b0969..e9dc056 100644
--- a/data/styles/builder.xml
+++ b/data/styles/builder.xml
@@ -35,6 +35,7 @@
   <color name="pink1" value="#dd4a68"/>
   <color name="green1" value="#669900"/>
   <color name="text1" value="#4d4e53"/>
+  <color name="selection1" value="#b3d4fc"/>
   <color name="line1" value="#a2a3a3"/>
 
   <color name="butter1"                     value="#fce94f"/>
@@ -67,6 +68,7 @@
 
   <!-- Global Settings -->
   <style name="text"                        foreground="text1" background="bg1"/>
+  <style name="selection"                   background="selection1"/>
   <style name="cursor"                      foreground="aluminium4"/>
   <style name="current-line"                background="aluminium1"/>
   <style name="draw-spaces"                 foreground="aluminium3"/>


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