From 6d087e792ebe9f27efeddef9209b7a85698088bf Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Thu, 26 Oct 2017 14:51:25 +0200 Subject: a11y: Use HighContrast rather than HighContrastInverse. Ported from slick-greeter: commit 591d9aab85c35511a7bc44e8cb2968840941b32c Author: Clement Lefebvre Date: Wed Jun 7 21:30:36 2017 +0100 A11y: Fix HighContrast option --- src/menubar.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menubar.vala b/src/menubar.vala index 514a3bf..0095cdf 100644 --- a/src/menubar.vala +++ b/src/menubar.vala @@ -438,7 +438,7 @@ public class MenuBar : Gtk.MenuBar { var settings = Gtk.Settings.get_default (); if (item.active) - settings.set ("gtk-theme-name", "HighContrastInverse"); + settings.set ("gtk-theme-name", "HighContrast"); else settings.set ("gtk-theme-name", default_theme_name); high_contrast = item.active; -- cgit v1.2.3