From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 15D7E1FA12 for ; Sun, 22 Nov 2020 19:47:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727384AbgKVTpu (ORCPT ); Sun, 22 Nov 2020 14:45:50 -0500 Received: from dd36226.kasserver.com ([85.13.153.21]:41580 "EHLO dd36226.kasserver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727297AbgKVTpt (ORCPT ); Sun, 22 Nov 2020 14:45:49 -0500 Received: from client3368.fritz.box (i5C744221.versanet.de [92.116.66.33]) by dd36226.kasserver.com (Postfix) with ESMTPA id 5F51D3C052C; Sun, 22 Nov 2020 20:45:48 +0100 (CET) From: Stefan Haller To: me@yadavpratyush.com Cc: git@vger.kernel.org Subject: [PATCH 0/1] git-gui: fix colored label backgrounds on Mac Date: Sun, 22 Nov 2020 20:45:36 +0100 Message-Id: <20201122194537.41870-1-stefan@haller-berlin.de> X-Mailer: git-send-email 2.29.0.18.gf8c967e53c MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Here's another attempt at fixing the colored label backgrounds when using themed widgets on Mac. I sent a different approach a few weeks ago, which was to make the gui.usettk option default to off on Mac. This was clearly not a good solution. This time I'm presenting an approach that is a little less drastic; it's still not ideal, but I feel it's an acceptable compromise. Another problem that is improved by this is dark mode on Mac: in that mode the label text was almost invisible, because it was black on a very dark grey background. Stefan Haller (1): git-gui: fix colored label backgrounds when using themed widgets lib/themed.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.29.0.18.gf8c967e53c