[gnome-builder/wip/chergert/editorsearch: 2/7] style-scheme: tweak dark style line numbers and space marks



commit 16c502e71b6ade96d5c5380d14315bfe2232f120
Author: Christian Hergert <chergert redhat com>
Date:   Wed Oct 4 23:55:49 2017 -0700

    style-scheme: tweak dark style line numbers and space marks

 data/style-schemes/builder-dark.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/style-schemes/builder-dark.xml b/data/style-schemes/builder-dark.xml
index 5c1310a..aa9da58 100644
--- a/data/style-schemes/builder-dark.xml
+++ b/data/style-schemes/builder-dark.xml
@@ -61,6 +61,7 @@
 
   <color name="dark1"                        value="#1c1f20"/>
   <color name="dark2"                        value="#212527"/>
+  <color name="dark3"                        value="#4d5558"/>
 
   <!-- Global Settings -->
   <style name="text"                        foreground="aluminium3" background="dark1"/>
@@ -68,8 +69,8 @@
   <style name="cursor"                      foreground="aluminium2"/>
   <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="line-numbers"                foreground="dark3" background="dark1"/>
+  <style name="draw-spaces"                 foreground="dark3"/>
   <style name="background-pattern"          background="dark2"/>
   <style name="map-overlay"                 background="#rgba(136,138,133,0.25)"/>
 


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