From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dark mode on Windows Date: Tue, 26 Oct 2021 17:03:25 +0300 Message-ID: <8335onzxw2.fsf@gnu.org> References: <87k0i0utps.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22367"; mail-complaints-to="usenet@ciao.gmane.io" Cc: salvino@coderedcorp.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 26 16:13:38 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mfNCs-0005dd-D6 for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 16:13:38 +0200 Original-Received: from localhost ([::1]:58176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfNCr-0007xU-Bt for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 10:13:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44616) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfN34-0005JK-66 for emacs-devel@gnu.org; Tue, 26 Oct 2021 10:03:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfN33-0004K2-BU; Tue, 26 Oct 2021 10:03:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=5F0opKeh3erGhBkoqOv8BAzrDURzEWzt5pToAN0tASE=; b=QliiwRDEbRiM PaVr9/mrmb5Mb0P3zqzxlaVP4n9dLfEQ4Np612r15BVurOaXVvZA7v+ksybchnPrdSxD0achWv59C ZrUI+plzwNBLGA6vTt3rTsd1OzFD/Y6cU0eTfKGtS5yEam/D57mFB+BEz7MkKvWDeh47nXUg26fCS 31bqwi3smykuzLmbF21NyTtsUUpcOXCGI6wkxX3sG40aJ8nxZDfLQweJq3/ugzD0koaayoKWJblgV Z+7TfFlOMropG6i+z8CCcX+G4Rdzcpu90MWFiuMm2gtAuRS86ZOXFQSoQXABZWhorekApq4YrYAyu dSvdcUl+M0GPm+GRNmgOiw==; Original-Received: from [87.69.77.57] (port=4184 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfN32-0007y5-PX; Tue, 26 Oct 2021 10:03:29 -0400 In-Reply-To: <87k0i0utps.fsf@yahoo.com> (message from Po Lu on Tue, 26 Oct 2021 15:32:31 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:277862 Archived-At: > From: Po Lu > Cc: "emacs-devel@gnu.org" > Date: Tue, 26 Oct 2021 15:32:31 +0800 > > Vince Salvino writes: > > > * Dark tool bar (probably same implementation as menu bar) > > On MS Windows, the tool-bar is displayed by Emacs. Customizing the face > `tool-bar' should suffice. That depends on the effect produced by using dwmapi.dll. If it isn't significantly prettier than customizing the background color of the tool bar, I agree that it makes little sense to use this feature for the tool bar.