From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: Dark mode on Windows Date: Mon, 25 Oct 2021 10:59:40 +0100 Message-ID: References: <87mtmx3nsx.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26485"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Vince Salvino , "emacs-devel@gnu.org" To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 25 12:02:30 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 1mewoI-0006hY-Q0 for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Oct 2021 12:02:30 +0200 Original-Received: from localhost ([::1]:48950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mewoG-0001aC-JZ for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Oct 2021 06:02:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mewlu-0000Fp-Ly for emacs-devel@gnu.org; Mon, 25 Oct 2021 06:00:02 -0400 Original-Received: from outbound.soverin.net ([116.202.126.228]:49459) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mewln-0000U4-HV for emacs-devel@gnu.org; Mon, 25 Oct 2021 06:00:01 -0400 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 7756DE3; Mon, 25 Oct 2021 09:59:43 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1635155982; bh=buyWxovtC7MIb6hDJYhwNxGuKDUtdXW6xK6Lp4dc+gE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Tp3EvbwoYLVZcZ+aCnC6HfhJ1Qm2LkfvKibw1wHn1GIS7jh3LJfF+0YPz0cn58kQR 3+FBUF5gOyT4eleAy9u7FHNHSQHRBizHnxnuVBl/raFd/32w+Aps6m4KJWcpCiv+Di Y7Uatm3oq2ZyADgEnO6JIwaKbWuspyi1b0t6yaLsVLSdeH4Np2mhlE3N3rMZgAN1qH 9nrNjZNiixJ1/nVR3eOdcfUWwsgZC9agLuIupAGfNma6RiKNOCASQttPi5FcKGEzcA 2bckqZndBYXuXFlDYAWwdG1BoKsmtj6FTPIaY2ELQKiGa/zH0EuY/DQx0acoUsEwHY IdxRc1baIu6VQ== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mewlY-000ejT-AN; Mon, 25 Oct 2021 10:59:40 +0100 Mail-Followup-To: Alan Third , Po Lu , Vince Salvino , "emacs-devel@gnu.org" Content-Disposition: inline In-Reply-To: <87mtmx3nsx.fsf@yahoo.com> Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:277726 Archived-At: On Mon, Oct 25, 2021 at 09:17:50AM +0800, Po Lu wrote: > P.S. this is also a problem with the NS port. The ability to use a dark > stylesheet for window decorations is only available on macOS, and not > GNUstep. See bug#47291 and the discussion here: https://lists.gnu.org/archive/html/emacs-devel/2021-03/msg00482.html There was some discussion of tying this into some pre-existing GTK behaviour that derailed the entire thing and I don't know where we are with it now. -- Alan Third