[gnome-builder] style: tweak builder-dark style



commit df2c2c3f56f0b1c52e109956b10faadd01d692f5
Author: Christian Hergert <chergert redhat com>
Date:   Thu Apr 28 00:09:44 2016 -0700

    style: tweak builder-dark style
    
    The colors didn't really match up, so match other background styling.

 data/style-schemes/builder-dark.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/style-schemes/builder-dark.xml b/data/style-schemes/builder-dark.xml
index 5788b5e..9b7ecd8 100644
--- a/data/style-schemes/builder-dark.xml
+++ b/data/style-schemes/builder-dark.xml
@@ -59,14 +59,14 @@
   <color name="pink1"                       value="#dd4a68"/>
 
   <!-- Global Settings -->
-  <style name="text"                        foreground="aluminium3" background="#292929"/>
+  <style name="text"                        foreground="aluminium3" background="#232729"/>
   <style name="selection"                   foreground="aluminium1" background="aluminium4"/>
   <style name="cursor"                      foreground="aluminium2"/>
   <style name="current-line"                background="#rgba(85,87,83,.5)"/>
   <style name="current-line-number"         background="#rgba(85,87,83,.5)"/>
-  <style name="line-numbers"                foreground="aluminium4" background="#292929"/>
+  <style name="line-numbers"                foreground="aluminium4" background="#232729"/>
   <style name="draw-spaces"                 foreground="aluminium4"/>
-  <style name="background-pattern"          background="#2e2e2e"/>
+  <style name="background-pattern"          background="#rgba(46,46,46,0.8)"/>
   <style name="map-overlay"                 background="#rgba(136,138,133,0.25)"/>
 
   <!-- Snippets -->


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