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



commit ab9e3aa4aabba1a991fe3f9fe7fd1274dbdbbcdd
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 26 01:21:43 2017 -0700

    style-scheme: tweak builder-dark style
    
    I don't like that this is using the same "content-bg" color as
    the various treeviews and other ancillary widgetry. We need
    some more separation. This is an unscientific shade(0.8) of the
    content bg color and some tweaks to the grid pattern color.

 data/style-schemes/builder-dark.xml |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/style-schemes/builder-dark.xml b/data/style-schemes/builder-dark.xml
index 814c913..5c1310a 100644
--- a/data/style-schemes/builder-dark.xml
+++ b/data/style-schemes/builder-dark.xml
@@ -59,15 +59,18 @@
   <color name="pink1"                       value="#dd4a68"/>
   <color name="red1"                        value="#ff0000"/>
 
+  <color name="dark1"                        value="#1c1f20"/>
+  <color name="dark2"                        value="#212527"/>
+
   <!-- Global Settings -->
-  <style name="text"                        foreground="aluminium3" background="#232729"/>
+  <style name="text"                        foreground="aluminium3" background="dark1"/>
   <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="#232729"/>
+  <style name="current-line"                background="dark1"/>
+  <style name="current-line-number"         background="dark1"/>
+  <style name="line-numbers"                foreground="aluminium4" background="dark1"/>
   <style name="draw-spaces"                 foreground="aluminium4"/>
-  <style name="background-pattern"          background="#rgba(46,46,46,0.8)"/>
+  <style name="background-pattern"          background="dark2"/>
   <style name="map-overlay"                 background="#rgba(136,138,133,0.25)"/>
 
   <!-- Diagnostics Underlining -->


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