From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85733 invoked by alias); 8 Mar 2019 05:40:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 85716 invoked by uid 89); 8 Mar 2019 05:40:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Mar 2019 05:40:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8E76D5604D; Fri, 8 Mar 2019 00:40:18 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6jyWRGQavV+u; Fri, 8 Mar 2019 00:40:18 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2B44D56029; Fri, 8 Mar 2019 00:40:18 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 77E2882C5A; Fri, 8 Mar 2019 09:40:13 +0400 (+04) Date: Fri, 08 Mar 2019 05:40:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: tom@tromey.com, gdb-patches@sourceware.org Subject: Re: [PATCH 00/16] Add styling to the gdb CLI and TUI Message-ID: <20190308054013.GA13079@adacore.com> References: <8736rja4i8.fsf@tromey.com> <83r2brhw8k.fsf@gnu.org> <87h8cmh1wg.fsf@tromey.com> <83va12gz8j.fsf@gnu.org> <87mumeb935.fsf@tromey.com> <83d0n8eyzw.fsf@gnu.org> <87d0n6adk2.fsf@tromey.com> <83imwyee29.fsf@gnu.org> <20190307060224.GA26408@adacore.com> <83lg1qbut3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83lg1qbut3.fsf@gnu.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-03/txt/msg00185.txt.bz2 > Yes, Emacs does something similar. But experience taught me that > automatically deducing whether the background is dark or light is a > Pandora box, so I won't suggest this for GDB, where this is after all > just a minor issue (unlike in editors). Agreed. > But if you meant something like "set style background light" which > will change all the default colors, then I'm with you. We just need > to come up with agreed-upon sets of colors. Sounds like we're on the same page. I would go with the same colors as right now, except for the few were it's hard to read; e.g. change the dark blue for a cyan, for instance. -- Joel