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. --- tests/menubar.vala | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/menubar.vala b/tests/menubar.vala index f222957..4162dc0 100644 --- a/tests/menubar.vala +++ b/tests/menubar.vala @@ -19,7 +19,6 @@ public class MenuBar : Gtk.MenuBar { public const int HEIGHT = 32; - public bool high_contrast { get; private set; default = false; } public MenuBar (Background bg, Gtk.AccelGroup ag) { -- cgit v1.2.3