[gnome-builder] style-schemes: switch dark theme to the refresh



commit 817149f1b6c3188daa562c383ed7002361588d53
Author: Christian Hergert <chergert redhat com>
Date:   Sat Jan 19 11:48:03 2019 -0800

    style-schemes: switch dark theme to the refresh
    
    Now that the master SDK has the new Adwaita theme, we can switch over to
    the corresponding dark theme in Builder.

 .../builder-dark-refresh.style-scheme.xml          | 198 ---------------------
 data/style-schemes/builder-dark.style-scheme.xml   |   8 +-
 2 files changed, 4 insertions(+), 202 deletions(-)
---
diff --git a/data/style-schemes/builder-dark.style-scheme.xml 
b/data/style-schemes/builder-dark.style-scheme.xml
index 4f3c6a63e..afc11335a 100644
--- a/data/style-schemes/builder-dark.style-scheme.xml
+++ b/data/style-schemes/builder-dark.style-scheme.xml
@@ -59,9 +59,9 @@
   <color name="pink1"                       value="#dd4a68"/>
   <color name="red1"                        value="#ff0000"/>
 
-  <color name="dark1"                        value="#1c1f20"/>
-  <color name="dark2"                        value="#212527"/>
-  <color name="dark3"                        value="#4d5558"/>
+  <color name="dark1"                        value="#201f21"/>
+  <color name="dark2"                        value="#232224"/>
+  <color name="dark3"                        value="#535255"/>
 
   <!-- Global Settings -->
   <style name="text"                        foreground="aluminium3" background="dark1"/>
@@ -96,7 +96,7 @@
   <style name="bracket-mismatch"            foreground="aluminium1" background="scarletred2" bold="true"/>
 
   <!-- Right Margin -->
-  <style name="right-margin"                foreground="aluminium3" background="aluminium6"/>
+  <style name="right-margin"                foreground="#484749" background="#484749"/>
 
   <!-- Search Matching -->
   <style name="search-match"                foreground="aluminium1" background="chameleon3"/>


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