[gsettings-desktop-schemas/wip/exalm/dark: 2/2] Add high-contrast boolean preference




commit 6418778b117d812f77d7fa30f8832a11d5e83c12
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Thu Aug 26 15:53:56 2021 +0500

    Add high-contrast boolean preference
    
    Currently HighContrast is a theme. Having color-scheme is a good excuse to
    rework that and have a simple flag instead.

 schemas/org.gnome.desktop.interface.gschema.xml.in | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in 
b/schemas/org.gnome.desktop.interface.gschema.xml.in
index 173f70f..b8ec79f 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
@@ -301,5 +301,12 @@
         The preferred color scheme for the user interface.
       </description>
     </key>
+    <key name="high-contrast" type="b">
+      <default>false</default>
+      <summary>High contrast</summary>
+      <description>
+        TODO
+      </description>
+    </key>
   </schema>
 </schemalist>


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