From 33d2f8d0461314c5eeaab2c74b10b545906e1491 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Tue, 6 Dec 2022 05:10:29 +0100 Subject: misc src/: completely rework high contrast mode, add stub for big font mode. This is a work-in-progress. The reworked high contrast mode adds support for a configurable high contrast GTK theme and changes a lot of widgets to change their color. The big font mode is a stub currently. --- data/org.ArcticaProject.arctica-greeter.gschema.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data') diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml index 9efc200..b0069c2 100644 --- a/data/org.ArcticaProject.arctica-greeter.gschema.xml +++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml @@ -37,6 +37,10 @@ 'Blue-Submarine' GTK+ theme to use + + 'HighContrastInverse' + GTK+ theme to use in high contrast mode + 'Adwaita' Icon theme to use @@ -82,6 +86,10 @@ false Whether to use a high contrast theme + + false + Whether to use big fonts throughout the application + false Whether to enable the screen reader @@ -115,6 +123,10 @@ 'auto' Whether to enable HiDPI support + + 0.5 + Alpha value for menubar, multiplied with the theme-provided transparency value. Not used in high contrast mode. + '' Default FQDN for host offering Remote Logon Service -- cgit v1.2.3