[gnome-text-editor/wip/chergert/fix-accent-colors: 2/4] builder.xml: override accent colors




commit 6e82c17ae3ef1fa94db53d6e372ec0b4de41e60f
Author: Christian Hergert <christian hergert me>
Date:   Mon Dec 27 10:22:25 2021 -0800

    builder.xml: override accent colors
    
    This overrides the discovered accent color for the Builder schemes
    so that switches and other UI have more contrast/color than would
    otherwise be used.
    
    Fixes #274

 data/styles/builder-dark.xml | 1 +
 data/styles/builder.xml      | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/data/styles/builder-dark.xml b/data/styles/builder-dark.xml
index a7d6a7b..3316b06 100644
--- a/data/styles/builder-dark.xml
+++ b/data/styles/builder-dark.xml
@@ -30,6 +30,7 @@
   <metadata>
     <property name="variant">dark</property>
     <property name="light-variant">builder</property>
+    <property name="accent_bg_color">#4186A8</property>
   </metadata>
 
   <!-- Tango Palette -->
diff --git a/data/styles/builder.xml b/data/styles/builder.xml
index b9d67de..c429688 100644
--- a/data/styles/builder.xml
+++ b/data/styles/builder.xml
@@ -26,6 +26,7 @@
   <metadata>
     <property name="variant">light</property>
     <property name="dark-variant">builder-dark</property>
+    <property name="accent_bg_color">#0077aa</property>
   </metadata>
 
   <!-- Tango Palette -->


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